function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function popUp(pPage) {
var scrnlngt = (screen.width - 950) / 2;
var scrnhgt = (screen.height - 350) / 2;
 window.open(pPage,'popWin','resizable=no,scrollbars=yes,top='+scrnhgt+',left='+scrnlngt+',width=950,height=350,toolbar=yes');
 }
function popUp2(qPage) {
var scrnlngt = (screen.width - 450) / 2;
var scrnhgt = (screen.height - 570) / 2;
 window.open(qPage,'popWin','resizable=no,scrollbars=yes,top='+scrnhgt+',left='+scrnlngt+',width=450,height=570,toolbar=yes');
 }

function popUp3(rPage) {
var scrnlngt = (screen.width - 400) / 2;
var scrnhgt = (screen.height - 352) / 2;
 window.open(rPage,'popWin','resizable=no,scrollbars=no,top='+scrnhgt+',left='+scrnlngt+',width=400,height=352,toolbar=yes');
 }


