home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / Documentation / HTML / TG787_fr / SysFiles / wwp.js < prev   
Text File  |  2006-08-22  |  1KB  |  23 lines

  1. function initHeader() {
  2.     if (location.href.lastIndexOf('\\')!=-1) {
  3.         filelocation=location.href.substring(0,location.href.lastIndexOf('\\')+1);
  4.     } else {
  5.         filelocation=location.href.substring(0,location.href.lastIndexOf('\/')+1);
  6.     }
  7.     top.currentChapter="";
  8.     top.currentSection="";
  9.     top.currentMap="";
  10. }
  11.  
  12. function writeFooter() {
  13.     document.write(top.tr[top.currentLang][1] + '<br />');
  14.     if (top.showSafety==true) {
  15.         if (top.tr[top.currentLang][2][1]!='') {
  16.             document.write('<a href="javascript:" onClick="window.open(\''+''+top.tr[top.currentLang][2][1]+'\',\'safety\',\'left=100, right=100, width=700, height=500, menubar=no,location=no,resizable=yes,scrollbars=yes,status=no\');">'+top.tr[top.currentLang][2][0]+'</a>');
  17.             document.write('  ');
  18.         }
  19.         if (top.tr[top.currentLang][3][1]!='') {
  20.             document.write('<a href="javascript:" onClick="window.open(\''+''+top.tr[top.currentLang][3][1]+'\',\'safety\',\'left=100, right=100, width=700, height=500, menubar=no,location=no,resizable=yes,scrollbars=yes,status=no\');">'+top.tr[top.currentLang][3][0]+'</a>');
  21.         }
  22.     }
  23. }