
function clear_values(){
	document.frm.act.value = "reset";
	document.frm.action = "index.php";
	document.frm.target = "_self";
	document.frm.submit();
}

function submit4(){
	document.frm.action = "index.php";
	document.frm.target = "_self";
	document.frm.submit();
}

