function popuplav(url, w, h, name) {
	var win = window.open(url, name, 'width='+w+',height='+h+',toolbar=no,resizable=no,scrollbars=no,menubar=no,status=no');
	win.moveTo(10,10);
}

function popup(url, w, h, name) {
	var win = window.open(url, name, 'width='+w+',height='+h+',toolbar=no,resizable=no,scrollbars=yes,menubar=no,status=yes');
	win.moveTo(10,10);
}

function policy(){
	displayWin = window.open("privacy.asp","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.asp?img="+img + "&de=" + de, "foto_news", "resizable=1,HEIGHT=200,WIDTH=200");
}
function vedi_img2(img,de){
	var win = window.open("img.asp?img="+img + "&de=" + de, "foto_news", "resizable=1,HEIGHT=200,WIDTH=200,toolbar=yes");
}


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 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.");
}

