
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openSmall(){
popSmall = window.open('popup.htm','popup','left=100,top=400,screenX=100,screenY=400,width=350,height=200');
popSmall.focus();
if(popSmall.opener == null) pop.opener = window;
popSmall.opener.name = "opener";
popSmall.focus();
}