type="text/javascript"
window.moveTo(0,0);
<!--
function demo1()
{
seite=demo1.arguments[0];
demo11=window.open ( seite, "",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,scrolling=yes,resizable=yes,copyhistory=no,width=900,height=535,innerWidth=900,innerHeight=535,top=25,left=10');
}
//-->
<!--
function demo2()
{
seite=demo2.arguments[0];
demo21=window.open ( seite, "",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,scrolling=yes,resizable=yes,copyhistory=no,width=915,height=535,innerWidth=915,innerHeight=535,top=25,left=10');
}
//-->
<!--
window.moveTo(0,0);

if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->

