if (!(usingIE)) { nextVal = iNum; nextVal = (nextVal + cImage + 1) % cImage; prevVal = iNum; prevVal = (prevVal + cImage - 1) % cImage; var nextStr = paramStr.substring(paramStr.indexOf("Gallery"),idxIdx-5) + "&Idx=" + nextVal; var prevStr = paramStr.substring(paramStr.indexOf("Gallery"),idxIdx-5) + "&Idx=" + prevVal; document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln("   Home  "); document.writeln("
"); document.writeln("
"); document.writeln(""); document.writeln("
"); doResize(); }