﻿function top_menu() {   
	document.write("<table width=\"\" align=\"right\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
	document.write("<td style=\"padding-top:15\" style=\"padding-right:30\" class=\"menu\">"); 
	
 	document.write("<a href=\"index.php\">home</a>&nbsp;&nbsp;|&nbsp;&nbsp;");   
 	document.write("<a href=\"index.php?is_contact=1\">contact</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  
	document.write("<a href=\"#\">members login</a>&nbsp;&nbsp;|&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:30\" style=\"padding-left:0\" class=\"menu_bold\">"); 
	
 	document.write("<a href=\"#\">profiles</a>&nbsp;&nbsp;|&nbsp;&nbsp;");   
 	document.write("<a href=\"activities.htm\">activities</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  
	document.write("<a href=\"#\">online markets</a>&nbsp;&nbsp;|&nbsp;&nbsp;");    
 	document.write("<a href=\"#\">opportunity</a>&nbsp;&nbsp;|&nbsp;&nbsp;");  
 	document.write("<a href=\"news_events.htm\">news & events</a>");    
	document.write("</td></tr></table>");  	 
}	     
function webmail(referral) { 
      webmailWindow = window.open('http://www.g18vn.com/cpanel', 'webmailWindow', 'width=785,height=500,resizable=yes,scrollbars=yes');
}

function copyright() {  
    dateNow = new Date();    
	document.write("<table width=\"\" align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
	document.write("<td style=\"padding-top:9\" style=\"padding-left:0\" style=\"padding-right:0\" class=\"copyright\">");
	document.write("Copyright &copy; "+dateNow.getYear()+" Vietnam Southern Business Group. All Rights Reserved. Designed & Hosted by: <a href=\'http://www.ctran.net\' target=_blank class=copyright>ctranNET</a>"); 
	document.write("</td></tr></table>");  
}