function set_footer(){

document.write('<table width="640" border="0" cellpadding="2" cellspacing="0" bgcolor="#FFFFFF">');
document.write('<tr>');
document.write('<td align="center"><a target="_top" href="/english/support/index.html"><img src="/english/common_img/support-e.gif" alt="Contact &amp; Support" width="135" height="22" border="0"></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center"><a target="_top" href="/english/termsofuse.html"><img src="/english/common_img/termsofuse-e.gif" alt="Terms of Use" width="105" height="13" border="0"></a>');
document.write('<a target="_top" href="/english/privacy.html"><img src="/english/common_img/privacy-e.gif" alt="Privacy policy on a website" width="104" height="13" border="0"></a></td>');
document.write('</tr>');
document.write('</table>');
  
}
  