/* Screen resolution detection and notification Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ //alert("LoadStyle start"); var oasiswidth=1600; var oasisheight=1200; var oasisscreen=false; if (screen.width==oasiswidth||screen.height==oasisheight) { // alert("it is oasisscreen setting"); oasisscreen=true; if (ie) { //document.write(''); document.write(''); } } //alert("LoadStyle end");