function res_detection() { var brow=navigator.appName; brow = brow.toLowerCase( ); if (brow=="netscape"){ width = self.innerWidth; } else if (brow=="microsoft internet explorer"){ width = screen.width; } else { width = 1024 } document.forms[0].resolution.value = width }