function fnChangeFloat(tt,id)
{
var id;
id=eval(id);
if(tt=="left")id.style.styleFloat=tt;
else id.style.styleFloat=tt;
}
