TOOLBART



Toolbar






// Set window to beginning
function Reset() {
DelCookie("open_file");
SetCookie("open_file", "Splash.htm");
top.location.href = "../Default.htm";
}

// Open the Help table of contents
function Help() {
DelCookie("open_file");
SetCookie("open_file", "Splash.htm");

// Check for an open TOC. If TOC is closed, open it.
if (parent.tree.show == false) {
parent.tree.tocResize();
}

// check for frames
if (window.parent.frames.length) {
parent.tree.location.href = "Help1t.htm";
}
else {
top.location.href = "../Default.htm";
}
}





























Wyszukiwarka