var myimages=new Array()
function preloadimages()
{
	for (i=0;i<preloadimages.arguments.length;i++)
	{
		myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
	}
}


if (TransMenu.isSupported()) 
{
	
	if(document.all)
	{
		var ms = new TransMenuSet(TransMenu.direction.down, -5, 18, TransMenu.reference.bottomLeft);
	}
	else
	{
		var ms = new TransMenuSet(TransMenu.direction.down, -5, 3, TransMenu.reference.bottomLeft);
	}
	
	var menu1 = ms.addMenu(document.getElementById("jewelry"));
	menu1.addItem("Chopard", "http://www.artoftimejewelers.com/chopard/index.html"); 
	menu1.addItem("David Yurman", "http://www.artoftimejewelers.com/dy/index.html"); 
	menu1.addItem("John Hardy", "http://www.artoftimejewelers.com/jhardy/index.html"); 
	menu1.addItem("Marco Bicego", "http://www.artoftimejewelers.com/marco/index.html"); 
	menu1.addItem("Mikimoto", "http://www.artoftimejewelers.com/mikimoto/index.html"); 
	menu1.addItem("Montblanc", "http://www.artoftimejewelers.com/mbJewelry/index.html"); 
	menu1.addItem("Penny Preville", "http://www.artoftimejewelers.com/penny/index.html"); 
	menu1.addItem("Yvel", "http://www.artoftimejewelers.com/yvel/index.html"); 
		
		
	var menu2 = ms.addMenu(document.getElementById("watches"));	
	menu2.addItem("Audemars Piguet", "http://www.artoftimejewelers.com/ap/index.html");
	menu2.addItem("Baume & Mercier&nbsp;&nbsp;&nbsp;", "http://www.artoftimejewelers.com/bm/index.html");
	menu2.addItem("Bedat & Co.", "http://www.artoftimejewelers.com/bedat/index.html");
	menu2.addItem("Bell & Ross", "http://www.artoftimejewelers.com/br/index.html");
	menu2.addItem("Breitling", "http://www.artoftimejewelers.com/breitling/index.html");
	menu2.addItem("Chanel", "http://www.artoftimejewelers.com/chanel/index.html");
	menu2.addItem("Chopard", "http://www.artoftimejewelers.com/chopardWatch/index.html");
	menu2.addItem("David Yurman", "http://www.artoftimejewelers.com/dy/index.html");
	menu2.addItem("Franck Muller", "http://www.artoftimejewelers.com/fm/index.html");
	menu2.addItem("Girard Perregaux", "http://www.artoftimejewelers.com/gp/index.html");
	menu2.addItem("Longines", "http://www.artoftimejewelers.com/longines/index.html");
	menu2.addItem("Montblanc", "http://www.artoftimejewelers.com/mbWatch/index.html");
	menu2.addItem("Panerai", "http://www.artoftimejewelers.com/panerai/index.html");
	menu2.addItem("Tissot", "http://www.artoftimejewelers.com/tissot/index.html");
		
	var menu3 = ms.addMenu(document.getElementById("storeinfo"));
	menu3.addItem("Mont Blanc Writing Instruments","http://www.artoftimejewelers.com/mbPens/index.html");
	menu3.addItem("Mont Blanc Leather","http://www.artoftimejewelers.com/mbLeather/index.html");
		
	var menu4 = ms.addMenu(document.getElementById("contact"));
	menu4.addItem("Artistic Jewelers", "http://www.artoftimejewelers.com/artistic/index.html");
	menu4.addItem("Store Magazine", "http://www.artoftimejewelers.com/magazine/index.html");
	menu4.addItem("Contact Information", "http://www.artoftimejewelers.com/contactinfo/index.html");
	menu4.addItem("Information Request", "http://www.artoftimejewelers.com/inforequest/index.html");
	
	
	TransMenu.renderAll();
}