
function OpenWindow(page,s,a,b,c){
  window.status = "";
  strFeatures = "height=650, left=120, location=0, menubar=0, resizable=0, status=0, titlebar=0, toolbar=0, top=100, width=920, scrollbars=1";
  objNewWindow = window.open(page+"?s="+s+"&authorSerial="+a+"&demoStyle="+b+"&setDemoInFrame="+c , "demowin"+s, strFeatures);
  window.status = "globenews";
  window.event.cancelBubble = true;
  window.event.returnValue = false;   
}
