var isIE = (navigator.userAgent.indexOf("MSIE") != -1);
var isFirefox = (navigator.userAgent.indexOf("Firefox") != -1);
