<!--

function popup(nomefile,nomefin,larghezza,altezza,scrollo,posleft,postop){
	msg=open(nomefile,nomefin,"scrollbars="+scrollo+",toolbar=no,directories=no,menubar=no,width="+larghezza+",height="+altezza+",resizable=no,left="+posleft+",top="+postop+"");

}

function popupnews(nomefile){
	msg=open(nomefile,newspopup2,scrollbars=no,toolbar=no,directories=no,menubar=no,width=630,height=850,resizable=no,left=10,top=10);

}

//-->