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