	var chk = navigator.userAgent.indexOf("Mozilla/3")>= 0 || navigator.userAgent.indexOf("Mozilla/4")>= 0;
	
	if ( chk )	{
		var product1_on=new Image();
		var product1_off=new Image();		
		var product2_on=new Image();
		var product2_off=new Image();
		            		
		product1_off.src="/images/mtvmv/mtv.gif";
		product1_on.src="/images/mtvmv/mtv_on.gif";
		product2_off.src="/images/mtvmv/mv.gif";
		product2_on.src="/images/mtvmv/mv_on.gif";
		

	}

	function changeImage(oldImage, newImage) 
	{
		oldImage.src=newImage.src;
	}		
	


