

	if (document.images) {

		home_icon = new Image
		pearls_icon = new Image
		sapphire_icon = new Image
		ruby_icon = new Image
		star_ruby_icon = new Image
		star_sapphire_icon = new Image
		pink_sapphire_icon = new Image
		yellow_sapphire_icon = new Image
		tanzanite_icon = new Image
		alexandrite_icon = new Image
		catseye_icon = new Image
		contact_icon = new Image
		tradeshows_icon = new Image
		home_roll = new Image
		pearls_roll = new Image
		sapphire_roll = new Image
		ruby_roll = new Image
		star_ruby_roll = new Image
		star_sapphire_roll = new Image
		pink_sapphire_roll = new Image
		yellow_sapphire_roll = new Image
		tanzanite_roll = new Image
		alexandrite_roll = new Image
		catseye_roll = new Image
		contact_roll = new Image
		tradeshows_roll = new Image
		home_norm = new Image
		pearls_norm = new Image
		sapphire_norm = new Image
		ruby_norm = new Image
		star_ruby_norm = new Image
		star_sapphire_norm = new Image
		pink_sapphire_norm = new Image
		yellow_sapphire_norm = new Image
		tanzanite_norm = new Image
		alexandrite_norm = new Image
		catseye_norm = new Image;
		contact_norm = new Image
		tradeshows_norm = new Image
		

		home_icon.src = "images/icons/home.jpg"
		pearls_icon.src = "images/icons/pearls.jpg"
		sapphire_icon.src = "images/icons/sapphire.jpg"
		ruby_icon.src = "images/icons/ruby.jpg"
		star_ruby_icon.src = "images/icons/star_ruby.jpg"
		star_sapphire_icon.src = "images/icons/star_sapphire.jpg"
		pink_sapphire_icon.src = "images/icons/pink_sapphire.jpg"
		yellow_sapphire_icon.src = "images/icons/yellow_sapphire.jpg"
		tanzanite_icon.src = "images/icons/tanzanite.jpg"
		alexandrite_icon.src = "images/icons/alexandrite.jpg"
		catseye_icon.src = "images/icons/catseye.jpg"
		contact_icon.src = "images/icons/contact.jpg"
		tradeshows_icon.src = "images/icons/star_ruby.jpg"
		home_roll.src = "images/mouseover/home.jpg"
		pearls_roll.src = "images/mouseover/pearls.jpg"
		sapphire_roll.src = "images/mouseover/sapphire.jpg"
		ruby_roll.src = "images/mouseover/ruby.jpg"
		star_ruby_roll.src = "images/mouseover/star_ruby.jpg"
		star_sapphire_roll.src = "images/mouseover/star_sapphire.jpg"
		pink_sapphire_roll.src = "images/mouseover/pink_sapphire.jpg"
		yellow_sapphire_roll.src = "images/mouseover/yellow_sapphire.jpg"
		tanzanite_roll.src = "images/mouseover/tanzanite.jpg"
		alexandrite_roll.src = "images/mouseover/alexandrite.jpg"
		catseye_roll.src = "images/mouseover/catseye.jpg"
		contact_roll.src = "images/mouseover/contact.jpg"
		tradeshows_roll.src = "images/mouseover/tradeshows.jpg"
		home_norm.src = "images/mouseout/home.jpg"
		pearls_norm.src = "images/mouseout/pearls.jpg"
		sapphire_norm.src = "images/mouseout/sapphire.jpg"
		ruby_norm.src = "images/mouseout/ruby.jpg"
		star_ruby_norm.src = "images/mouseout/star_ruby.jpg"
		star_sapphire_norm.src = "images/mouseout/star_sapphire.jpg"
		pink_sapphire_norm.src = "images/mouseout/pink_sapphire.jpg"
		yellow_sapphire_norm.src = "images/mouseout/yellow_sapphire.jpg"
		tanzanite_norm.src = "images/mouseout/tanzanite.jpg"
		alexandrite_norm.src = "images/mouseout/alexandrite.jpg"
		catseye_norm.src = "images/mouseout/catseye.jpg"
		contact_norm.src = "images/mouseout/contact.jpg"
        tradeshows_norm.src = "images/mouseout/tradeshows.jpg"
				
	}
	
	
	else {

		home_icon = ""
		pearls_icon = ""
		sapphire_icon = ""
		ruby_icon = ""
		tanzanite_icon = ""
		alexandrite_icon = ""
		contact_icon = ""
		tradeshows_icon = ""
		home_roll = ""
		pearls_roll = ""
		sapphire_roll = ""
		ruby_roll = ""
		tanzanite_roll = ""
		alexandrite_roll = ""
		contact_roll = ""
		tradeshows_roll = ""
		home_norm = ""
		pearls_norm = ""
		sapphire_norm = ""
		ruby_norm = ""
		tanzanite_norm = ""
		alexandrite_norm = ""
		catseye_norm = ""
		contact_norm = ""
		tradeshows_norm = ""
		
		document.icon = ""
		document.home = ""
		document.pearls = ""
		document.sapphire = ""
		document.ruby = ""
		document.tanzanite = ""
		document.alexandrite = ""
		document.catseye = ""
		document.contact = ""
		document.tradeshows = ""
		
	}
	
	
	
	
	function newWindow(gem){
	
	gemWindow = window.open(gem,'gemWin','width=400,height=400')
	gemWindow.focus()
		
	}
		


