// Functions
<!--
	function fSubmit(Form,URL)
	{
		if(document.getElementById)
		{
			alert('Other')
			var doc = eval("document."+Form)
			doc.action = URL + ".php";
			doc.submit();
		}	
	}
//-->
