var bigtype=Array('','服务','跳蚤市场','','','招聘求职','同城活动');
var showlock=0;
jQuery(document).ready(function() {
	//$("#fillin").hide();
	if (showlock==0) $("#choicesort2").hide();
		});

function showul(id) {
	$("#choicesort").hide();
	$("#choicesort2").find("ul").hide();
	$("#choicesort2").show();
	$("#ul_"+id).show();

	$("#fillin").show();
$("#msg").html("<b>"+bigtype[id]+"</b> <span class=\"left6px unline\"><a href=\"javascript:hideul()\">&laquo; 返回上一步</a></span>");

	showlock=1;
}
function hideul() {
	$("#choicesort").show();
	$("#choicesort2").hide();

	$("#fillin").hide();
	//$("#msg").html("");
}