// JavaScript Document
function setValue(o){
	//alert(o.value);
	//return
	o.select();
	//if(o.value == "请输入关键词"){o.value = ""};
}
getCatagoryList();
function getCatagoryList(){
	var ajax = new NS_AjaxObject()
	ajax.Method = "GET";
	ajax.layer = "catagory";
	ajax.Data = "act=getCatagory&requestType=1"
	ajax.getResaultFromURL("/AjaxServer.asp") 	
}