function showmenu() {
	document.getElementById('dropdown').style.visibility = "visible";
}
function hidemenu() {
	document.getElementById('dropdown').style.visibility = "hidden";
}





NS4 = false;
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) {
	NS4 = true;
}

	link1off = new Image();
	link1off.src = "images/about_on.gif";
	link1on = new Image();
	link1on.src = "images/about_over.gif";

	link2off = new Image();
	link2off.src = "images/browse_on.gif";
	link2on = new Image();
	link2on.src = "images/browse_over.gif";

	link3off = new Image();
	link3off.src = "images/contact_on.gif";
	link3on = new Image();
	link3on.src = "images/contact_over.gif";
	
	


// Decorative Accessories Rollovers

	link29off = new Image();
	link29off.src = "images/decorative_accessories/glass_15thumb_on.jpg";
	link29on = new Image();
	link29on.src = "images/decorative_accessories/glass_15thumb.jpg";

	link30off = new Image();
	link30off.src = "images/decorative_accessories/glass_02thumb_on.jpg";
	link30on = new Image();
	link30on.src = "images/decorative_accessories/glass_02thumb.jpg";

	link31off = new Image();
	link31off.src = "images/decorative_accessories/blue-lucite-vases-thumb-on.jpg";
	link31on = new Image();
	link31on.src = "images/decorative_accessories/blue-lucite-vases-thumb.jpg";
	
	link32off = new Image();
	link32off.src = "images/decorative_accessories/hiref-thumb-on.jpg";
	link32on = new Image();
	link32on.src = "images/decorative_accessories/hiref-thumb.jpg";

	link33off = new Image();
	link33off.src = "images/decorative_accessories/longwy-thumb-on.jpg";
	link33on = new Image();
	link33on.src = "images/decorative_accessories/longwy-thumb.jpg";

	link34off = new Image();
	link34off.src = "images/decorative_accessories/glass_06thumb_on.jpg";
	link34on = new Image();
	link34on.src = "images/decorative_accessories/glass_06thumb.jpg";

	link35off = new Image();
	link35off.src = "images/decorative_accessories/2008-sottrai-thumb-on.jpg";
	link35on = new Image();
	link35on.src = "images/decorative_accessories/2008-sottrai-thumb.jpg";

    link36off = new Image();
	link36off.src = "images/decorative_accessories/glass_08thumb_on.jpg";
	link36on = new Image();
	link36on.src = "images/decorative_accessories/glass_08thumb.jpg";

	link37off = new Image();
	link37off.src = "images/decorative_accessories/arcade-thumb-on.jpg";
	link37on = new Image();
	link37on.src = "images/decorative_accessories/arcade-thumb.jpg";

	link38off = new Image();
	link38off.src = "images/decorative_accessories/marw-thumb-on.jpg";
	link38on = new Image();
	link38on.src = "images/decorative_accessories/marw-thumb.jpg";

	link39off = new Image();
	link39off.src = "images/decorative_accessories/moser-glass-and-decanter-set-thumbs-on.jpg";
	link39on = new Image();
	link39on.src = "images/decorative_accessories/moser-glass-and-decanter-set-thumbs.jpg";

	link40off = new Image();
	link40off.src = "images/decorative_accessories/glass_016thumb_on.jpg";
	link40on = new Image();
	link40on.src = "images/decorative_accessories/glass_016thumb.jpg";

	//	Arrow  next Rollovers
	
	link65off = new Image();
	link65off.src = "images/arrows/fashionjewelryb.gif";
	link65on = new Image();
	link65on.src = "images/arrows/fashionjewelryb_off.gif";
	
	link66off = new Image();
	link66off.src = "images/arrows/corporate.gif";
	link66on = new Image();
	link66on.src = "images/arrows/corporate_off.gif";
	
	link67off = new Image();
	link67off.src = "images/arrows/diplomaticb.gif";
	link67on = new Image();
	link67on.src = "images/arrows/diplomaticb_off.gif";
	
	link68off = new Image();
	link68off.src = "images/arrows/decorative.gif";
	link68on = new Image();
	link68on.src = "images/arrows/decorative_off.gif";
	
	link69off = new Image();
	link69off.src = "images/arrows/corporateb.gif";
	link69on = new Image();
	link69on.src = "images/arrows/corporateb_off.gif";
	
	link70off = new Image();
	link70off.src = "images/arrows/silver.gif";
	link70on = new Image();
	link70on.src = "images/arrows/silver_off.gif";
	
	link71off = new Image();
	link71off.src = "images/arrows/decorativeb.gif";
	link71on = new Image();
	link71on.src = "images/arrows/decorativeb_off.gif";
	
	link72off = new Image();
	link72off.src = "images/arrows/fashion.gif";
	link72on = new Image();
	link72on.src = "images/arrows/fashion_off.gif";
	
	link73off = new Image();
	link73off.src = "images/arrows/silverb.gif";
	link73on = new Image();
	link73on.src = "images/arrows/silverb_off.gif";
	
	link74off = new Image();
	link74off.src = "images/arrows/fashionjewelry.gif";
	link74on = new Image();
	link74on.src = "images/arrows/fashionjewelry_off.gif";
	
	link75off = new Image();
	link75off.src = "images/arrows/fashionb.gif";
	link75on = new Image();
	link75on.src = "images/arrows/fashionb_off.gif";
	
	link76off = new Image();
	link76off.src = "images/arrows/diplomatic.gif";
	link76on = new Image();
	link76on.src = "images/arrows/diplomatic_off.gif";

	
//FUNCTIONS
/* The following two functions control the image swap necessary for the rollover effect. It is not recommended that
	these be changed unless you are familiar with how image rollover scripts work.
*/
function turnon(i, whichLayer) {
	if (NS4 && whichLayer) {
		document.layers[whichLayer].document.images[i].src = eval(i + "on.src");
	} else {
		document.images[i].src = eval(i + "on.src");
	}
}

function turnoff(i, whichLayer) {
	if (NS4 && whichLayer) {
		document.layers[whichLayer].document.images[i].src = eval(i + "off.src");
	} else {
		document.images[i].src = eval(i + "off.src");
	}
}
