var browserName=navigator.appName; 
	
		function rollonFirst(item)
		{
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="firstRoll";
			}
		}
		
		function rollOffFirst(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="firstItem";	
			}					
		}
		
		function rollonMid2(item)
		{
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu2roll";
			}
		}
		
		function rollOffMid2(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu2";	
			}					
		}
		
		function rollonMid3(item)
		{
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu3roll";
			}
		}
		
		function rollOffMid3(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu3";		
			}
		}
		
		function rollonMid4(item)
		{
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu4roll";
			}
		}
		
		function rollOffMid4(item)
		{				
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu4";		
			}				
		}
		
		function rollonMid5(item)
		{
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu5roll";
			}
		}
		
		function rollOffMid5(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu5";		
			}				
		}
		
		function rollonMid6(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu6roll";
			}
		}
		
		function rollOffMid6(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu6";		
			}
		}
		
		function rollonMid7(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu7roll";
			}
		}
		
		function rollOffMid7(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="menu7";		
			}
		}
		
		function rollonLast(item)
		{
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="lastRoll";
			}
		}
		
		function rollOffLast(item)
		{	
			if (browserName=="Microsoft Internet Explorer")
			{
				document.getElementById(item).id="lastItem";		
			}					
		}			
		
		
