/*             All 4 routines here are normal JAVASCRIPT calls           */
/*   ALL WINDOWS FOR THESE CALLS ARE PLACED IN THE SAME SCREEN LOCATION  */
<!--
function resizingWindow(url,windoname) {
  window.open(url,windoname,'width=100,height=100,toolbar=no,location=0,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,screenX=150,screenY=150,top=150,left=150')
}
// -->
/* Same function as resizingWindow, just by the original routine name... */
<!--
function popUpWindow(url,windoname) {
  window.open(url,windoname,'width=100,height=100,toolbar=no,location=0,directories=0,status=0,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,address=no,screenX=150,screenY=150,top=150,left=150')
}
// -->