function fnShowFooter(path){

	var sPath = "";

	if (path){
		sPath = path;
	}


var sStyle20 = "font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration: none;";	
	
	
document.writeln(' <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background-color: #E6E6E6;"> ');
document.writeln('   <tr> ');
document.writeln('     <td width="*" height="41" valign="top" background="'+sPath+'images/index_38-L2.gif" bgcolor="#FFFFFF">&nbsp;</td> ');
document.writeln('     <td width="800" valign="top"> ');
document.writeln('     <table width="800" border="0" cellpadding="0" cellspacing="0"> ');
document.writeln('       <tr> ');
document.writeln('        <td background="'+sPath+'images/index_38-L2.gif" width="800" height="41" colspan="5"> ');
document.writeln('         <table width="900" border="0" cellspacing="0" cellpadding="0">');
document.writeln('		<tr> ');
document.writeln('			<td width="50%"><div align="left"><span style="'+sStyle20+'"><font style="'+sStyle20+'" color="#666666">');
document.writeln('				<a href="com-etc-privacy.htm" target="_blank"><font style="'+sStyle20+'" color="#666666">Privacy Statement</font.</a> | <a href="com-etc-tnc.htm" target="_blank"><font style="'+sStyle20+'" color="#666666">Terms of Use</font></a></span></div></td> ');
document.writeln('		<td width="50%"><div align="right"><span style="'+sStyle20+'">&copy; 2009 <a href="http://www.ipexl.com" target="_blank"><font style="'+sStyle20+'" color="#666666">Intellectual Property Exchange Pte Ltd</font></a><br> ');
document.writeln('		</span></div></td>  ');
document.writeln('    </tr>  ');
document.writeln('   </table></td>   ');
document.writeln('   </tr>   ');
document.writeln('   </table></td> ');
document.writeln('    <td  width="*" height="41" background="'+sPath+'images/index_38-L2.gif" bgcolor="#FFFFFF">&nbsp;</td> ');
document.writeln('  </tr>   ');
document.writeln('      </table>      ');
}