// Eamonn Fitzsimons//
function openExclusivearea() {
  var wndHeight = 420;
  var wndWidth = 720;
  var X = 0;
  var Y = 0;
  if (screen.availWidth){
    X = (screen.availWidth / 2) - (wndWidth / 2);
    Y = (screen.availHeight / 2) - (wndHeight / 2);
  }

  window.open("https://secure.digitalinsert.com/competition.cfm?promotion=167","exclusive","left=" + X + "screenX=" + X + "screenY=" + Y + ",top=" + Y + ",toolbar=0,scrollbars=1,resizable=0,height=420,width=720");
}
//function popUp1(URL) {
    //day = new Date();
   // id = day.getTime();
    //eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=370,height=310');");
   // }
	
function popUp1(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=1,menubar=1,resizable=1,width=550,height=380');");
    }
/*
-----------------------------------------------------------
*/