var lev_div = "";

function clf_footer(loop){
   if ( loop == 0 ) {
      lev_div = "english/";
   }  else {
      for (i=0; i<loop; i++){
          lev_div = lev_div + '../';
      }
   }
   document.write('<font face="Arial, Helvetica, sans-serif, Taipei" size="-1">');
   document.write('<b>2005 <img src="'+lev_div+'images/clf/copy.gif" alt="copyright logo" align="absmiddle"> | ');
   document.write('<a href="'+lev_div+'notices/notices.html">Important notices</a> | ');
   document.write('<a href="'+lev_div+'privacy/policy.html">Privacy policy</a>');	
   document.write('<b></font>');
}

function clf_footer_textonly(loop){ 
   if ( loop == 0 ) {
      lev_div = "english/";
   }  else {
      for (i=0; i<loop; i++){
          lev_div = lev_div + '../';
      }
   }
   document.write('<font face="Arial, Helvetica, sans-serif, Taipei" size="2">');
   document.write('<p>[<a href="http://www.gov.hk/en/residents/" target="_blank">GovHK</a>] ');
   document.write('[<a href="http://www.brandhk.gov.hk/brandhk/eindex.htm" target="_blank">Brand Hong Kong</a>]');
   document.write('</p><hr><p>2005 copyright | ');
   document.write('<a href="'+lev_div+'notices/notices.html">Important notices</a> | ');
   document.write('<a href="'+lev_div+'privacy/policy.html">Privacy policy</a></p>');
}
