
resizeTo(1120,window.screen.height);
moveTo(0,0);

function win_open(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
