function psd(str)
{
	searchWinGov = window.open(str,'scarica','scrollbars=yes,resizable=yes,width=640,height=500,status=no,location=no,toolbar=no, menubar=yes, screenX=0, sreenY=0, left=0, top=0');
	setTimeout('searchWinGov.focus();',250);
}
