$(document).ready(function(){
	$("#search_user_info").submit(function(){
		if($.trim($("#search_user_info_quser").val()).length >0  && $.trim($("#search_user_info_quser").val()).length < 2){
			alert("please input more two chars");
			return false;
		}
		return true;
	});
});
function ButtonEffect(s){
  if ("INPUT"==event.srcElement.tagName)
    event.srcElement.className=s
}

type = new Array;

function changetype() {
  for( i = 1; type[i-1]; i ++ );
  document.order.type.options.length = i;
  for( i = 1; type[i-1]; i ++ ) {
    document.order.type.options[i].text = type[i-1];
    document.order.type.options[i].value = i-1;
  }
  document.order.type.selectedIndex = 0;
}

function set_object_type(id) {
  if ( id != '' ) {
    for( i = 1; 1; i ++) {
      if (id == document.order.type.options[i].value) {
        document.order.type.selectedIndex = i;
        break;
      }
    }
  }
}

function show_object(id) {
  id=parseInt(id);
  if(isNaN(id) || id<0 || id>=type.length) {
    document.write('未知類別');
  }else{
    document.write(type[id]);
  }
}

var type = new Array();

type[0] = "其他";
type[1] = "電腦週邊";
type[2] = "家電、數位相機、電視設備";
type[3] = "流行音樂";
type[4] = "書本、雜誌";
type[5] = "電影商品、錄影帶";
type[6] = "玩具、電玩遊戲";
type[7] = "趣味用品、個人喜好";
type[8] = "收藏品、藝術品";
type[9] = "運動、休閒";
type[10] = "汽車、機車";
type[11] = "時尚流行男女服裝";
type[12] = "男女飾品、時鐘、手錶";
type[13] = "美容用品、健康用品";
type[14] = "食品、飲料";
type[15] = "居家用品";
type[16] = "事務、店舖用品";
type[17] = "花、園藝用品";
type[18] = "門票、入場券";
type[19] = "嬰兒用品";
type[20] = "明星商品、偶像商品";
type[21] = "漫畫、卡通";
type[22] = "生物、寵物用品";
//保留
type[23] = " ";
type[24] = " ";
type[25] = " ";
type[26] = "以下是美國分類";
type[27] = " ";
type[28] = " ";
type[29] = " ";
type[30] = " ";
//美國
type[31] = "古董";
type[32] = "汽車、機車";
type[33] = "藝術品";
type[34] = "嬰兒用品";
type[35] = "書籍";
type[36] = "工商業類別";
type[37] = "相機和照片";
type[38] = "手機和PDA";
type[39] = "衣服、鞋子、服裝配件";
type[40] = "紙鈔、硬幣";
type[41] = "收藏品";
type[42] = "電腦、網路";
type[43] = "手工藝品";
type[44] = "玩偶、玩具熊";
type[45] = "電影、DVD";
type[46] = "消費性電子產品";
type[47] = "娛樂紀念品";
type[48] = "禮卷、折價卷、儲值卡";
type[49] = "健康與美容";
type[50] = "家居、庭園";
type[51] = "珠寶、手錶";
type[52] = "音樂";
type[53] = "音樂器材";
type[54] = "寵物用品";
type[55] = "陶瓷、玻璃";
type[56] = "房地產";
type[57] = "專業服務";
type[58] = "運動用品";
type[59] = "運動紀念品、球卡";
type[60] = "郵票";
type[61] = "門票、票卷";
type[62] = "玩具、嗜好";
type[63] = "旅行";
type[64] = "電玩遊戲";
type[65] = "即時拍賣";
type[66] = "合作夥伴";

// 公用文件, jQuery Ui Datepicker 2010.04.28 modified by ben
$(function() {
		$(".datepicker").datepicker();
	});

