function Nomefunzione(perc)
{
var perc
	window.open(perc,'stPop','width=500,height=500,scrollbars,resizable');
//	location.href=perc;
}
function PopDwn(perc)
{
var perc
	window.open(perc,'stPop','width=500,height=500,scrollbars,resizable');
//	location.href=perc;
}
