<!-- //Begin javascript

// insert custom javascript here
	function pop(url,w,h,nome)
{
t=(screen.availHeight-h)/2;
l=(screen.availWidth-w)/2;
openWin = window.open(url,nome,"top="+t+",left="+l+",width="+w+",height="+h+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no");
    openWin.focus();
}
//  End -->
