function pop_up(x,w,h)
{	
var win;
win=window.open(x,"","width="+w+",height="+h+",scrollbars=no,left=250,top=20");
//win.moveTo(0.0);
}

/*
function pop_up(x)
{	
var win;
win=window.open(x,"fn","width=500,height=400,scrollbars=yes,left=250,top=20");
//win.moveTo(0.0);
}
*/

function write_link(z,y,w,h)
{
document.write("<a href=\"javascript:pop_up('" + z + "', " + w + ", " + h + ")\" class=\"oklein\">" + y + "</a>");
}

function write_impressum()
{
	//document.write("<a href=\"javascript:pop_up(  ")\" class=\"oklein\"><img src=\"images\impressum.gif\" width=\"73\" height=\"13\"></a>");
	document.write("<a href=\"javascript:pop_up('impressum.php',300,100)\"><img src=\"images/impressum.gif\" WIDTH=\"77\" HEIGHT=\"13\" BORDER=\"0\" ALT=\"\"></a>");

}