<!-- init browser...and resize fix...

function MM_reloadPage(init) {  //reloads the page if window is resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);
//--Initialise Menu stuff below...

bIsLoaded=false
width = 200;
childOverlap = 25;
childOffset = 5; 
iSecondsVisible = 1;

sFontFace = "Verdana,Arial";
iFontSize = "8";
iFontWeight = "";

sFontColour = "white";
backCol = "#009999";
overCol = "#3399FF";
overFnt = "white";
borCol = "#336699";

bBorderWidth = 1
bBottomWidth = 1

itemPad = 4;
iMaxPar = 3;
sImage = "../images/westoneskin/arrow.gif";
iImageSize = 10;

keepHilite = true; 
//--Menu Positions
aPosX = new Array(150, 140, 130, 123, 115, 110);
aPosY = new Array(82, 108, 135, 160, 190, 215);