<html>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
<head>
<script>
function screenFull() {
// (c) br1 - 2001
if (document.all) {
// misuro lo schermo
sW=screen.width;
sH=screen.height;
// porto la finestra a 0,0 e misuro bordi
window.moveTo(0,0);
gL=window.screenLeft+2;
gT=window.screenTop+2;
// altre cose da eliminare...
gR=22; // scrollbar a destra
gB=49; // scrollbar sotto e status
// sorpresa!
window.moveTo(-gL,-gT);
window.resizeTo(sW+gL+gR,sH+gT+gB);
}
}
</script>



</head>
<body onload="screenFull()">









<td align="middle" vAlign="top" width="457" height="42">
<p align="center">
prova
</p></td>

</body>
</html>