function setAction(formid, action){
	document.getElementById(formid).action = action;
}
