// isMenu=false; // for quick on/off popup menu
if (isMenu) {
menuVersion = 3;
menuWidth = 125;
childOverlap = 20;
childOffset = 5;
perCentOver = null;
secondsVisible = .1;
fntCol = "white";
fntSiz = "8";
fntBold = false;
fntItal = false;
fntFam = "Verdana,Arial,sans-serif";
backCol = "#A5B4D0";
overCol = "#98a9c9";
overFnt = "white";
borWid = 1;
borCol = "#A5B4D0";
borSty = "solid";
itemPad = 1;
imgSrc = "";
imgSiz = 10;
separator = 1;
separatorCol = "#A5B4D0";
isFrames = false;
keepHilite = false; 
clickStart = false;
clickKill = false;
isKeepInWindow = false; // on/off keepping menu in window
}else{
	window.onload =  preloadImages; // need for support rollover images if popUp menu is off
}

