function check()
     {
	  if (document.forms['fsubmit'].userid.value == "") 
       {
         alert("Please enter userid");
       }
	  else if (document.forms['fsubmit'].pass.value == "")
       {
        alert("Please enter password");
       }
      else
       {
		var x=document.getElementById("fsubmit");
	   x.action="../login/index.php";
        document.getElementById("fsubmit").submit();
       }
	}
function fsend()
    {
	  document.getElementById("fsubmit").submit();
	}
	function femergency()
    {
	   var x=document.getElementById("fsubmit");
	   x.action="../menu/emergency.php";
	   document.getElementById("fsubmit").submit();
	}
	function fcurrency()
    {
	   var x=document.getElementById("fsubmit");
	   x.action="../menu/currency.php";
	   document.getElementById("fsubmit").submit();
	}
	function fnews()
    {
	   var x=document.getElementById("fsubmit");
	   x.action="../menu/news.php";
	   document.getElementById("fsubmit").submit();
	}
	function fweather()
    {
	   var x=document.getElementById("fsubmit");
	   x.action="../menu/weather.php";
	   document.getElementById("fsubmit").submit();
	}
	function fhome()
    {
	   var x=document.getElementById("fsubmit");
	   //x.action="http://www.gofind.co.za";
	   x.action="../find/find.php";
	   document.getElementById("fsubmit").submit();
	}
	function fregister()
    {
	    var x=document.getElementById("fsubmit");
           document.forms['fsubmit'].query.value="Q";
            x.action="../register/wireless.php";
	  document.getElementById("fsubmit").submit();
	//  window.open("../register/index.php?query=Q", "_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=960, height=780, left=150, top=10")
	  
	}
	function fcontact()
    {
       var x=document.getElementById("fsubmit");
       document.forms['fsubmit'].query.value="Q";
         x.action="../menu/contact.php";
	  document.getElementById("fsubmit").submit();
	 // window.open("../menu/contact.php?query=Q", "_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=960, height=580, left=150, top=10")
	   //;
	}
	function flogin()
    {
	   var x=document.getElementById("fsubmit");
	   //x.action="../find/login.php";
           x.action="../find/mainlogin.php";
	   document.getElementById("fsubmit").submit();
	}
   function fpress()
    {
	   window.open("../images/press.pdf", "_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=960, height=580, left=150, top=10")
//var x=document.getElementById("fsubmit");
//	   x.action="../images/press.pdf";
	//   document.getElementById("fsubmit").submit();
	}