// JavaScript Document
function submitFunction(i) {
   if (i==1) document.form2.action="showproducts.php";
   if (i==2) document.form2.action="showbrand.php";
	if (i==3) document.form2.action="";
   document.form2.submit()
   }
   
 function submitFunctionS(i) {
   if (i==1) document.form1.action="searchresult.php";
   document.form1.submit()
   }
document.write("<Div align=right class=plinks> <a class=atoplink href=products.php>Products</a> | <a class=atoplink  href=query.html>Query</a> | <a class=atoplink  href=contact.html>Contact us</a></div> ");


 
