// JavaScript Document
window.onclick=function(){
	hideList();
	//document.getElementById("t_selected").style.background="#c0c0c0 url(images/bot/up.gif) right center no-repeat";
	document.getElementById("t_selected").style.background=document.getElementById("selectList").style.display=="block"?"#c0c0c0 url(images/bot/down.gif) right center no-repeat":"#c0c0c0 url(images/bot/up.gif) right center no-repeat";
	//shlist(document.getElementById("t_selected"))
}
var flag=false;
function shlist(obj){

document.getElementById("selectList").style.display=document.getElementById("selectList").style.display=="block"?"none":"block";
obj.style.background=document.getElementById("selectList").style.display=="block"?"#c0c0c0 url(images/bot/down.gif) right center no-repeat":"#c0c0c0 url(images/bot/up.gif) right center no-repeat";

}
function changesever(ts){
//document.getElementById("t_selected").innerHTML=ts.innerHTML;
shlist(document.getElementById("t_selected"));
}
function setFlag(val){
flag=val;
}
function hideList(){
if(!flag)document.getElementById("selectList").style.display="none";
}
setCss=function(p){
p.style.cursor='hand';
p.style.backgroundColor='#5c5b5b';
p.style.color='#FFF';
}
removeCss=function(p){
p.style.backgroundColor='#FFF';
p.style.color='#999';
}
