  function orderForm()
  {
  msgWindow=window.open("../../Order/form.html","Form","noresizable,width=600,height=500,toolbar=no,scrollbars=yes");
  }
  
  function contact()
  {
  msgWindow=window.open("contact.html","Form","noresizable,width=530,height=390,toolbar=no,scrollbars=no");
  }
  
  function message()
  {
  msgWindow=window.open("message1.html","Form","resizable,toolbar=yes menubar=yes,location=yes,scrollbars=yes, height=160, width=600");
  }
  
  

