<!--// preload images:
if (document.images) {
log1 = new Image(126,62); log1.src = "titlebar/log1.gif";
log2 = new Image(126,62); log2.src = "titlebar/log2.gif";
homof = new Image(41,18); homof.src = "titlebar/homof.gif";
homon = new Image(41,18); homon.src = "titlebar/homon.gif";
proof = new Image(45,18); proof.src = "titlebar/proof.gif";
proon = new Image(45,18); proon.src = "titlebar/proon.gif";
prdof = new Image(108,18); prdof.src = "titlebar/prdof.gif";
prdon = new Image(108,18); prdon.src = "titlebar/prdon.gif";
conof = new Image(50,18); conof.src = "titlebar/conof.gif";
conon = new Image(50,18); conon.src = "titlebar/conon.gif";
galof = new Image(63,18); galof.src = "titlebar/galof.gif";
galon = new Image(63,18); galon.src = "titlebar/galon.gif";
fndof = new Image(48,18); fndof.src = "titlebar/fndof.gif";
fndon = new Image(48,18); fndon.src = "titlebar/fndon.gif";
lnkof = new Image(39,18); lnkof.src = "titlebar/lnkof.gif";
lnkon = new Image(39,18); lnkon.src = "titlebar/lnkon.gif";
}
function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

//-->