<!--
curPage="gwp";

//倒计时结束时间 如需要修改 天/小时/分 为 小时/分/秒，请在下面countdown函数中修改！
//var endtime=new Date("April 8,2009 12:00:00");  

var imgz0 = new Image();
imgz0.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/0.gif";
var imgz1 = new Image();
imgz1.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/1.gif";
var imgz2 = new Image();
imgz2.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/2.gif";
var imgz3 = new Image();
imgz3.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/3.gif";
var imgz4 = new Image();
imgz4.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/4.gif";
var imgz5 = new Image();
imgz5.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/5.gif";
var imgz6 = new Image();
imgz6.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/6.gif";
var imgz7 = new Image();
imgz7.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/7.gif";
var imgz8 = new Image();
imgz8.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/8.gif";
var imgz9 = new Image();
imgz9.src="/_zh/_cn/community/essentiels/img_offer/countdown/0526/9.gif";


var lastColumn = "porductColumn1";
$(document).ready(function(){
	//countdown();
	$("#allProducts .btnSwitch").click(function(){
		if($(this).parent().css("width")!="300px" && $(this).parent().attr("id")!=lastColumn){
			//$(this).parent().css("width","300px");
			$(this).parent().animate({width:"300"}, 200);
			//$("#"+lastColumn).css("width","162px");
			$("#"+lastColumn).animate({width:"162"}, 200);
			
			if($(this).parent().attr("id")!="porductColumn1") $(this).parent().css({backgroundImage:"url(images/column-bg-on.gif)"});
			
			if(lastColumn!="porductColumn1") $("#"+lastColumn).css({backgroundImage:"url(images/column-bg-off.gif)"});
			
			lastColumn = $(this).parent().attr("id");
		}
	});
})
-->
