﻿function top_menu1() {   

	document.write("<table width=\"\" align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");

	document.write("<td style=\"padding-top:3\" style=\"padding-left:10\" class=\"menu\">"); 

 	document.write("<a href=\"index.php\">home</a>&nbsp;•&nbsp;");   

 	document.write("<a href=\"contact.php?id=contact\">contact</a>&nbsp;•&nbsp;");  

	document.write("<a href=\"customer_login.php\">free trade registration/login</a>&nbsp;•&nbsp;");

	document.write("<a href=\"directory/index.php\">traders directory</a>"); 

//	document.write("<a href=\"javascript:webmail('0')\">webmail</a>"); 	

	document.write("</td></tr></table>");  	 

}

function top_menu2() {   

	document.write("<table width=\"\" align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");

	document.write("<td style=\"padding-top:3\" style=\"padding-left:0\" class=\"menu_bold\">"); 

 	document.write("&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"index.php?id=4\">products</a>&nbsp;&nbsp;|&nbsp;&nbsp;");   

 	document.write("<a href=\"index.php?id=5\">solutions</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  

	document.write("<a href=\"index.php?id=6\">services</a>&nbsp;&nbsp;|&nbsp;&nbsp;");    

 	document.write("<a href=\"index.php?id=7\">opportunity</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  

 	document.write("<a href=\"news.php?category_id=1\">im/ex news</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  

 	document.write("<a href=\"../expo/index.htm\">exhibition</a>&nbsp;&nbsp;|&nbsp;&nbsp;");

 	document.write("<a href=\"career_detail.php?category_id=7\">career</a>");    

	

	document.write("</td></tr></table>");  	 

}

function copyright() {   

	dateNow = new Date();

	document.write("<table width=\"100%\" align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");

	document.write("<td style=\"padding-top:0\" style=\"padding-left:0\" height=\"38\" background=\"images/footer_filler.gif\" align=\"center\" class=\"copyright\">");

	document.write("Copyright &copy; 2004 - "+dateNow.getFullYear()+" UIMEX. All Rights Reserved. Designed & Hosted by: <a href=\'http://www.ctran.net\' target=_blank class=copyright>ctranNET</a>"); 

	document.write("<BR>");

	document.write("UIMEX is a registered trademark of UIMEX Corporation.");

	document.write("</td></tr></table>");  

} 
