function doGetObject(oID){return document.getElementById(oID)}
function doChange(oD,oN,oS){
for(i=1;i<oN+1;i++)
{  
doGetObject("t"+oD+"_"+i).className="no";
doGetObject("d"+oD+"_"+i).className="no";
}
doGetObject("t"+oD+"_"+oS).className="ing";
doGetObject("d"+oD+"_"+oS).className="ing";}
var oH;var oS;var i=19;var myTimeout ;var va = i;
function doChangeHeight(h,s)
{oS=s;oH=h;getChang();}
function getH()
{document.getElementById("moveH").style.height=va+"px";va+=oS;}
function clearTime()
{window.clearTimeout(myTimeout);}
function getChang()
{
myTimeout = window.setTimeout("getChang()",10);
if(oS>0)
{
if(oH<va)
{document.getElementById("moveH").style.height=168+"px";clearTime();}
else
{getH();}}
else
{
if(oH>va)
{
document.getElementById("moveH").style.height=19+"px";clearTime();}else{getH();}
}
}