getElementById("float_show");
var i = parseInt(aljo.style.left);
function Big(){
if(parseInt(aljo.style.left)minWidth){
i = parseInt(aljo.style.left);
i -= numInter;
aljo.style.left=i+"px";
if(i==minWidth)
clearInterval(SmallInter);
}
}
function toSmall(){
clearInterval(SmallInter);
clearInterval(BigInter);
SmallInter = setInterval(Small,InterTime);
}
//toBig();