/**
* Mobilitaetsportal Rheinland-Pfalz
* 
* @version $Id: browserdetect.js 47 2009-02-24 16:36:51Z wolt $
*/

browser = {
    'isFF' : (navigator.userAgent.indexOf("Firefox") > -1),
    'isIE' : (navigator.userAgent.indexOf("MSIE") > -1),
    'isIE6': (navigator.userAgent.indexOf("MSIE 6") > -1),
    'isIE7': (navigator.userAgent.indexOf("MSIE 7") > -1),
    'isOpera' : (navigator.userAgent.indexOf("Opera") > -1),
    'isSafari': (navigator.userAgent.indexOf("Safari") > -1)
}
