
	function submitpageform(id, page) 
	{
  		var x = document.getElementById(id);
		x.action += page;
		x.submit();
	}