function govPAY(){

	setTimeout('__govPAY()',2000);}

function __govPAY(){

	myleft=100;mytop=30;

	settings='top=' + mytop + ',left=' + myleft + ',width=585,height=788,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=yes,fullscreen=no'

	GovPay=window.open('docs/GovPay 002 20090102.pdf','GovPay', settings);

	GovPay.focus();}
