
if(!RichFaces){var RichFaces={};}
RichFaces.navigatorType=function(){if(navigator.userAgent.toLowerCase().indexOf("msie")>=0||navigator.userAgent.toLowerCase().indexOf("explorer")>=0)
return"MSIE";if(navigator.userAgent.toLowerCase().indexOf("firefox")>=0)
return"FF";if(navigator.userAgent.toLowerCase().indexOf("opera")>=0)
return"OPERA";if(navigator.userAgent.toLowerCase().indexOf("netscape")>=0)
return"NETSCAPE";return"OTHER";}