var userAgent = navigator.userAgent;
var isMSIE = userAgent.indexOf ("MSIE") > 0;
var isFirefox = userAgent.indexOf ("Firefox") > 0;

