// ======================================================================

//

//     This code should be saved as newsad.js 

//

//     Javascript generated by Instant Popup Maker. 

//     Please check us out at http://uuba.com/

// ======================================================================



  // ======================================================================

  // If you are launching a page not in the same place as the launch page, 

  // you will have to change the value of urlPOP to be a properly qualified 

  // URL such as 'http://www.mysite.com/ads/popad.html'.



  var urlPop = 'newsad.html'; 



  // ======================================================================

  // If you are reusing this code for several popup pages that may all be 

  // open at one time, change the value of windowName to a unique name for

  // each popup page.



  var windowName = 'poppage';



  // =======================================================================



function LaunchPop() {

  var myHeight = 200; var myWidth = 400; var myTop = 100; var myLeft = 100;

  var myCenter = 0; var myFullScreen = 0;

  if (myFullScreen == 1) {

     myHeight = window.screen.height - 30;

     myWidth = window.screen.width - 10;

     myTop = 0; myLeft = 0; myCenter = 0;

  }

  if (myCenter == 1) {

     myLeft  = (window.screen.width-myWidth)/2;

     myTop = (window.screen.height-myHeight)/2;

  }

  var winSizes = 'width='+myWidth+',height='+myHeight;

  var winLoc = ',screenX='+myLeft+',screenY='+myTop+',top='+myTop+',left='+myLeft;

  var winParms = ',directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=yes';

  if (myFullScreen == 2) { window.open (urlPop, windowName, winSizes+',fullscreen'+winParms); }

  else { window.open (urlPop, windowName, winSizes+winLoc+winParms); }

}



function openMyPopup() { 

  LaunchPop();

}



function closeMyPopup() { 

  window.close();

}







// Javascript generated by Instant Popup Maker. 

// Please check us out at http://uuba.com/

