function footer(num){
var _lvl_="";
var _path_="";
 if(num==1){
_lvl_="../";
_path_="../";
}else if (num==2){
_lvl_="../../";
_path_="../../";
}else if (num==3){
_lvl_="../../../";
_path_="../../../";
}
document.write('<table border="0" cellspacing="0" cellpadding="0" align="left">');
document.write('<tr>');
document.write('<td style="padding: 20px 0px 20px 0px;">');
document.write('<table border="0" cellspacing="0" cellpadding="0" align="left">');
document.write('<tr>');
document.write('<td width="13"></td>');
document.write('<td  align="left"><a href="'+ _path_ +'support/service/service01.html" class="footerlink">Contact Information</a>');
document.write('&nbsp;<img src="'+ _lvl_ +'image/common/btm_lineproduct.gif" align=bottom>&nbsp;');
//document.write('<a href="#" class="footerlink">Press Releases</a>');
//document.write('&nbsp;<img src="'+ _lvl_ +'image/common/btm_lineproduct.gif" align=bottom>&nbsp;');
document.write('<a href="'+ _path_ +'support/privacy/privacy.html" class="footerlink">Privacy Policy & Legal Information</a>');
document.write('&nbsp;<img src="'+ _lvl_ +'image/common/btm_lineproduct.gif" align=bottom>&nbsp;');
document.write('<a href="'+ _path_ +'support/environment/environment.html" class="footerlink">Environmental Statement</a>');
document.write('&nbsp;<img src="'+ _lvl_ +'image/common/btm_lineproduct.gif" align=bottom>&nbsp;');
document.write('<a href="'+ _path_ +'support/copyright/copyright.html"  class="footerlink">Copyright</a>');
document.write('&nbsp;<img src="'+ _lvl_ +'image/common/btm_lineproduct.gif" align=bottom>&nbsp;');
document.write('<a href="'+ _path_ +'support/sitemap/sitemap.html" class="footerlink">Site Map</a>');
document.write('&nbsp;<img src="'+ _lvl_ +'image/common/btm_lineproduct.gif"></td>');
document.write('</tr>');
document.write('<tr style="padding-top:5px">');
document.write('<td></td>');
document.write('<td class=footerword  align="left">&copy; 2009 W. L. Gore & Associates (Hong Kong) Ltd. GORE-TEX&reg;, GUARANTEED TO KEEP YOU DRY<sup>TM</sup>, <br>GORE<sup>TM</sup> and designs are trademarks of W. L. Gore & Associates.</td>');
document.write('</tr></table>');
document.write('</td></tr></table>');
}
