		window.onload=montre;
		function montre(id) {
		var d = document.getElementById(id);
					for (var i = 1; i<=17; i++) {
								if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
					}
		if (d) {d.style.display='block';}
}


		var frames; 
		images=new Array(5); 
		//links=new Array(5) 
		images[0]=new Image(); 
		images[0].src="http:\\www.autographsignshoppe.com\autograph\\colors_van_003.jpg"; 
		images[1]=new Image(); 
		images[1].src="http:\\www.autographsignshoppe.com\autograph\\colors_van_004.jpg"; 
		images[2]=new Image(); 
		images[2].src="http:\\www.autographsignshoppe.com\autograph\\colors_van_005.jpg"; 
		images[3]=new Image(); 
		images[3].src="http:\\www.autographsignshoppe.com\autograph\\aaa 006.jpg"; 
		images[4]=new Image(); 
		images[4].src="http:\\www.autographsignshoppe.com\autograph\\aaa 007.jpg";
		images[5]=new Image(); 
		images[5].src="http:\\www.autographsignshoppe.com\autograph\\aaa 008.jpg";
		frames=0;
		
		function animateImages() 
		{ 
			//alert(images[frames].src);
		   document.vlettering.src=images[frames].src; 
		     //book_link.href=links[frames].value; 
		   frames=(frames+1)%6; 
		   timeout_id=setTimeout("animateImages()",2000); 
		} 
		function menuOver(el){
			el.style.backgroundColor = '#4176be';
		}
		function menuOut(el){
			el.style.backgroundColor = '#eef1e7';
		}
		function menuClick(item){
			var menu = item;
			switch(menu){
				case 1: window.location = 'http://www.mymusiclocator.com';
				   break;
					  
				case 2: window.location = 'search.jsp';				
					break;
					
				case 3: window.location = 'http://www.mymusiclocator.com';
					break;
					
				case 4: window.location = 'shopprd.jsp';
					break;
					
				case 5: window.location = 'http://www.mymusiclocator.com';
					break;
			}
		}
		
		function changeTimePeriod(item){
			window.location = 'gettimeline.jsp?id=' + item.selectedIndex;
		}