<!-- hide from old browsers

colourbaroon = new Image(90, 380);
colourbaroon.src ="hennsam.gif";

colourbarooff = new Image(90, 380);
colourbarooff.src ="orangebar.gif"; 

colourbargon = new Image(90, 380);
colourbargon.src ="hennatoe.gif";

colourbargoff =new Image(90, 380);
colourbargoff.src ="greenbar.gif"; 

colourbarpon = new Image(30, 60);
colourbarpon.src ="hencan.gif";

colourbarpoff = new Image(90, 380);
colourbarpoff.src ="pinkbar.gif";

colourbardon =new Image(90, 380);
colourbardon.src ="wildbar.gif";

colourbardoff =new Image(90, 380);
colourbardoff.src = "redbar.gif";

colourbarylon =new Image(90, 380);
colourbarylon.src ="candlebar.gif";

colourbaryloff =new Image(90, 380);
colourbaryloff.src ="yellowbar.gif"; 

colourbartqon =new Image(90, 380);
colourbartqon.src ="veilhand.gif";

colourbartqoff =new Image(90, 380);
colourbartqoff.src ="tqbar.gif"; 



// functions
function
img_act(imgname) {
imgon = eval(imgname + "on.src");
document [imgname].src = imgon;
}
function
img_inact(imgname) {
imgoff = eval(imgname + "off.src");
document [imgname].src = imgoff;
}
// end hiding from older browsers -->