function notizia(page){

document.write("<html><head><meta http-equiv='content-type' content='text/html;charset=iso-8859-1'><title>notizie</title></head>");
document.write("<frameset rows='50,*'>");
document.write("<frame src='intestazionenews.html' name='intestazione_umbria' scrolling='NO' noresize frameborder='0' marginwidth='0' marginheight='0'>");
document.write("<frame src='");
document.write(page);
document.write("' name='corpo_umbria' noresize frameborder='0' marginwidth='0' marginheight='0'>");
document.write("</frameset><noframes><body bgcolor='#ffffff'></body></noframes></html>");
}

//function apri(){
//window.open('../schede/provaprodotto.html','scheda','width=580,height=425,scroll=yes,top=30,left=100');
//}




//var exit=true;
function apri(popUpURL)
{
//if (exit ==true){


var popUpSizeX=600;
var popUpSizeY=570;
var popUpLocationX=0;
var popUpLocationY=0;
//var popUpURL="../schede/provaprodotto.html";

splashWin = window.open("",'x','fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
//splashWin.blur();
//window.focus();  
splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);
splashWin.location=popUpURL;
splashWin.focus(); 


//}
}

var copyright="	<p class='copyright'>Copyright &copy; 2000 NCT Global Media.<br>Tutti i diritti riservati. Ne &eacute; vietata la riproduzione, anche parziale.<br>All rights reserved. Reproduction in whole or in part without permission is prohibited.</p>"
