function pgchange(){
	var pg = document.form1.pglist.value 
	document.form1.action="PgView.asp?ref="+pg;
	document.form1.submit();	
}