function openBrWindow(theURL,winName,winsizeX,winsizeY,scrollBars) { 

    if(document.layers || document.all || navigator.userAgent.indexOf("Mozilla/5")!=-1){
        var width = winsizeX;
        var height = winsizeY;
        var scroll = scrollBars;
        winrha = window.open('','winName','width='+width+',height='+height+',left='+((screen.width-width)/2)+',top='+((screen.height-height)/2)+',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars='+scroll+',resizable=0');
        winrha.document.writeln('<html><head><title>Fetching site...</title>');
        winrha.document.writeln('</head>');
        winrha.document.write('<body bgcolor="#FFFFFF"><center><font face="Arial" size="2"><p></p><h3>Caricando Pagina...</h3><br>');
        winrha.document.write('</font>');
        winrha.document.write('</body></html>');
        winrha.document.close();
        winrha.document.location.replace(theURL);
    } else{
        alert('Ci dispiace!\nbrowser sconosciuto...\nNon è possibile visualizzare la pagina.');
    }


}

function m(el) {
  if (el.defaultValue==el.value) el.value = "";
}


function oncontextmenu(){
    return false;
}

function rns_Error() {
    return true;
}


oncontextmenu();
window.onerror = rns_Error;