﻿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://impactvn.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\">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 portfolio</a>&nbsp;&nbsp;|&nbsp;&nbsp;");           
 	document.write("<a href=\"tours\">Vietnam - US Tours</a>&nbsp;&nbsp;|&nbsp;&nbsp;");            
 	document.write("<a href=\"usbanks\">usBanks Loan</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>");  
} 
 
function pix(referral) {
      pixWindow = window.open('https://www.domain name.com/folder', 'pixWindow', 'width=798,height=620,toolbars=no,menubar=no,status=no,resizable=no,scrollbars=yes');
}
 
function webmail(referral) {
      webmailWindow = window.open('https://www.securepaynet.net/gdshop/rhp/default.asp?prog_id=ctran500559', 'webmailWindow', 'width=798,height=620,toolbars=no,menubar=no,status=no,resizable=yes,scrollbars=yes');
}