<html>
<head>
<script type="text/JavaScript">
<!--
function OpenWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<a href="#" onclick="OpenWindow('1.html','myOpenWindow','width=800,height=600, resizable=no, screenX=10, screenY=20,scrollbars=no, status=no, titlebar=no, toolbar=no')">800х600</a>
<br clear="all">
<a href="#" onclick="OpenWindow('1.html','myOpenWindow','width=1024,height=768, resizable=no, screenX=10, screenY=20,scrollbars=no, status=no, titlebar=no, toolbar=no')">1024х768</a>
</body>
</html>