﻿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.htm\">home</a>&nbsp;•&nbsp;");   
 	document.write("<a href=\"../contact.php\">contact</a>&nbsp;•&nbsp;");  
	document.write("<a href=\"../cust_login\">customers login</a>");
//	document.write("<a href=\"javascript:whyWindow('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=\"../marketing.htm\">marketing</a>&nbsp;&nbsp;|&nbsp;&nbsp;");   
 	document.write("<a href=\"../promotion\">promotion</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  
	document.write("<a href=\"../advertising.htm\">advertising</a>&nbsp;&nbsp;|&nbsp;&nbsp;");    
 	document.write("<a href=\"index.htm\">training / education</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  
 	document.write("<a href=\"../web_design\">web design</a>&nbsp;&nbsp;|&nbsp;&nbsp;");        
 	document.write("<a href=\"../profiles\">our profiles</a>&nbsp;&nbsp;|&nbsp;&nbsp;");               
 	document.write("<a href=\"../expo\">expo</a>&nbsp;&nbsp;|&nbsp;&nbsp;");                        
 	document.write("<a href=\"../tours\">Vietnam - US Tours</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
 	document.write("<a href=\"../cartoon\">careers with us</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>");  
}