function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}

if (document.images) {
n_bh = newImage("images/n_bh.gif");
}

function sh_item(where) {
if (document.images) {
storedLocation=where;
document.images["n"+where].src="images/n_bh.gif"; 
}
}

function hd_item() {
if (document.images) {
where=storedLocation;
document.images["n"+where].src="images/n_b.gif"; 
}
}