﻿// JavaScript Document

function header_ie() {  
			document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
			document.write("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"");
			document.write("width=\"753\" height=\"316\">");
			document.write("<param name=\"movie\" value=\"Header.swf\">");
			document.write("<param name=\"quality\" value=\"high\">");
			document.write("<param name=\"menu\" value=\"false\">");
			document.write(" </object>");
}
function header_mz() {   
			document.write("<object data=\"Header.swf\"");
			document.write("width=\"753\" height=\"316\" type=\"application/x-shockwave-flash\">");
			document.write("<param name=\"quality\" value=\"high\">");
			document.write("<param name=\"menu\" value=\"false\">");
			document.write("<param name=\"pluginurl\" value=\"http://www.macromedia.com/go/getflashplayer\">");
			document.write("FAIL (the browser should render some flash content, not this).");
			document.write(" </object>"); 
	      
}

function footer_en(){
 	document.write("<a href=\"index.html\"class=\"bottom\">Home </a>&nbsp;| &nbsp;");
	document.write("<a href=\"index-1.html\" class=\"bottom\">About SPT</a>&nbsp; | &nbsp; ");
	document.write("<a href=\"index-2.html\" class=\"bottom\">Services &amp; Quality </a>&nbsp; | &nbsp;"); 
	document.write("<a href=\"index-3.html\" class=\"bottom\">Partners & Investors </a>&nbsp; | &nbsp;");
	document.write("<a href=\"index-6.html\" class=\"bottom\">Subsidiaries </a>&nbsp; | &nbsp;");
	document.write("<a href=\"index-7.html\" class=\"bottom\">Departments</a>&nbsp; | &nbsp;");
	document.write("<a href=\"sitemap.html\" class=\"bottom\">Sitemap</a>&nbsp; | &nbsp;");
	document.write("<a href=\"index-4.html\" class=\"bottom\">Contact</a>");
}

function copyright_en() {   
	 document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">  <tr>  <td class=\"foot\" width=\"579\">© 2007 Saigon Postel Corp. - SPT. All rights reserved.<br />   Head Office: 199 Đien Bien Phu Str. - Binh Thanh Dist - Ho Chi Minh City - Vietnam<br />TEL: (848) 4040 608<BR>Fax: (848) 4040 609<br />																																																																									Email:<a href = \"mailto: info@spt.vn\"> Send email</a> </td>    <td width=\"4\" valign=\"top\"></td> <td class=\"foot\" width=\"148\" valign=\"top\">Counter: 751984 </td>  </tr></table> " );
}
