home *** CD-ROM | disk | FTP | other *** search
- function initHeader() {
- if (location.href.lastIndexOf('\\')!=-1) {
- filelocation=location.href.substring(0,location.href.lastIndexOf('\\')+1);
- } else {
- filelocation=location.href.substring(0,location.href.lastIndexOf('\/')+1);
- }
- top.currentChapter="";
- top.currentSection="";
- top.currentMap="";
- }
-
- function writeFooter() {
- document.write(top.tr[top.currentLang][1] + '<br />');
- if (top.showSafety==true) {
- if (top.tr[top.currentLang][2][1]!='') {
- 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>');
- document.write(' ');
- }
- if (top.tr[top.currentLang][3][1]!='') {
- 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>');
- }
- }
- }