function IsNavigator()
{ 
 if (document.images) 
     return(1);
 else
     return(0);
}

