	
	function rollon(btn) {
			//alert(btn);
			
			if (btn =="9five")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/9five2.jpg';
			}
			if (btn =="ca")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/christianaudigier2.jpg';
			}
			if (btn =="cnc")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/crooksandcastles2.jpg';
			}
			if (btn =="dp")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/dimepiece2.jpg';
			}
			if (btn =="ed")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/edhardy2.jpg';
			}
			if (btn =="evisu")
			{
					var d = document.getElementById(btn);   
					d.src='img_home/collection_listing/evisu2.jpg';
			}
			if (btn =="greedy")
			{
					var d = document.getElementById(btn); 
					d.src='img_home/collection_listing/greedygenius2.jpg';
			}
			if (btn =="lrg")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/lrg2.jpg';
			}
			if (btn =="melody")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/melodyehsani2.jpg';
			}
			if (btn =="mob")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/mob2.jpg';
			} 
			if (btn =="radii")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/radii2.jpg';
			}
			if (btn =="rocksmith")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/rocksmith2.jpg';
			}
			if (btn =="truereligion")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/truereligion2.jpg';
			}
			if (btn =="theyearof")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/theyearof2.jpg';
			}
			
 
			
			if (btn =="men")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/men2.jpg';
			}
			if (btn =="women")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/women2.jpg';
			}
			
	}
	
	function rollout(btn) {
			//alert(btn);
			
			if (btn =="9five")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/9five1.jpg';
			}
			if (btn =="ca")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/christianaudigier1.jpg';
			}
			if (btn =="cnc")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/crooksandcastles1.jpg';
			}
			if (btn =="dp")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/dimepiece1.jpg';
			}
			if (btn =="ed")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/edhardy1.jpg';
			}
			if (btn =="evisu")
			{
					var d = document.getElementById(btn);   
					d.src='img_home/collection_listing/evisu1.jpg';
			}
			if (btn =="greedy")
			{
					var d = document.getElementById(btn); 
					d.src='img_home/collection_listing/greedygenius1.jpg';
			}
			if (btn =="lrg")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/lrg1.jpg';
			}
			if (btn =="melody")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/melodyehsani1.jpg';
			}
			if (btn =="mob")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/mob1.jpg';
			} 
			if (btn =="radii")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/radii1.jpg';
			}
			if (btn =="rocksmith")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/rocksmith1.jpg';
			}
			if (btn =="truereligion")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/truereligion1.jpg';
			}
			if (btn =="theyearof")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/theyearof1.jpg';
			}
			
 
			
			if (btn =="men")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/men1.jpg';
			}
			if (btn =="women")
			{
					var d = document.getElementById(btn);  
					d.src='img_home/collection_listing/women1.jpg';
			}
			
	}

