<!-- START SCRIPT

if (document.images) {


nexton = new Image();
nexton.src = "http://www.nwdatabase.com/images/next-on.gif"

nextoff = new Image();
nextoff.src = "http://www.nwdatabase.com/images/next-off.gif"

client = new Image();
clienton.src = "http://www.nwdatabase.com/images/contact-on.gif"

client = new Image();
clientoff.src = "http://www.nwdatabase.com/images/contact-off.gif"

contacton = new Image();
contacton.src = "http://www.nwdatabase.com/images/contact-on.gif"

contactoff = new Image();
contactoff.src = "http://www.nwdatabase.com/images/contact-off.gif"



}

function img_act(imgName) {
if (document.images) {
imgOn = eval(imgName + "on.src");
document [imgName].src = imgOn;
}
}

function img_inact(imgName) {
if (document.images) {
imgOff = eval(imgName + "off.src");
document [imgName].src = imgOff;
}
}


// -->
