 $(document).ready(function() {
   $("#featuesNav1 > a").click(function(event){
		event.preventDefault();
		if ($("#featuesNav1").is('.featuesNav1BG')) { //#elm has the class} 
			hideAllFeatureBoxesAndNav();
			$("#featuesNav1").removeClass("featuesNav1BG");
			$("#featuesNav1").addClass("featuesNav1BGOn");
			$("#featureTabsContent1").removeClass("featureTabsHide");
			$("#featureTabsContent1").addClass("featureTabsShow");
		}
   });
   
   $("#featuesNav2 > a").click(function(event){
		event.preventDefault();
		if ($("#featuesNav2").is('.featuesNav2BG')) { //#elm has the class} 
			hideAllFeatureBoxesAndNav();
			$("#featuesNav2").removeClass("featuesNav2BG");
			$("#featuesNav2").addClass("featuesNav2BGOn");
			$("#featureTabsContent2").removeClass("featureTabsHide");
			$("#featureTabsContent2ur").removeClass("featureTabsHide");
			$("#featureTabsContent2").addClass("featureTabsShow");
			$("#featureTabsContent2ur").addClass("featureTabsShow");
		}
   });
   
   $("#featuesNav3 > a").click(function(event){
		event.preventDefault();
		if ($("#featuesNav3").is('.featuesNav3BG')) { //#elm has the class} 
			hideAllFeatureBoxesAndNav();
			$("#featuesNav3").removeClass("featuesNav3BG");
			$("#featuesNav3").addClass("featuesNav3BGOn");
			$("#featureTabsContent3").removeClass("featureTabsHide");
			$("#featureTabsContent3").addClass("featureTabsShow");
		}
   });
   
   $("#featuesNav4 > a").click(function(event){
		event.preventDefault();
		if ($("#featuesNav4").is('.featuesNav4BG')) { //#elm has the class} 
			hideAllFeatureBoxesAndNav();
			$("#featuesNav4").removeClass("featuesNav4BG");
			$("#featuesNav4").addClass("featuesNav4BGOn");
			$("#featureTabsContent4").removeClass("featureTabsHide");
			$("#featureTabsContent4").addClass("featureTabsShow");
		}
   });
    
   function hideAllFeatureBoxesAndNav(){
	
		if ($("#featuesNav1").is('.featuesNav1BGOn')) { //#elm has the class}
			$("#featuesNav1").removeClass("featuesNav1BGOn");
			$("#featuesNav1").addClass("featuesNav1BG");
		}
		if ($("#featuesNav2").is('.featuesNav2BGOn')) { //#elm has the class}
			$("#featuesNav2").removeClass("featuesNav2BGOn");
			$("#featuesNav2").addClass("featuesNav2BG");
		}
		if ($("#featuesNav3").is('.featuesNav3BGOn')) { //#elm has the class}
			$("#featuesNav3").removeClass("featuesNav3BGOn");
			$("#featuesNav3").addClass("featuesNav3BG");
		}
		if ($("#featuesNav4").is('.featuesNav4BGOn')) { //#elm has the class}
			$("#featuesNav4").removeClass("featuesNav4BGOn");
			$("#featuesNav4").addClass("featuesNav4BG");
		}
		
		if ($("#featureTabsContent1").is('.featureTabsShow')) { //#elm has the class}
			$("#featureTabsContent1").removeClass("featureTabsShow");
			$("#featureTabsContent1").addClass("featureTabsHide");
		}
		if ($("#featureTabsContent2").is('.featureTabsShow')) { //#elm has the class}
			$("#featureTabsContent2").removeClass("featureTabsShow");
			$("#featureTabsContent2").addClass("featureTabsHide");
		}
		if ($("#featureTabsContent2ur").is('.featureTabsShow')) { //#elm has the class}
			$("#featureTabsContent2ur").removeClass("featureTabsShow");
			$("#featureTabsContent2ur").addClass("featureTabsHide");
		}
		if ($("#featureTabsContent3").is('.featureTabsShow')) { //#elm has the class}
			$("#featureTabsContent3").removeClass("featureTabsShow");
			$("#featureTabsContent3").addClass("featureTabsHide");
		}
		if ($("#featureTabsContent4").is('.featureTabsShow')) { //#elm has the class}
			$("#featureTabsContent4").removeClass("featureTabsShow");
			$("#featureTabsContent4").addClass("featureTabsHide");
		}
   }
   
   $("#omniSwatch1").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch1");
   });
   
   $("#omniSwatch2").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch2");
   });
   
   $("#omniSwatch3").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch3");
   });
   
   $("#omniSwatch4").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch4");
   });
   
   $("#omniSwatch5").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch5");
   });
   
   $("#omniSwatch6").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch6");
   });
   
   $("#omniSwatch7").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch7");
   });
   
   $("#omniSwatch8").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch8");
   });
   
   $("#omniSwatch9").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch9");
   });
   
   $("#omniSwatch10").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch10");
   });
   
   $("#omniSwatch11").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch11");
   });
   
   $("#omniSwatch12").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch12");
   });
   
   $("#omniSwatch13").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch13");
   });
   
   $("#omniSwatch14").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch14");
   });
   
   $("#omniSwatch15").mouseover(function(event){
		removeOmniColors();
		$("#productSwatchTool").addClass("productSwatch15");
   });
   
   function removeOmniColors(){
		if ($("#productSwatchTool").is('.productSwatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch1");
   		}
		if ($("#productSwatchTool").is('.productSwatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch2");
		}	 
		if ($("#productSwatchTool").is('.productSwatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch3");
		}	 
		if ($("#productSwatchTool").is('.productSwatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch4");
		}	 
		if ($("#productSwatchTool").is('.productSwatch5')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch5");
		}	 
		if ($("#productSwatchTool").is('.productSwatch6')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch6");
		} 
		if ($("#productSwatchTool").is('.productSwatch7')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch7");
		} 
		if ($("#productSwatchTool").is('.productSwatch8')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch8");
		} 
		if ($("#productSwatchTool").is('.productSwatch9')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch9");
		} 
		if ($("#productSwatchTool").is('.productSwatch10')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch10");
		}
		if ($("#productSwatchTool").is('.productSwatch11')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch11");
		}
		if ($("#productSwatchTool").is('.productSwatch12')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch12");
		}
		if ($("#productSwatchTool").is('.productSwatch13')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch13");
		}
		if ($("#productSwatchTool").is('.productSwatch14')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch14");
		}
		if ($("#productSwatchTool").is('.productSwatch15')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSwatch15");
		}
	}
	
   $("#ottoSwatch1").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch1");
   });
   
   $("#ottoSwatch2").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch2");
   });
   
   $("#ottoSwatch3").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch3");
   });
   
   $("#ottoSwatch4").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch4");
   });
   
   $("#ottoSwatch5").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch5");
   });
   
   $("#ottoSwatch6").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch6");
   });
   
   $("#ottoSwatch7").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch7");
   });
   
   $("#ottoSwatch8").mouseover(function(event){
		removeOttoColors();
		$("#productSwatchTool").addClass("productOttoSwatch8");
   });
	
	function removeOttoColors(){
		if ($("#productSwatchTool").is('.productOttoSwatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch1");
   		}
		if ($("#productSwatchTool").is('.productOttoSwatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch2");
		}	 
		if ($("#productSwatchTool").is('.productOttoSwatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch3");
		}	 
		if ($("#productSwatchTool").is('.productOttoSwatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch4");
		}	 
		if ($("#productSwatchTool").is('.productOttoSwatch5')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch5");
		}	 
		if ($("#productSwatchTool").is('.productOttoSwatch6')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch6");
		} 
		if ($("#productSwatchTool").is('.productOttoSwatch7')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch7");
		} 
		if ($("#productSwatchTool").is('.productOttoSwatch8')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOttoSwatch8");
		} 
	}
	
   $("#sacGSwatch1").mouseover(function(event){
		removeSacGColors();
		$("#productSwatchTool").addClass("productSacGSwatch1");
		$('#productSwatchText').html('Pitch Black');
   });
   
   $("#sacGSwatch2").mouseover(function(event){
		removeSacGColors();
		$("#productSwatchTool").addClass("productSacGSwatch2");
		$('#productSwatchText').html('Khaki');
   });
	  
	$("#sacGSwatch3").mouseover(function(event){
		removeSacGColors();
		$("#productSwatchTool").addClass("productSacGSwatch3");
		$('#productSwatchText').html('Funky Brown');
	});
		 
	$("#sacGSwatch4").mouseover(function(event){
		removeSacGColors();
		$("#productSwatchTool").addClass("productSacGSwatch4");
		$('#productSwatchText').html('Fiery Red');
   });
	
	function removeSacGColors(){

		if ($("#productSwatchTool").is('.productSacGSwatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacGSwatch1");
   		}
		if ($("#productSwatchTool").is('.productSacGSwatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacGSwatch2");
		}	 
		if ($("#productSwatchTool").is('.productSacGSwatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacGSwatch3");
		}	 
		if ($("#productSwatchTool").is('.productSacGSwatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacGSwatch4");
		}
	}
	
   $("#omniplusSwatch1").mouseover(function(event){
		removeomniPlusColors();
		$("#productSwatchTool").addClass("productOmniPlus1");
   });
   
   $("#omniplusSwatch2").mouseover(function(event){
		removeomniPlusColors();
		$("#productSwatchTool").addClass("productOmniPlus2");
   });
	  
	$("#omniplusSwatch3").mouseover(function(event){
		removeomniPlusColors();
		$("#productSwatchTool").addClass("productOmniPlus3");
	});
		 
	$("#omniplusSwatch4").mouseover(function(event){
		removeomniPlusColors();
		$("#productSwatchTool").addClass("productOmniPlus4");
   });
	
	function removeomniPlusColors(){

		if ($("#productSwatchTool").is('.productOmniPlus1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOmniPlus1");
   		}
		if ($("#productSwatchTool").is('.productOmniPlus2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOmniPlus2");
		}	 
		if ($("#productSwatchTool").is('.productOmniPlus3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOmniPlus3");
		}	 
		if ($("#productSwatchTool").is('.productOmniPlus4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productOmniPlus4");
		}
	}
	
   $("#sac4Swatch1").mouseover(function(event){
		removeSac4Colors();
		$("#productSwatchTool").addClass("productSac4Swatch1");
		$('#productSwatchText').html('Pitch Black');
   });
   
   $("#sac4Swatch2").mouseover(function(event){
		removeSac4Colors();
		$("#productSwatchTool").addClass("productSac4Swatch2");
		$('#productSwatchText').html('Khaki');
   });
	  
	$("#sac4Swatch3").mouseover(function(event){
		removeSac4Colors();
		$("#productSwatchTool").addClass("productSac4Swatch3");
		$('#productSwatchText').html('Funky Brown');
	});
		 
	$("#sac4Swatch4").mouseover(function(event){
		removeSac4Colors();
		$("#productSwatchTool").addClass("productSac4Swatch4");
		$('#productSwatchText').html('Fiery Red');
   });
	
	function removeSac4Colors(){
		if ($("#productSwatchTool").is('.productSac4Swatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac4Swatch1");
   		}
		if ($("#productSwatchTool").is('.productSac4Swatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac4Swatch2");
		}	 
		if ($("#productSwatchTool").is('.productSac4Swatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac4Swatch3");
		}	 
		if ($("#productSwatchTool").is('.productSac4Swatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac4Swatch4");
		}
	}
	
   $("#sac5Swatch1").mouseover(function(event){
		removeSac5Colors();
		$("#productSwatchTool").addClass("productSac5Swatch1");
		$('#productSwatchText').html('Pitch Black');
   });
   
   $("#sac5Swatch2").mouseover(function(event){
		removeSac5Colors();
		$("#productSwatchTool").addClass("productSac5Swatch2");
		$('#productSwatchText').html('Khaki');
   });
	  
	$("#sac5Swatch3").mouseover(function(event){
		removeSac5Colors();
		$("#productSwatchTool").addClass("productSac5Swatch3");
		$('#productSwatchText').html('Funky Brown');
	});
		 
	$("#sac5Swatch4").mouseover(function(event){
		removeSac5Colors();
		$("#productSwatchTool").addClass("productSac5Swatch4");
		$('#productSwatchText').html('Fiery Red');
   });
	
	function removeSac5Colors(){
		if ($("#productSwatchTool").is('.productSac5Swatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac5Swatch1");
   		}
		if ($("#productSwatchTool").is('.productSac5Swatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac5Swatch2");
		}	 
		if ($("#productSwatchTool").is('.productSac5Swatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac5Swatch3");
		}	 
		if ($("#productSwatchTool").is('.productSac5Swatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac5Swatch4");
		}
	}
	
   $("#sac6Swatch1").mouseover(function(event){
		removeSac6Colors();
		$("#productSwatchTool").addClass("productSac6Swatch1");
		$('#productSwatchText').html('Pitch Black');
   });
   
   $("#sac6Swatch2").mouseover(function(event){
		removeSac6Colors();
		$("#productSwatchTool").addClass("productSac6Swatch2");
		$('#productSwatchText').html('Khaki');
   });
	  
	$("#sac6Swatch3").mouseover(function(event){
		removeSac6Colors();
		$("#productSwatchTool").addClass("productSac6Swatch3");
		$('#productSwatchText').html('Funky Brown');
	});
		 
	$("#sac6Swatch4").mouseover(function(event){
		removeSac6Colors();
		$("#productSwatchTool").addClass("productSac6Swatch4");
		$('#productSwatchText').html('Fiery Red');
   });
	
	function removeSac6Colors(){
		if ($("#productSwatchTool").is('.productSac6Swatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac6Swatch1");
   		}
		if ($("#productSwatchTool").is('.productSac6Swatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac6Swatch2");
		}	 
		if ($("#productSwatchTool").is('.productSac6Swatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac6Swatch3");
		}	 
		if ($("#productSwatchTool").is('.productSac6Swatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSac6Swatch4");
		}
	}
	
	
   $("#sacCord4Swatch1").mouseover(function(event){
		removeSacCord4Colors();
		$("#productSwatchTool").addClass("productSacCord4Swatch1");
		$('#productSwatchText').html('Raspberry Red');
   });
   
   $("#sacCord4Swatch2").mouseover(function(event){
		removeSacCord4Colors();
		$("#productSwatchTool").addClass("productSacCord4Swatch2");
		$('#productSwatchText').html('Royal Purple');
   });
	  
	$("#sacCord4Swatch3").mouseover(function(event){
		removeSacCord4Colors();
		$("#productSwatchTool").addClass("productSacCord4Swatch3");
		$('#productSwatchText').html('');
	});
		 
	$("#sacCord4Swatch4").mouseover(function(event){
		removeSacCord4Colors();
		$("#productSwatchTool").addClass("productSacCord4Swatch4");
		$('#productSwatchText').html('');
   });
	  
	$("#sacCord4Swatch5").mouseover(function(event){
		removeSacCord4Colors();
		$("#productSwatchTool").addClass("productSacCord4Swatch5");
		$('#productSwatchText').html('Navy Blue');
	});
		 
	$("#sacCord4Swatch6").mouseover(function(event){
		removeSacCord4Colors();
		$("#productSwatchTool").addClass("productSacCord4Swatch6");
		$('#productSwatchText').html('Pitch Black');
   });
	
	function removeSacCord4Colors(){
		if ($("#productSwatchTool").is('.productSacCord4Swatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord4Swatch1");
   		}
		if ($("#productSwatchTool").is('.productSacCord4Swatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord4Swatch2");
		}	 
		if ($("#productSwatchTool").is('.productSacCord4Swatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord4Swatch3");
		}	 
		if ($("#productSwatchTool").is('.productSacCord4Swatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord4Swatch4");
		} 
		if ($("#productSwatchTool").is('.productSacCord4Swatch5')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord4Swatch5");
		}	 
		if ($("#productSwatchTool").is('.productSacCord4Swatch6')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord4Swatch6");
		}
	}
	
   $("#sacCord5Swatch1").mouseover(function(event){
		removeSacCord5Colors();
		$("#productSwatchTool").addClass("productSacCord5Swatch1");
		$('#productSwatchText').html('Raspberry Red');
   });
   
   $("#sacCord5Swatch2").mouseover(function(event){
		removeSacCord5Colors();
		$("#productSwatchTool").addClass("productSacCord5Swatch2");
		$('#productSwatchText').html('Royal Purple');
   });
	  
	$("#sacCord5Swatch3").mouseover(function(event){
		removeSacCord5Colors();
		$("#productSwatchTool").addClass("productSacCord5Swatch3");
		$('#productSwatchText').html('');
	});
		 
	$("#sacCord5Swatch4").mouseover(function(event){
		removeSacCord5Colors();
		$("#productSwatchTool").addClass("productSacCord5Swatch4");
		$('#productSwatchText').html('');
   });
	  
	$("#sacCord5Swatch5").mouseover(function(event){
		removeSacCord5Colors();
		$("#productSwatchTool").addClass("productSacCord5Swatch5");
		$('#productSwatchText').html('Navy Blue');
	});
		 
	$("#sacCord5Swatch6").mouseover(function(event){
		removeSacCord5Colors();
		$("#productSwatchTool").addClass("productSacCord5Swatch6");
		$('#productSwatchText').html('Pitch Black');
   });
	
	function removeSacCord5Colors(){
		if ($("#productSwatchTool").is('.productSacCord5Swatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord5Swatch1");
   		}
		if ($("#productSwatchTool").is('.productSacCord5Swatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord5Swatch2");
		}	 
		if ($("#productSwatchTool").is('.productSacCord5Swatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord5Swatch3");
		}	 
		if ($("#productSwatchTool").is('.productSacCord5Swatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord5Swatch4");
		} 
		if ($("#productSwatchTool").is('.productSacCord5Swatch5')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord5Swatch5");
		}	 
		if ($("#productSwatchTool").is('.productSacCord5Swatch6')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord5Swatch6");
		}
	}
	
   $("#sacCord6Swatch1").mouseover(function(event){
		removeSacCord6Colors();
		$("#productSwatchTool").addClass("productSacCord6Swatch1");
		$('#productSwatchText').html('Raspberry Red');
   });
   
   $("#sacCord6Swatch2").mouseover(function(event){
		removeSacCord6Colors();
		$("#productSwatchTool").addClass("productSacCord6Swatch2");
		$('#productSwatchText').html('Royal Purple');
   });
	  
	$("#sacCord6Swatch3").mouseover(function(event){
		removeSacCord6Colors();
		$("#productSwatchTool").addClass("productSacCord6Swatch3");
		$('#productSwatchText').html('');
	});
		 
	$("#sacCord6Swatch4").mouseover(function(event){
		removeSacCord6Colors();
		$("#productSwatchTool").addClass("productSacCord6Swatch4");
		$('#productSwatchText').html('');
   });
	  
	$("#sacCord6Swatch5").mouseover(function(event){
		removeSacCord6Colors();
		$("#productSwatchTool").addClass("productSacCord6Swatch5");
		$('#productSwatchText').html('Navy Blue');
	});
		 
	$("#sacCord6Swatch6").mouseover(function(event){
		removeSacCord6Colors();
		$("#productSwatchTool").addClass("productSacCord6Swatch6");
		$('#productSwatchText').html('Pitch Black');
   });
	
	function removeSacCord6Colors(){
		if ($("#productSwatchTool").is('.productSacCord6Swatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord6Swatch1");
   		}
		if ($("#productSwatchTool").is('.productSacCord6Swatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord6Swatch2");
		}	 
		if ($("#productSwatchTool").is('.productSacCord6Swatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord6Swatch3");
		}	 
		if ($("#productSwatchTool").is('.productSacCord6Swatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord6Swatch4");
		} 
		if ($("#productSwatchTool").is('.productSacCord6Swatch5')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord6Swatch5");
		}	 
		if ($("#productSwatchTool").is('.productSacCord6Swatch6')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCord6Swatch6");
		}
	}
	
   $("#sacCordGSwatch1").mouseover(function(event){
		removeSacCordGColors();
		$("#productSwatchTool").addClass("productSacCordGSwatch1");
		$('#productSwatchText').html('Raspberry Red');
   });
   
   $("#sacCordGSwatch2").mouseover(function(event){
		removeSacCordGColors();
		$("#productSwatchTool").addClass("productSacCordGSwatch2");
		$('#productSwatchText').html('Royal Purple');
   });
	  
	$("#sacCordGSwatch3").mouseover(function(event){
		removeSacCordGColors();
		$("#productSwatchTool").addClass("productSacCordGSwatch3");
		$('#productSwatchText').html('');
	});
		 
	$("#sacCordGSwatch4").mouseover(function(event){
		removeSacCordGColors();
		$("#productSwatchTool").addClass("productSacCordGSwatch4");
		$('#productSwatchText').html('');
   });
	  
	$("#sacCordGSwatch5").mouseover(function(event){
		removeSacCordGColors();
		$("#productSwatchTool").addClass("productSacCordGSwatch5");
		$('#productSwatchText').html('Navy Blue');
	});
		 
	$("#sacCordGSwatch6").mouseover(function(event){
		removeSacCordGColors();
		$("#productSwatchTool").addClass("productSacCordGSwatch6");
		$('#productSwatchText').html('Pitch Black');
   });
	
	function removeSacCordGColors(){

		if ($("#productSwatchTool").is('.productSacCordGSwatch1')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCordGSwatch1");
   		}
		if ($("#productSwatchTool").is('.productSacCordGSwatch2')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCordGSwatch2");
		}	 
		if ($("#productSwatchTool").is('.productSacCordGSwatch3')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCordGSwatch3");
		}	 
		if ($("#productSwatchTool").is('.productSacCordGSwatch4')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCordGSwatch4");
		} 
		if ($("#productSwatchTool").is('.productSacCordGSwatch5')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCordGSwatch5");
		}	 
		if ($("#productSwatchTool").is('.productSacCordGSwatch6')) { //#elm has the class}
			$("#productSwatchTool").removeClass("productSacCordGSwatch6");
		}
	}
	
	
	
	
	$("#swaySingleCordSwatch1").mouseover(function(event){
		removeSwaySingleCordColors();
		$("#productSwatchToolSway").addClass("productSwaySingleCorduroy1");
		$('#productSwatchText').html('Raspberry Red');
   });
   
   $("#swaySingleCordSwatch2").mouseover(function(event){
		removeSwaySingleCordColors();
		$("#productSwatchToolSway").addClass("productSwaySingleCorduroy2");
		$('#productSwatchText').html('Royal Purple');
   });
	  
	$("#swaySingleCordSwatch3").mouseover(function(event){
		removeSwaySingleCordColors();
		$("#productSwatchToolSway").addClass("productSwaySingleCorduroy3");
		$('#productSwatchText').html('');
	});
		 
	$("#swaySingleCordSwatch4").mouseover(function(event){
		removeSwaySingleCordColors();
		$("#productSwatchToolSway").addClass("productSwaySingleCorduroy4");
		$('#productSwatchText').html('');
    });
		 
	$("#swaySingleCordSwatch5").mouseover(function(event){
		removeSwaySingleCordColors();
		$("#productSwatchToolSway").addClass("productSwaySingleCorduroy5");
		$('#productSwatchText').html('Navy Blue');
    });
		 
	$("#swaySingleCordSwatch6").mouseover(function(event){
		removeSwaySingleCordColors();
		$("#productSwatchToolSway").addClass("productSwaySingleCorduroy6");
		$('#productSwatchText').html('Pitch Black');
    });
	
	function removeSwaySingleCordColors(){

		if ($("#productSwatchToolSway").is('.productSwaySingleCorduroy1')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleCorduroy1");
   		}
		if ($("#productSwatchToolSway").is('.productSwaySingleCorduroy2')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleCorduroy2");
		}	 
		if ($("#productSwatchToolSway").is('.productSwaySingleCorduroy3')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleCorduroy3");
		}	 
		if ($("#productSwatchToolSway").is('.productSwaySingleCorduroy4')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleCorduroy4");
		}	 
		if ($("#productSwatchToolSway").is('.productSwaySingleCorduroy5')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleCorduroy5");
		}	 
		if ($("#productSwatchToolSway").is('.productSwaySingleCorduroy6')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleCorduroy6");
		}
	}	
	
	$("#swayCoupleCordSwatch1").mouseover(function(event){
		removeSwayCoupleCordColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleCorduroy1");
		$('#productSwatchText').html('Raspberry Red');
   });
   
   $("#swayCoupleCordSwatch2").mouseover(function(event){
		removeSwayCoupleCordColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleCorduroy2");
		$('#productSwatchText').html('Royal Purple');
   });
	  
	$("#swayCoupleCordSwatch3").mouseover(function(event){
		removeSwayCoupleCordColors();
		$("#productSwatchToolSway").addClass("");
		$('#productSwatchText').html('');
	});
		 
	$("#swayCoupleCordSwatch4").mouseover(function(event){
		removeSwayCoupleCordColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleCorduroy4");
		$('#productSwatchText').html('');
    });
		 
	$("#swayCoupleCordSwatch5").mouseover(function(event){
		removeSwayCoupleCordColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleCorduroy5");
		$('#productSwatchText').html('Navy Blue');
    });
		 
	$("#swayCoupleCordSwatch6").mouseover(function(event){
		removeSwayCoupleCordColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleCorduroy6");
		$('#productSwatchText').html('Pitch Black');
    });
	
	function removeSwayCoupleCordColors(){

		if ($("#productSwatchToolSway").is('.productSwayCoupleCorduroy1')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleCorduroy1");
   		}
		if ($("#productSwatchToolSway").is('.productSwayCoupleCorduroy2')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleCorduroy2");
		}	 
		if ($("#productSwatchToolSway").is('.productSwayCoupleCorduroy3')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleCorduroy3");
		}	 
		if ($("#productSwatchToolSway").is('.productSwayCoupleCorduroy4')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleCorduroy4");
		}	 
		if ($("#productSwatchToolSway").is('.productSwayCoupleCorduroy5')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleCorduroy5");
		}	 
		if ($("#productSwatchToolSway").is('.productSwayCoupleCorduroy6')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleCorduroy6");
		}
	}	
	
	$("#swayCoupleSuedeSwatch1").mouseover(function(event){
		removeSwayCoupleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleSuede1");
		$('#productSwatchText').html('Fiery Red');
   });
   
   $("#swayCoupleSuedeSwatch2").mouseover(function(event){
		removeSwayCoupleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleSuede2");
		$('#productSwatchText').html('Khaki');
   });
	  
	$("#swayCoupleSuedeSwatch3").mouseover(function(event){
		removeSwayCoupleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleSuede3");
		$('#productSwatchText').html('Funky Brown');
	});
		 
	$("#swayCoupleSuedeSwatch4").mouseover(function(event){
		removeSwayCoupleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleSuede4");
		$('#productSwatchText').html('Charcoal Chill');
    });
		 
	$("#swayCoupleSuedeSwatch5").mouseover(function(event){
		removeSwayCoupleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwayCoupleSuede5");
		$('#productSwatchText').html('Pitch Black');
    });
	
	function removeSwayCoupleSuedeColors(){

		if ($("#productSwatchToolSway").is('.productSwayCoupleSuede1')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleSuede1");
   		}
		if ($("#productSwatchToolSway").is('.productSwayCoupleSuede2')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleSuede2");
		}	 
		if ($("#productSwatchToolSway").is('.productSwayCoupleSuede3')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleSuede3");
		}	 
		if ($("#productSwatchToolSway").is('.productSwayCoupleSuede4')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleSuede4");
		}	 
		if ($("#productSwatchToolSway").is('.productSwayCoupleSuede5')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwayCoupleSuede5");
		}	
	}	
	
	$("#swaySingleSuedeSwatch1").mouseover(function(event){
		removeSwaySingleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwaySingleSuede1");
		$('#productSwatchText').html('Fiery Red');
   });
   
   $("#swaySingleSuedeSwatch2").mouseover(function(event){
		removeSwaySingleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwaySingleSuede2");
		$('#productSwatchText').html('Khaki');
   });
	  
	$("#swaySingleSuedeSwatch3").mouseover(function(event){
		removeSwaySingleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwaySingleSuede3");
		$('#productSwatchText').html('Funky Brown');
	});
		 
	$("#swaySingleSuedeSwatch4").mouseover(function(event){
		removeSwaySingleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwaySingleSuede4");
		$('#productSwatchText').html('Charcoal Chill');
    });
		 
	$("#swaySingleSuedeSwatch5").mouseover(function(event){
		removeSwaySingleSuedeColors();
		$("#productSwatchToolSway").addClass("productSwaySingleSuede5");
		$('#productSwatchText').html('Pitch Black');
    });
	
	function removeSwaySingleSuedeColors(){

		if ($("#productSwatchToolSway").is('.productSwaySingleSuede1')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleSuede1");
   		}
		if ($("#productSwatchToolSway").is('.productSwaySingleSuede2')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleSuede2");
		}	 
		if ($("#productSwatchToolSway").is('.productSwaySingleSuede3')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleSuede3");
		}	 
		if ($("#productSwatchToolSway").is('.productSwaySingleSuede4')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleSuede4");
		}	 
		if ($("#productSwatchToolSway").is('.productSwaySingleSuede5')) { //#elm has the class}
			$("#productSwatchToolSway").removeClass("productSwaySingleSuede5");
		}	
	}	
	
	/*function resetBedHighlights(){
	
		if ($("#bed1").is('.singleBedOn')) { //#elm has the class}
			$("#bed1").removeClass("singleBedOn");
			$("#bed1").addClass("singleBed");
		}
		if ($("#bed2").is('.doubleBedOn')) { //#elm has the class}
			$("#bed2").removeClass("doubleBedOn");
			$("#bed2").addClass("doubleBed");
		}
		if ($("#bed3").is('.queenBedOn')) { //#elm has the class}
			$("#bed3").removeClass("queenBedOn");
			$("#bed3").addClass("queenBed");
		}
		if ($("#bed4").is('.kingBedOn')) { //#elm has the class}
			$("#bed4").removeClass("kingBedOn");
			$("#bed4").addClass("kingBedBed");
		}
   }*/
   
   $("#bed1").mouseover(function(event){
		if ($("#bed1").is('.singleBed')) { //#elm has the class}
			$("#bed1").removeClass("singleBed");
		}
		$("#bed1").addClass("singleBedOn");
   });
   
   $("#bed2").mouseover(function(event){
		if ($("#bed2").is('.doubleBed')) { //#elm has the class}
			$("#bed2").removeClass("doubleBed");
		}
		$("#bed2").addClass("doubleBedOn");
   });
   
   $("#bed3").mouseover(function(event){
		if ($("#bed3").is('.queenBed')) { //#elm has the class}
			$("#bed3").removeClass("queenBed");
		}
		$("#bed3").addClass("queenBedOn");
   });
   
   $("#bed4").mouseover(function(event){
		if ($("#bed4").is('.kingBed')) { //#elm has the class}
			$("#bed4").removeClass("kingBed");
		}
		$("#bed4").addClass("kingBedOn");
   });
   
   $("#bed1").mouseout(function(event){
		if ($("#bed1").is('.singleBedOn')) { //#elm has the class}
			$("#bed1").removeClass("singleBedOn");
		}
		$("#bed1").addClass("singleBed");
   });
   
   $("#bed2").mouseout(function(event){
		if ($("#bed2").is('.doubleBedOn')) { //#elm has the class}
			$("#bed2").removeClass("doubleBedOn");
		}
		$("#bed2").addClass("doubleBed");
   });
   
   $("#bed3").mouseout(function(event){
		if ($("#bed3").is('.queenBedOn')) { //#elm has the class}
			$("#bed3").removeClass("queenBedOn");
		}
		$("#bed3").addClass("queenBed");
   });
   
   $("#bed4").mouseout(function(event){
		if ($("#bed4").is('.kingBedOn')) { //#elm has the class}
			$("#bed4").removeClass("kingBedOn");
		}
		$("#bed4").addClass("kingBed");
   });
   
   //PRESS NAVOGATION ROLLOVERS START
   
	$("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-1").mouseover(function(event){
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg2");
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg3");
		$("#user-reviews-nav-trigger-1").addClass("user-review-nav user-review-nav-bg1");
	});
   
	$("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-2").mouseover(function(event){
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg1");
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg3");
		$("#user-reviews-nav-trigger-1").addClass("user-review-nav user-review-nav-bg2");
	});
   
	$("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-3").mouseover(function(event){
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg1");
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg2");
		$("#user-reviews-nav-trigger-1").addClass("user-review-nav user-review-nav-bg3");
	});
   
	$("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-1").mouseout(function(event){
		resetPressUserReviewsNav();
	});
   
	$("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-2").mouseout(function(event){
		resetPressUserReviewsNav();
	});
   
	$("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-3").mouseout(function(event){
		resetPressUserReviewsNav();
	});
	
	function resetPressUserReviewsNav(){
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg1");
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg2");
		$("#user-reviews-nav-trigger-1").removeClass("user-review-nav user-review-nav-bg3");
		if ($("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-1").is('.ur-nav-on')) { //#elm has the class}
			$("#user-reviews-nav-trigger-1").addClass("user-review-nav user-review-nav-bg1");
		}
		if ($("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-2").is('.ur-nav-on')) { //#elm has the class}
			$("#user-reviews-nav-trigger-1").addClass("user-review-nav user-review-nav-bg2");
		}
		if ($("#user-reviews-nav-trigger-1 > .user-review-nav-links > a.ur-link-3").is('.ur-nav-on')) { //#elm has the class}
			$("#user-reviews-nav-trigger-1").addClass("user-review-nav user-review-nav-bg3");
		}	
	}
   
	$("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-1").mouseover(function(event){
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg2");
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg3");
		$("#user-reviews-nav-trigger-2").addClass("user-review-nav user-review-nav-bg1");
	});
   
	$("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-2").mouseover(function(event){
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg1");
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg3");
		$("#user-reviews-nav-trigger-2").addClass("user-review-nav user-review-nav-bg2");
	});
   
	$("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-3").mouseover(function(event){
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg1");
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg2");
		$("#user-reviews-nav-trigger-2").addClass("user-review-nav user-review-nav-bg3");
	});
   
	$("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-1").mouseout(function(event){
		resetPressUserReviewsNav2();
	});
   
	$("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-2").mouseout(function(event){
		resetPressUserReviewsNav2();
	});
   
	$("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-3").mouseout(function(event){
		resetPressUserReviewsNav2();
	});
	
	function resetPressUserReviewsNav2(){
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg1");
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg2");
		$("#user-reviews-nav-trigger-2").removeClass("user-review-nav user-review-nav-bg3");
		if ($("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-1").is('.ur-nav-on')) { //#elm has the class}
			$("#user-reviews-nav-trigger-2").addClass("user-review-nav user-review-nav-bg1");
		}
		if ($("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-2").is('.ur-nav-on')) { //#elm has the class}
			$("#user-reviews-nav-trigger-2").addClass("user-review-nav user-review-nav-bg2");
		}
		if ($("#user-reviews-nav-trigger-2 > .user-review-nav-links > a.ur-link-3").is('.ur-nav-on')) { //#elm has the class}
			$("#user-reviews-nav-trigger-2").addClass("user-review-nav user-review-nav-bg3");
		}	
	}
			
	$("#pressNav1UR").mouseover(function(event){
		$("#pressReviewsTopUR").removeClass("pressReviewsTop3UR");
		$("#pressReviewsTopUR").removeClass("pressReviewsTop2UR");
		$("#pressReviewsTopUR").addClass("pressReviewsTop1UR");
	});
			
	$("#pressNav2UR").mouseover(function(event){
		$("#pressReviewsTopUR").removeClass("pressReviewsTop3UR");
		$("#pressReviewsTopUR").removeClass("pressReviewsTop1UR");
		$("#pressReviewsTopUR").addClass("pressReviewsTop2UR");
	});
			
	$("#pressNav3UR").mouseover(function(event){
		$("#pressReviewsTopUR").removeClass("pressReviewsTop1UR");
		$("#pressReviewsTopUR").removeClass("pressReviewsTop2UR");
		$("#pressReviewsTopUR").addClass("pressReviewsTop3UR");
	});
   
	$("#pressNav1UR").mouseout(function(event){
		resetPressNav();
	});
   
	$("#pressNav2UR").mouseout(function(event){
		resetPressNav();
	});
   
	$("#pressNav3UR").mouseout(function(event){
		resetPressNav();
	});
	
	function resetPressNav(){
		$("#pressReviewsTopUR").removeClass("pressReviewsTop1UR");
		$("#pressReviewsTopUR").removeClass("pressReviewsTop2UR");
		$("#pressReviewsTopUR").removeClass("pressReviewsTop3UR");
		if ($("#pressNav1UR").is('.pressNavOn')) { //#elm has the class}
			$("#pressReviewsTopUR").addClass("pressReviewsTop1UR");
		}
		if ($("#pressNav2UR").is('.pressNavOn')) { //#elm has the class}
			$("#pressReviewsTopUR").addClass("pressReviewsTop2UR");
		}
		if ($("#pressNav3UR").is('.pressNavOn')) { //#elm has the class}
			$("#pressReviewsTopUR").addClass("pressReviewsTop3UR");
		}	
	}
			
	$("#product-page-review-buttons a:first").mouseover(function(event){
		$("#product-page-review-buttons").removeClass("reviewbuttons1");
		$("#product-page-review-buttons").addClass("reviewbuttons2");
	});
			
	$("#product-page-review-buttons a:first").mouseout(function(event){
		$("#product-page-review-buttons").removeClass("reviewbuttons2");
		$("#product-page-review-buttons").addClass("reviewbuttons1");
	});
			
	$("#product-page-review-buttons a:last").mouseover(function(event){
		$("#product-page-review-buttons").removeClass("reviewbuttons1");
		$("#product-page-review-buttons").addClass("reviewbuttons3");
	});
			
	$("#product-page-review-buttons a:last").mouseout(function(event){
		$("#product-page-review-buttons").removeClass("reviewbuttons3");
		$("#product-page-review-buttons").addClass("reviewbuttons1");
	});
   
   //PRESS NAVOGATION ROLLOVERS END
   
   //ACCESSORIES LANDING ROLLOVERS END
   
	$("#cover-product-left1 a").mouseover(function(event){
		$(this).parent().removeClass("cover-product1");
		$(this).parent().addClass("cover-product1on");
	});
			
	$("#cover-product-right1 a").mouseover(function(event){
		$(this).parent().removeClass("cover-product2");
		$(this).parent().addClass("cover-product2on");
	});
			
	$("#cover-product-left2 a").mouseover(function(event){
		$(this).parent().removeClass("cover-product3");
		$(this).parent().addClass("cover-product3on");
	});
			
	$("#cover-product-right2 a").mouseover(function(event){
		$(this).parent().removeClass("cover-product4");
		$(this).parent().addClass("cover-product4on");
	});
   
	$("#cover-product-left1 a").mouseout(function(event){
		$(this).parent().removeClass("cover-product1on");
		$(this).parent().addClass("cover-product1");
	});
			
	$("#cover-product-right1 a").mouseout(function(event){
		$(this).parent().removeClass("cover-product2on");
		$(this).parent().addClass("cover-product2");
	});
			
	$("#cover-product-left2 a").mouseout(function(event){
		$(this).parent().removeClass("cover-product3on");
		$(this).parent().addClass("cover-product3");
	});
			
	$("#cover-product-right2 a").mouseout(function(event){
		$(this).parent().removeClass("cover-product4on");
		$(this).parent().addClass("cover-product4");
	});
   //ACCESSORIES LANDING ROLLOVERS END
   
 });
 
var newwindow;
function popup(url){
	newwindow=window.open(url,'name','height=425,width=380,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

function writeHomepageFlash(url){
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '601',
			'height', '309',
			'src', url,
			'quality', 'high',
			'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'omni_banner',
			'bgcolor', '#333333',
			'name', 'omni_banner',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', url,
			'salign', ''
			); //end AC code
	}	
}