home *** CD-ROM | disk | FTP | other *** search
- // write the common title format
-
-
- NS4 = (document.layers);
- document.write(NS4)
- IE4 = (document.all);
- document.write(IE4)
- ver4 = (NS4 || IE4);
- isMac = (navigator.appVersion.indexOf("Mac") != -1);
- isMenu = (NS4 || (IE4 && !isMac));
- function popUp(){return};
- function popDown(){return};
- function startIt(){return};
- if (!ver4) event = null;
-
- if (isMenu)
- {
- menuVersion = 3;
- menuWidth = 104;
- childOverlap = 50;
- childOffset = 5;
- perCentOver = null;
- secondsVisible = .5;
- fntCol = "gold";
- fntSiz = "8";
- fntBold = false;
- fntItal = false;
- fntFam = "verdana, arial, sans-serif";
- backCol = "#660099";
- overCol = "#D4E0F0";
- overFnt = "#000000";
- borWid = 1;
- borCol = "#2F2890";
- borSty = "solid";
- itemPad = 4;
- imgSrc = "";
- imgSiz = 10;
- separator = 0;
- separatorCol = "#000000";
- isFrames = false;
- navFrLoc = "top";
- mainFrName = "hpmain";
- clickStart = false;
- clickKill = false;
- keepHilite = true;
- NSfontOver = true;
- showVisited = "navy";
- }
-