//µã»÷ÊÂ¼þ
	$(function() {
	addPart();
        $(".content #PList").find(">li>span>img").css("cursor","hand").click(function(){
        	$("#BBrand").val($(this).attr("Brand"));
        	//setType();
        	$("#partsQuery")[0].submit();
        });
        $(".content #PList").find("a").click(function() {
        	$("#BBrand").val($(this).attr("Brand"));
        	//setType();
        	$("#TType").val($(this).attr("Type"));
        	//setParts(); 
        	$("#partsQuery")[0].submit();
        });
	});