function showStatus(text)
{
   window.setTimeout("window.status='" + text + "'", 1);
}
function goToaURL( url ) 
{
   window.location.href = url;
}
