//--------------For Search tab

var lobd=0;
var lobd1=-26;
var lotim=null;
var lonows=0;
function showsearch(){if(lonows==0){tomax();}else{tomin();}}
function tomin(){try{document.getElementById("username").focus();}catch(e){} lobd--;lobd1--;lonow(lobd,lobd1);if(lobd1==-26){lonows=0;clearTimeout(lotim);return;}else{lotim=setTimeout('tomin()',5);}}
function tomax(){try{document.getElementById("username").focus();}catch(e){} lobd++;lobd1++;lonow(lobd,lobd1);if(lobd1==0){lonows=1;clearTimeout(lotim);return;}else{lotim=setTimeout('tomax()',5);}}
function lonow(lobd,lobd1){document.getElementById("loginbd").style.height=lobd+"px";document.getElementById("thelogin").style.top=lobd1+"px";}


//------------ 
