//¹é±×¶ó¿îµå ij½¬¹ö±× IE6¿ë try { document.execCommand("BackgroundImageCache", false, true);} catch(err) {} //·Ñ¿Àºê ÇÔ¼ö function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i\n"; parameter += "\n"; parameter += "\n"; parameter += "\n"; } //Ç÷¡½Ã ¿ÀºêÁ§Æ® ¿É¼Ç¼³Á¤ this.parameter = function ( param, value ) { parameter += "\n"; } // Ç÷¡½Ã wmode ¼³Á¤ setFlash.wmode('window') this.wmode = function ( value ) { wmode = value; } // Ç÷¡½Ã ¾ÆÀ̵𠼳Á¤ this.id = function ( value ) { id = value; } // Ç÷¡½Ã ´ëÃ¼ÅØ½ºÆ® ¼³Á¤ this.alt = function ( value ) { altText = value; } // Ç÷¡½Ã »ðÀÔ ·¹ÀÌ¾î ¼³Á¤ this.layer = function ( value ) { if(value == undefined) { layer = ""; } else { layer = value; } } this.show = function () { obj = '\n'+ parameter + '\n'+ '\n' + '\n' + parameter + '\n'+ '\n' + '
' + altText + '
\n' + '\n' + '
\n' + '\n' + '
'; if(layer == "") { document.write(obj); }else{ var div = document.getElementById( layer); div.style.display = ""; div.innerHTML = obj; } } } function hideSWFLayer( div) { var div = document.getElementById( div); div.style.display = ""; div.innerHTML = ""; } function thisMovie(movieName) { if (navigator.appName.indexOf("Microsoft") != -1) { return window[movieName]; } else { return document[movieName]; } } function callExternalInterface(movieId) { thisMovie(movieId).moveMc(); } //------------------- SWF Á¦¾îÇÔ¼ö ³¡ function totalAllMenuDisplay(pdivID) { var chkdisplay = document.getElementById(pdivID).style.display; if (chkdisplay=="none") { displayOn(pdivID); } else { displayOff(pdivID); } } // ¿ÞÂʸ޴º Àüüº¸±â function pageMenuAll(kk){ var obj = document.getElementById('page_1depm').getElementsByTagName('ol'); var j=0; for(i=0;i 0){ obj3.src = "2009/menu_view_btn_close.gif"; } else{ obj3.src = "2009/menu_view_btn.gif"; } } function pageMenuAll2(kk){ var obj = document.getElementById('page_1depm').getElementsByTagName('ol'); var j=0; for(i=0;i 0){ obj3.innerHTML = "¸Þ´º ´Ý±â"; } else{ obj3.innerHTML = "¸Þ´ºÆîÃ帱â"; } } //* image rollover *// function overRoll( obj ) { obj.src = obj.src.replace( 'off.gif', 'on.gif' ); } function outRoll( obj ) { obj.src = obj.src.replace( 'on.gif', 'off.gif' ); } // Tab Content function initTabMenu(tabContainerID) { var tabContainer = document.getElementById(tabContainerID); var tabAnchor = tabContainer.getElementsByTagName("a"); var i = 0; for(i=0; i= maxRate)) || ((how == "out") && (parseInt(currZoom) <= minRate)) ) { return; } if (how == "in") { document.all[contentid].style.zoom = parseInt(document.all[contentid].style.zoom)+zoomRate+'%'; // SeatGradeBox.style.left = parseInt(SeatGradeBox.style.left)+160; // SeatGradeBox.style.zoom = parseInt(SeatGradeBox.style.zoom)+zoomRate+'%'; } else { document.all[contentid].style.zoom = parseInt(document.all[contentid].style.zoom)-zoomRate+'%'; // SeatGradeBox.style.left = parseInt(SeatGradeBox.style.left)-160; // SeatGradeBox.style.zoom = parseInt(SeatGradeBox.style.zoom)-zoomRate+'%'; } SetCookie2("zoomVal",document.all[contentid].style.zoom); // SetCookie("SeatLeft",SeatGradeBox.style.left); } function SetCookie2(name,value){ document.cookie = Trim(name) + "=" + escape (Trim(value))+";path=/;domain=192.168.123.139"; } function GetCookie2(name){ if (document.cookie != "") { chips = document.cookie.split("; "); for (var i=0; i < chips.length; i++) { crumb = chips[i].split("="); if (crumb[0] == name) { return unescape(crumb[1]); } } }else{ return ""; } } function GoZoom(contentid){ //alert(GetCookie2("zoomVal")); if(GetCookie2("zoomVal") != null && GetCookie2("zoomVal") != ""){ document.all[contentid].style.zoom = GetCookie2("zoomVal"); // SeatGradeBox.style.zoom = GetCookie2("zoomVal"); currZoom=GetCookie2("zoomVal"); } else{ document.all[contentid].style.zoom = '100%'; // SeatGradeBox.style.zoom = '100%'; currZoom = '100%'; } if(GetCookie2("SeatLeft") != null && GetCookie2("SeatLeft") != ""){ // SeatGradeBox.style.left = GetCookie2("SeatLeft"); } else{ // SeatGradeBox.style.left = '0'; } } function MyZoom(contentid){ document.all[contentid].style.zoom = '100%'; SetCookie2("zoomVal",document.all[contentid].style.zoom); } // ¹®ÀÚ µÚÀÇ °ø¹é¹®ÀÚ¸¦ Á¦°ÅÇÏ´Â ÇÔ¼ö function rTrim ( str ) { str = str + ""; var len = str.length; for(var i = (len - 1); (str.charAt(i) == ' '); i--); str = str.substring(0, i + 1); return str; } // ¹®ÀÚ ¸Ç ¾ÕÀÇ °ø¹é¹®ÀÚ¸¦ Á¦°ÅÇÏ´Â ÇÔ¼ö function lTrim ( str ) { var len = str.length; var i = 0; for(i = 0; str.charAt(i) == ' '; i++); str = str.substring(i, len); return str; } function Trim ( strValue ) { strValue = lTrim(rTrim(strValue)); return strValue; }