// -- himOz ------------------------------

function disableselect(e){return false
}function reEnable(){return true
}document.onselectstart=new Function("return false")
if(window.sidebar){document.onmousedown=disableselect
document.onclick=reEnable
}

// -- himOz ------------------------------



function popUp(URL, w, h){
 
day = new Date();
 
id = day.getTime();
 
URL = URL;
 
left = 400-(w/2);
 
gtop = 300-(h/2);
 
eval("copys" + id + " = window.open(URL,'" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width= "+ w +" ,height= "+ h +",left="+ left +",top="+ gtop +"');");
 
return false
 
}


// -- himOz ------------------------------
