var adjust_length if (navigator.userAgent.indexOf("MSIE") != -1) {isIE = "Yes"} if (isIE == "No") { if (innerWidth > 0) {isNetscape = "Yes", windowWidth = innerWidth, windowHeight = innerHeight} } if (isIE == "Yes") {isIEorNetscape = "Yes", isNetscape = "No"} if (isNetscape == "Yes") {isIEorNetscape = "Yes", isIE = "No"} // -->