function policy(){
	displayWin = window.open("privacy.htm","Cg_img","scrollbars=yes,resizable=no,width=500,height=500,status=yes,location=no,toolbar=no");
}
function credits(){
	displayWin = window.open("credits.htm","credits","scrollbars=no,resizable=no,width=320,height=150,status=no,location=no,toolbar=no");
}
function vedi_img(img,de){
	var win = window.open("img.php?img="+img + "&de=" + de, "foto_news", "resizable=1,HEIGHT=200,WIDTH=200");
}
function vedi_img2(img,de){
	var win = window.open("img.php?img="+img + "&de=" + de, "foto_news", "resizable=1,HEIGHT=200,WIDTH=200,toolbar=yes");
}
function controllo_sk_log(){
	a = 0;
	a = no_vuoto(document.nmsg.user,a);
	a = no_vuoto(document.nmsg.password,a);
	if (a == 0) {
		document.nmsg.submit()
	}
}


function sk_news(id){
	displayWin = window.open("news_sk.asp?id="+id,"sknews","scrollbars=yes,resizable=no,width=500,height=500,status=no,location=no,toolbar=no");
}

function profilo(id){
	displayWin = window.open("profilo.asp?id="+id,"profilo","scrollbars=no,resizable=no,width=430,height=450,status=no,location=no,toolbar=no");
}

function centra_fin(){
	var NS = (navigator.appName=="Netscape")?true:false;
	iWidth = (NS)?window.innerWidth:document.body.clientWidth;
	iHeight = (NS)?window.innerHeight:document.body.clientHeight;
	LeftPosition = (screen.width) ? (screen.width-iWidth)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-iHeight)/2 : 0;
	moveTo(LeftPosition,TopPosition);
	self.focus();
}
function under(){
	alert("Sezione in costruzione.");
}