// preload images:
if (document.images) {
next1 = new Image(30,30); next1.src = "thumbs/next1.gif";
next2 = new Image(30,30); next2.src = "thumbs/next2.gif";
artbutt1 = new Image(100,100); artbutt1.src = "art/thumb1.gif";
artbutt2 = new Image(100,100); artbutt2.src = "art/thumb2.gif";
photosbutt1 = new Image(100,100); photosbutt1.src = "photos/thumb1.gif";
photosbutt2 = new Image(100,100); photosbutt2.src = "photos/thumb2.gif";
pinupsbutt1 = new Image(100,100); pinupsbutt1.src = "pinups/thumb1.gif";
pinupsbutt2 = new Image(100,100); pinupsbutt2.src = "pinups/thumb2.gif";
smplay1 = new Image(70,70); smplay1.src = "pics/smplay1.gif";
smplay2 = new Image(70,70); smplay2.src = "pics/smplay2.gif";
smpause1 = new Image(70,70); smpause1.src = "pics/smpause1.gif";
smpause2 = new Image(70,70); smpause2.src = "pics/smpause2.gif";
smfwd1 = new Image(70,70); smfwd1.src = "pics/smfwd1.gif";
smfwd2 = new Image(70,70); smfwd2.src = "pics/smfwd2.gif";
smbwd1 = new Image(70,70); smbwd1.src = "pics/smbwd1.gif";
smbwd2 = new Image(70,70); smbwd2.src = "pics/smbwd2.gif";
}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

//-->

