/** function quickFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(""); } function mainFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } **/ function quickFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } function mainProductFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } /* function mainFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } */ /*ProFrame*/ /* function mainFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } */ function mainFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } function leftFlash(){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } function objectlaunchSwf(width, height, url){ var html = ""; html += "
" html += ""; html += ""; html += ""; html += ""; html += ""; html += ""; html += ""; html += "
" document.getElementById("divTmaxMovie").innerHTML = html; } function resizeObjectSwf(mode){ var swfObj = document.getElementById("tmaxMovie"); var divObj = document.getElementById("divTmaxMovie"); if(mode == "+"){ divObj.style.display = ""; divObj.style.zIndex = 99; objectlaunchSwf('888', '494',"http://tmaxday.tmax.co.kr/main.swf"); } else { divObj.style.display = "none"; divObj.style.zIndex = -1; } }