function mycarousel_initCallback(carousel){
	$("#mycarousel li").mouseover(function(){
		$("#Product_BigImage img")[0].src="http://www.biancui.com/"+this.getElementsByTagName("img")[0].name;
		$("#Product_BigImage img")[0].jqimg="http://www.biancui.com/"+this.getElementsByTagName("img")[0].name;
		$(this).siblings().each(function(){
			this.getElementsByTagName("img")[0].className="";
		})
		this.getElementsByTagName("img")[0].className="curr";

	})
};

$(function(){
    jQuery("#mycarousel").jcarousel({initCallback:mycarousel_initCallback});
    jQuery("#Fi_pro").jcarousel();
   $(".jqzoom").jqueryzoom({
		xzoom:330,
		yzoom:300,
		offset:10,
		position:"right",
        preload:1,
		lens:1
	});
	
$("#EFF_PINFOs4_Option_7,#EFF_PINFOs4_Option_8,#EFF_PINFOs4_Option_9").click(function(){
    	
        var id = "";
        if ($(this).attr("id") == "EFF_PINFOs4_Option_7")
        {
            id = "A-product-02";
        }
        else if($(this).attr("id") == "EFF_PINFOs4_Option_8")
        {
            id = "A-product-03";
        }
        else
        {
            id = "A-product-04";
        }
	
        $.jmsajax(
            {
	            url: "http://www.360buy.com/newsserver.asmx",
	            method: "PayExplain",
	            data:
	            {
	                id: id
	            },
	            success: function(data)
	            {
		            if (data != null)
		            {
		                if(id=="A-product-02")
		                {
			                $("#EFF_PINFOs4_Con_7").html(data);
			            }
			            else if(id=="A-product-03")
			            {
			                $("#EFF_PINFOs4_Con_8").html(data);							
			            }
			            else
			            {
			                $("#EFF_PINFOs4_Con_9").html(data);	
			            }
		            }
	            }
            });
        })
	});





