
  function doChangeFrame(obj,size)
		{
		  obj.style.height=size+"px"
		  if(size==23)
		  {
		   obj.style.zIndex=1;
		   obj.className=""
		  } 
		  else
		  {
		   obj.style.zIndex=20;
		  } 
		}


