﻿function top_menu() {   
	document.write("<table width=\"\" align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
	document.write("<td style=\"padding-top:5\" style=\"padding-left:0\" class=\"menu\">"); 
	
 	document.write("<a href=\"http://www.impactvn.com\">home</a>&nbsp;•&nbsp;");   
 	document.write("<a href=\"http://www.impactvn.com/contact.php\">contact</a>&nbsp;•&nbsp;");  
	document.write("<a href=\"http://www.impactvn.com/cust_login.htm\">customers login</a>&nbsp;•&nbsp;");
	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:8\" style=\"padding-left:30\" class=\"menu_bold\">"); 
	
 	document.write("<a href=\"http://www.impactvn.com/marketing.htm\">marketing</a>&nbsp;&nbsp;|&nbsp;&nbsp;");   
 	document.write("<a href=\"http://www.impactvn.com/promotion\">promotion</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  
	document.write("<a href=\"http://www.impactvn.com/advertising.htm\">advertising</a>&nbsp;&nbsp;|&nbsp;&nbsp;");    
 	document.write("<a href=\"http://www.impactvn.com/education\">education</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  
 	document.write("<a href=\"http://www.impactvn.com/web_design\">web design</a>&nbsp;&nbsp;|&nbsp;&nbsp;");     
 	document.write("<a href=\"http://www.impactvn.com/expo\">exhibition</a>&nbsp;&nbsp;|&nbsp;&nbsp;");   
 	document.write("<a href=\"http://www.impactvn.com/career.htm\">career</a>");    
	
	document.write("</td></tr></table>");  	 
}
function copyright() {     
	dateNow = new Date(); 
	document.write("<table width=\"\" align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
	document.write("<td style=\"padding-top:0\" style=\"padding-left:30\" class=\"copyright\">");
	document.write("Copyright &copy; 2005 - "+dateNow.getFullYear()+" Impact Corporation. All Rights Reserved. Designed by: <a href=\'web_design\' class=copyright>Impact</a> | Hosted by: <a href=\'http://www.ctran.net\' target=_blank class=copyright>ctranNET</a>"); 
	document.write("</td></tr></table>");  
}