home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thomson (Residential)
/
TGSTPv7203.iso
/
mac
/
Documentation
/
HTML
/
TG787_pt
/
SysFiles
/
wwp.js
< prev
Wrap
Text File
|
2006-08-22
|
1KB
|
23 lines
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>');
}
}
}