function Description(describe)
{window.status= describe ;
 return true;}
 
function ClearStatus()
{window.status="";}

