var $; $=function(e){return document.getElementById(e);};
var _; _=function(s){return document.write(s);};
function tabit(tabName,btnId,tabNumber,btnClass){for(i=0;i<tabNumber;i++){$(tabName+'_div'+i).style.display='none';$(tabName+'_btn'+i).className=btnClass+'off';}$(tabName+'_div'+btnId).style.display='block';$(tabName+'_btn'+btnId).className=btnClass+'on';}
function dispaly(id,ileft,itop){$(id).style.visibility='visible';$(id).style.position='absolute';$(id).style.top=itop+12;if(ileft>800){$(id).style.left=ileft-300}else{$(id).style.left=ileft+140}$(id).style.display='';}
function hidden(id){$(id).style.display='none';}
