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.pdf','GovPay', settings);
	GovPay.focus();}