
//function to open popup window
function popupgov(path) {
	window.open(path, "openWin", "width=595,height=550,resizable=no,dependent,scrollbars=yes,screenx=5,screeny=5,left=10,top=10");
}
