Prototype.Browser.IE6 = (navigator.appVersion != null && navigator.appVersion.indexOf("MSIE 6") != -1);
Prototype.Browser.IE7 = (navigator.appVersion != null && navigator.appVersion.indexOf("MSIE 7") != -1);