﻿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.impact-vn.com\">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=\"education\">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=\"http://www.impact-vn.com/expo\">exhibition</a>&nbsp;&nbsp;|&nbsp;&nbsp;");   
//	document.write("<a href=\"http://www.impact-vn.com/career.htm\">career</a>");    
	
	document.write("</td></tr></table>");  	 
}
function copyright() {     
	dateNow = new Date(); 
	document.write("<table width=\"\" align=\"\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
	document.write("<td align=\"center\" style=\"padding-top:0\" style=\"padding-left:0\" class=\"copyright\">");
	document.write("&copy; "+dateNow.getFullYear()+" GAPDI. All Rights Reserved. Designed & hosting by: <a href=\'http://www.itbluesky.net\' target='_blank' class='copyright'>itBlueSky</a>"); 
	document.write("</td></tr></table>");  
}
