if (document.images) {

inventoryOn = new Image
inventoryOff = new Image
ebayOn = new Image
ebayOff = new Image
wantlistOn = new Image
wantlistOff = new Image
termsOn = new Image
termsOff = new Image
newsOn = new Image
newsOff = new Image
consignmentsOn = new Image
consignmentsOff = new Image
aboutOn = new Image
aboutOff = new Image
contactOn = new Image
contactOff = new Image
faqOn = new Image
faqOff = new Image
glossaryOn = new Image
glossaryOff = new Image
linksOn = new Image
linksOff = new Image

inventoryOn.src = "menuinventoryglow.gif"
inventoryOff.src = "menuinventory.gif"
ebayOn.src = "menuebayglow.gif"
ebayOff.src = "menuebay.gif"
wantlistOn.src = "menuwantlistglow.gif"
wantlistOff.src = "menuwantlist.gif"
termsOn.src = "menutermsglow.gif"
termsOff.src = "menuterms.gif"
newsOn.src = "menunewsglow.gif"
newsOff.src = "menunews.gif"
consignmentsOn.src = "menuconsignmentsglow.gif"
consignmentsOff.src = "menuconsignments.gif"
aboutOn.src = "menuaboutglow.gif"
aboutOff.src = "menuabout.gif"
contactOn.src = "menucontactglow.gif"
contactOff.src = "menucontact.gif"
faqOn.src = "menufaqglow.gif"
faqOff.src = "menufaq.gif"
glossaryOn.src = "menuglossaryglow.gif"
glossaryOff.src = "menuglossary.gif"
linksOn.src = "menulinksglow.gif"
linksOff.src = "menulinks.gif"

}

else {

inventoryOn = ""
inventoryOff = ""
document.inventory = ""
ebayOn = ""
ebayOff = ""
document.ebay = ""
wantlistOn = ""
wantlistOff = ""
document.wantlist = ""
termsOn = ""
termsOff = ""
document.terms = ""
newsOn = ""
newsOff = ""
document.news = ""
consignmentsOn = ""
consignmentsOff = ""
document.consignments = ""
aboutOn = ""
aboutOff = ""
document.about = ""
contactOn = ""
contactOff = ""
document.contact = ""
faqOn = ""
faqOff = ""
glossaryOn = ""
glossaryOff = ""
document.glossary = ""
linksOn = ""
linksOff = ""
document.links = ""

}

function jumpPage(newLoc) {

newPage = newLoc.options[newLoc.selectedIndex].value

if (newPage != "") {

}

}