function showStatus(iText)
{
   window.setTimeout("window.status='" + iText + "'", 1);  
}
