No se que es lo que pasa pero cuando contesto a tus post las tablas de la pagina "Petan" Quien sabe!!
aqui esta el Codigo de la FullScreen
<html>
<head>
<title>ArbeitStudio.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="JavaScript">
<!--
IE4 = (document.all);
NS4 = (document.layers);
IEmac = (IE4 && navigator.appVersion.indexOf("Mac") != -1);
ver4 = (IE4 || NS4);
function showTool(){
if(!ver4) return;
if (IE4 && !IEmac) window.open("NOMBRE.htm",null,"full screen=yes,scrollbars=no")
else {
aW = (NS4) ? screen.availWidth : screen.width;
aH = (NS4) ? screen.availHeight : screen.height;
if(NS4)
window.open("NOMBRE.htm",null,"oute rWidth="+aW+",outerHeight="+aH+&quo t;,
screenX=0,screenY=0,resizable=no,dependent=yes&quo t;)
else
window.open("NOMBRE.htm",null,"widt h="+aW+",height="+aH+",left=0, top=0,
resizable=no");
}
}
//-->
</SCRIPT>
</head>
<body ... onload="showTool()">
</body>
</html>
A ver Si ahora se ve bien!!
Cambia NOMBRE.htm por la pagina que quieras que sea Fullscreen
<html><center><embed src="http://www.arbeitstudio.com/publi/banner.swf" height=60 width=400>
</embed></center></html>