io ho questo codice se voorei aprire la pagina invece che tutto schermo la vorrei aprire di 1120 per 700 cosa dovrei cambiare chi mi da una mano


grazie per aiuto
...............................



<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>prova</title>

<script type="text/javascript" language="javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
function openFullWindow(url) {
// parameters: url = URL of the popup window
//alert(screen.width);
var w = screen.width; //fixed width
var h = screen.height; //fixed height
//var url = url_full;
//if(w <= 800) {
// url = url_800;
//}
leftPosition = 0; // centering horizontal position to middle of screen
topPosition = 0; // centering vertical position to middle of screen
if (h<800)
{
var windowprops = 'width=' + w + ',height=' + h + ',top='+ topPosition +',left='+ leftPosition +',toolbar=no,location=no,directories=no,status=no ,scrollbars=yes,menubar=no'; //set popup window properties
} else
{
var windowprops = 'width=' + w + ',height=' + h + ',top='+ topPosition +',left='+ leftPosition +',toolbar=no,location=no,directories=no,status=no ,scrollbars=no,menubar=no'; //set popup window properties
}
var popup = window.open(url,'remote',windowprops); // open popup window with properties
popup.moveTo(0,0)
popup.resizeTo(screen.width,screen.height);
popup.focus(); // focus on window
}
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
function ita()
{
openFullWindow("main.swf");
}
function eng()
{
openFullWindow("maine.swf");
}

function fra()
{
openFullWindow("mainf.swf");
}

//-->
</script>

<script language="JavaScript1.2">
<!--
function popup(file)
{
window.open(file,'mywin','width=650,height=650,top ='+((screen.availheight/2)-(650/2))+',left='+((screen.availwidth/2)-(650/2))+',menubar=no,menubar=no,scrollbars=yes,status= no,toolbar=no,location=no,directories=no,resizable =yes');
}
//-->
</script>

<script language="JavaScript" type="text/JavaScript">
<!--
//tmtC_winOpen
var a,b,c,d,e,f,g,h,i,l,m,n,o,p,q,r,s,t,u,v,z,w,y,j,jj ,k,ww,xx,yy;
//tmtC_winOpenEnd
function tmt_winOpen(u,id,f,df){
if(eval(id)==null||eval(id+".closed")){
eval(id+"=window.open('"+u+"','"+id+"','"+f+"')"); eval(id+".focus()");}
else if(df){eval(id+".focus()");}
else{eval(id+"=window.open('"+u+"','"+id+"','"+f+" ')");eval(id+".focus()");}
}
//-->
</script>




<style type="text/css">
<!--
body {
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="shortcut icon" href="favicon.ico" >
</head>

<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
[img]logo.png[/img]



[img]enter.png[/img]
</td>
</tr>

</table>


<map name="Map3"><area shape="rect" coords="4,41,97,55" href="javascript:ita();">
</map></body>
</html>