
//"Hover"-Effekt für Button unter IE

function HoverUp(obj,cur)
{
  if(obj.style)
  {
   obj.style.cursor=cur; //Cursor
   }
}
