function apriphp(URL) {
var fine_w= 640
var fine_h= 369
var fine_l=Math.ceil((window.screen.width - fine_w)/2.0)
var fine_t=Math.ceil((window.screen.height - fine_h)/2.0)
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,location=0,scrollbars=no,statusbar=0,menubar=0,toolbar=no,resizable=no,resizable=0,width=640,height=369,left ="+fine_l+",top ="+fine_t+"');");
}
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert(":: © Ciro Barbaro ::");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

