<!-- hide from old browsers

//set grahams special secret variables
var version = "1";
var work = false;

// browser test:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "3";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "4";
else version = "1";

// Does it work in n3/4 ?
if(version =="3") {
        work = true;
}

// Does it work in ie4 ?
if(version =="4") {
        work = true;
}

// Function
function change(ObjectName, ChangeTo)
                {
                  document[ObjectName].src = eval(ObjectName + ChangeTo + ".src");
                }

// mouseover control

if (work == true) {

but01on = new Image(18,18);
but01on.src = "/images/naviconon.gif";
but01off = new Image(18,18);
but01off.src = "/images/navicon.gif";

but02on = new Image(18,18);
but02on.src = "/images/naviconon.gif";
but02off = new Image(18,18);
but02off.src = "/images/navicon.gif";

but03on = new Image(18,18);
but03on.src = "/images/naviconon.gif";
but03off = new Image(18,18);
but03off.src = "/images/navicon.gif";

but04on = new Image(18,18);
but04on.src = "/images/naviconon.gif";
but04off = new Image(18,18);
but04off.src = "/images/navicon.gif";

but05on = new Image(18,18);
but05on.src = "/images/naviconon.gif";
but05off = new Image(18,18);
but05off.src = "/images/navicon.gif";

but06on = new Image(18,18);
but06on.src = "/images/naviconon.gif";
but06off = new Image(18,18);
but06off.src = "/images/navicon.gif";

but07on = new Image(18,18);
but07on.src = "/images/naviconon.gif";
but07off = new Image(18,18);
but07off.src = "/images/navicon.gif";

but08on = new Image(18,18);
but08on.src = "/images/naviconon.gif";
but08off = new Image(18,18);
but08off.src = "/images/navicon.gif";

but09on = new Image(18,18);
but09on.src = "/images/naviconon.gif";
but09off = new Image(18,18);
but09off.src = "/images/navicon.gif";

but10on = new Image(18,18);
but10on.src = "/images/naviconon.gif";
but10off = new Image(18,18);
but10off.src = "/images/navicon.gif";

but11on = new Image(18,18);
but11on.src = "/images/naviconon.gif";
but11off = new Image(18,18);
but11off.src = "/images/navicon.gif";

but12on = new Image(18,18);
but12on.src = "/images/naviconon.gif";
but12off = new Image(18,18);
but12off.src = "/images/navicon.gif";

but13on = new Image(18,18);
but13on.src = "/images/naviconon.gif";
but13off = new Image(18,18);
but13off.src = "/images/navicon.gif";

but14on = new Image(18,18);
but14on.src = "/images/naviconon.gif";
but14off = new Image(18,18);
but14off.src = "/images/navicon.gif";

but15on = new Image(18,18);
but15on.src = "/images/naviconon.gif";
but15off = new Image(18,18);
but15off.src = "/images/navicon.gif";

but16on = new Image(18,18);
but16on.src = "/images/naviconon.gif";
but16off = new Image(18,18);
but16off.src = "/images/navicon.gif";

but17on = new Image(18,18);
but17on.src = "/images/naviconon.gif";
but17off = new Image(18,18);
but17off.src = "/images/navicon.gif";

but18on = new Image(18,18);
but18on.src = "/images/naviconon.gif";
but18off = new Image(18,18);
but18off.src = "/images/navicon.gif";

but19on = new Image(18,18);
but19on.src = "/images/naviconon.gif";
but19off = new Image(18,18);
but19off.src = "/images/navicon.gif";

but20on = new Image(18,18);
but20on.src = "/images/naviconon.gif";
but20off = new Image(18,18);
but20off.src = "/images/navicon.gif";

but21on = new Image(18,18);
but21on.src = "/images/naviconon.gif";
but21off = new Image(18,18);
but21off.src = "/images/navicon.gif";

but22on = new Image(18,18);
but22on.src = "/images/naviconon.gif";
but22off = new Image(18,18);
but22off.src = "/images/navicon.gif";

but23on = new Image(18,18);
but23on.src = "/images/naviconon.gif";
but23off = new Image(18,18);
but23off.src = "/images/navicon.gif";

but24on = new Image(18,18);
but24on.src = "/images/naviconon.gif";
but24off = new Image(18,18);
but24off.src = "/images/navicon.gif";

but25on = new Image(18,18);
but25on.src = "/images/naviconon.gif";
but25off = new Image(18,18);
but25off.src = "/images/navicon.gif";

but26on = new Image(18,18);
but26on.src = "/images/naviconon.gif";
but26off = new Image(18,18);
but26off.src = "/images/navicon.gif";

but27on = new Image(18,18);
but27on.src = "/images/naviconon.gif";
but27off = new Image(18,18);
but27off.src = "/images/navicon.gif";

but28on = new Image(18,18);
but28on.src = "/images/naviconon.gif";
but28off = new Image(18,18);
but28off.src = "/images/navicon.gif";
}

// - end hiding -->

