codice:
<head>
<script type="text/javascript">
function apri(url) {
  if (screen.availHeight<580||screen.availWidth<810) {
    w = 790;
    h = 510;
  } else {
    w = 1000;
    h = 700;
  }
  var a=openWindows(url,'inBank',w,h,'yes','no','yes','no');
  a.moveTo(o,o);
}
// devi mettere anche la function openWindows() 
// non ho idea di a cosa servano i parametri 'yes','no','yes','no'
</script>
</head>
<body>
apri
ciao