
$(function(){
	$("#brand_page .interior").hide();
	$("#brand_page #interior-1").addClass("current");
	$("#brand_page #interior-1").css("display", "block");
	
	$("#brand_page #service-1").click(function() {
		resizeContentBrand("238", "#brand_page #interior-1", this); 
	});
	$("#brand_page #service-2").click(function() {
		resizeContentBrand("580", "#brand_page #interior-2", this);
	});
	$("#brand_page #service-3").click(function() {
		resizeContentBrand("580", "#brand_page #interior-3", this); 
	});
	$("#brand_page #service-4").click(function() {
		resizeContentBrand("580", "#brand_page #interior-4", this); 
	});


});