function prevpage(pagename) {
	document.form1.action = pagename;
	document.form1.submit();
}
