function openpopupEMFRIEND(){
var popurl="emfriend.html"
winpops=window.open(popurl,"","width=425,height=425,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}

function openpopupEMFRIENDMO5(){
var popurl="MO5_emFriend.html"
winpops=window.open(popurl,"","width=500,height=425,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}


function openpopupNEWSLETTER(){
var popurl="newsletterSignup.html"
winpops=window.open(popurl,"","width=425,height=425,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}



function openpopup101(){
var popurl="lockers101.html"
winpops=window.open(popurl,"","width=585,height=425,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}
function openpopup102(){
var popurl="lockers102.html"
winpops=window.open(popurl,"","width=585,height=525,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}
function openpopupZwindow(){
var popurl="zWin.html"
winpops=window.open(popurl,"","width=700,height=425,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=20,screenY=20,top=20,left=20'")
}

function openpopup10_plastic(){
var popurl="lockers10_plastic.html"
winpops=window.open(popurl,"","width=585,height=525,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}

function openpopup10_wood(){
var popurl="lockers10_wood.html"
winpops=window.open(popurl,"","width=585,height=525,toolbar=no,location=no,directories=no,scrollbars,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}


var win= null;
function NewWindow(mypage,myname,w,h,scroll){
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=yes';
  win=window.open(mypage,myname,settings);
  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}