// preload images:
if (document.images) {
pbutt1 = new Image(22,22); pbutt1.src = "thumbs/pbutt1.gif";
pbutt2 = new Image(22,22); pbutt2.src = "thumbs/pbutt2.gif";
mbutt1 = new Image(22,22); mbutt1.src = "thumbs/mbutt1.gif";
mbutt2 = new Image(22,22); mbutt2.src = "thumbs/mbutt2.gif";
cbutt1 = new Image(22,22); cbutt1.src = "thumbs/cbutt1.gif";
cbutt2 = new Image(22,22); cbutt2.src = "thumbs/cbutt2.gif";
cam1 = new Image(33,25); cam1.src = "thumbs/cam1.gif";
cam2 = new Image(33,25); cam2.src = "thumbs/cam2.gif";
cbutt3 = new Image(22,22); cbutt3.src = "thumbs/cbutt3.gif";
cbutt4 = new Image(22,22); cbutt4.src = "thumbs/cbutt4.gif";
mail = new Image(30,15); mail.src = "thumbs/mail.gif";
mail2 = new Image(30,15); mail2.src = "thumbs/mail2.gif";
next1 = new Image(28,40); next1.src = "thumbs/next1.gif";
next2 = new Image(28,40); next2.src = "thumbs/next2.gif";
tbutt1 = new Image(22,22); tbutt1.src = "thumbs/tbutt1.gif";
tbutt2 = new Image(22,22); tbutt2.src = "thumbs/tbutt2.gif";
bnext1 = new Image(19,50); bnext1.src = "thumbs/bnext1.gif";
bnext2 = new Image(19,50); bnext2.src = "thumbs/bnext2.gif";
ppbutt1 = new Image(22,22); ppbutt1.src = "thumbs/ppbutt1.gif";
ppbutt2 = new Image(22,22); ppbutt2.src = "thumbs/ppbutt2.gif";
mmbutt1 = new Image(22,22); mmbutt1.src = "thumbs/mmbutt1.gif";
mmbutt2 = new Image(22,22); mmbutt2.src = "thumbs/mmbutt2.gif";
camb1 = new Image(22,22); camb1.src = "thumbs/camb1.gif";
camb2 = new Image(22,22); camb2.src = "thumbs/camb2.gif";
back1 = new Image(16,16); back1.src = "thumbs/back1.gif";
back2 = new Image(16,16); back2.src = "thumbs/back2.gif";

}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

//-->
