// JavaScript Document
if (top != self) {
	top.location = location;
}

function visualizza_font()
{
	window.open('font.htm','','width=405,height=375,status=no,resizable=no,top=100,left=350');
}
function show_font_call()
{
	window.open('font_call.php','','width=405,height=395,status=no,resizable=yes,scrollbars=yes,top=100,left=350');
}
function print_image(file,lar,alt)
{
var attributi;
var titolo;
var contenuto;
attributi = 'width='+lar+',height='+alt+',status=no,resizable=no,top=180,left=270';
/*
contenuto = '<html><head></head><body bgcolor="#CCCCCC">'+
			'<div align=\"center\">'+
			'<img src=\"'+file+'\">'+		
			'</div>'+
			'</body></html>';
*/			
window.open('print.php',titolo,attributi);
/*<
page.document.write(contenuto);
//page.focus();
//page.print();
	try{
	page.onload = page.print();
	}
	catch(error){}
	//finally{page.close();}
	//}
	*/
}
function send_image(){
	window.open('send.php','','width=500,height=300,status=no,resizable=no,top=100,left=250');
}
function invita(){
	window.open('invita.php','','width=500,height=300,status=no,resizable=no,top=100,left=250');
	}
function newsletter(){
	window.open('newsletter.php','','width=500,height=400,status=no,resizable=no,top=100,left=250');
}
function printpdf(path)
{
	var cm = document.getElementById("cm").value;
	var url = 'print-pdf.php?path=' + path + '&cm=' + cm;
	window.open(url,'','');
}
function share(){
	var url = "share-image.php";
	window.open (url,"share","menubar=0,resizable=0,width=590px,height=550px,status=0,toolbar=0,scrollbars=0");
	}	
