// JavaScript Document
NS4 = (document.layers);     
IE4 = (document.all);   
ver4 = (NS4 || IE4);	 
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);  
isMac = (navigator.appVersion.indexOf("Mac") != -1);  
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;
if (isMenu){
menuVersion = 3;
menuWidth = 122;
childOverlap = 1;                  //moves child left-right
childOffset = -1;                  //moves child up-down
perCentOver = null;
secondsVisible = 1;               //seconds menu stayes visible
fntCol = "blue";
fntSiz = "10";                     //font size of submenus
fntBold = true;                    //true = bold
fntItal = false;
fntFam = "Bradley Hand ITC,Times New Roman,Arial,sans-serif";
backCol = "#000000";              //default background color
overCol = "#FFCCCC";              //mouseover background color
overFnt = "purple";
borWid = 2;
borCol = "black";
borSty = "solid";
itemPad = 4;
imgSrc = "tri.gif";
imgSiz = 10;
separator = 2;
separatorCol = "black";
isFrames = false;
keepHilite = false;
clickStart = false;
clickKill = false;
NSfontOver = false;
}
