/*
 *  &#37922;£µò«&#37822;üeìî÷âÀQññìLÿÿ	Melon @ 090827
*/
if(typeof _$_ == "undefined"){
	var _$_ = function(e){ return document.getElementById(e) ; };
}

/*
playJLoad = new JKLoad("playJLoad");
playJLoad.FN  = 'playSearch';
playJLoad.II  = 'playSearchInput';
playJLoad.SI  = 'playSearchBtn';
playJLoad.SId = 'playShowJKL';
*/

function playSo(t){
	this.t = t||1;
	this.type = {1:"·êÜË‘ð",4:"®þ&#25785;&#32235;",5:"íi§ø&#24770;"};
	this.init();
}

playSo.prototype = {
	init : function(){
		_$_("playSoType").innerHTML = this.type[this.t];
	},	
	changeType : function(t){
		this.t = t;
		this.clearInput();
		_$_("playSoType").innerHTML = this.type[this.t];
		switch(parseInt(this.t)){
			case 1:
				document.forms.playSearch.action = "http://hk.56.com/gate/big5/so.56.com/index";
				break;
			case 4:
				var ipt = document.createElement("input");
				ipt.setAttribute("name","type");
				ipt.setAttribute("value","album");
				this.setInput(ipt);
				document.forms.playSearch.action = "http://hk.56.com/gate/big5/so.56.com/index";
				break;
			case 5:
				var ipt = document.createElement("input");
				ipt.setAttribute("name","st");
				ipt.setAttribute("value","2");
				this.setInput(ipt);
				document.forms.playSearch.action = "http://hk.56.com/gate/big5/tieba.56.com/so";
				break;	 
		}
		_$_("playSoOption2").style.display = "none";
	},
	clearInput : function(){
		if(_$_("inputLabel")){
			_$_("inputLabel").innerHTML = "";
		}
	},
	setInput : function(ipt){
		_$_("inputLabel").appendChild(ipt);
	},
	submit : function(){
		document.charset = "utf-8";
		return true;
	},
	showOpt : function(){
		_$_("playSoOption2").style.display = "";
		clearTimeout(this.optTimeHdl);
	},
	hideOpt : function(){
		this.optTimeHdl = setTimeout(function(){_$_("playSoOption2").style.display = "none"},3000);
	},
	toggleOpt : function(){
		if(_$_("playSoOption2").style.display == ""){
			_$_("playSoOption2").style.display = "none";
		}else{
			this.showOpt();
		}
	}
};

