root_url = "http://cyber.kepco.co.kr/artcenter/_Renewal/";

menu_0 = root_url+"main/main.jsp";
menu_00 = root_url+"main/main.jsp";

menu_1  = root_url+"introduction/greeting.jsp";
menu_11 = root_url+"introduction/greeting.jsp";
menu_12 = root_url+"introduction/facilities.jsp";
menu_13 = root_url+"introduction/arrange.jsp";
menu_14 = root_url+"introduction/notice.jsp";

menu_2  = root_url+"performance/monthly.jsp";
menu_21 = root_url+"performance/monthly.jsp";
menu_22 = root_url+"performance/yearly.jsp";
menu_23 = root_url+"performance/search.jsp";
menu_24 = root_url+"performance/ticket.jsp";

menu_3  = root_url+"rent/step.jsp";
menu_31 = root_url+"rent/step.jsp";
menu_32 = root_url+"rent/reserve.jsp";
menu_33 = root_url+"rent/fee.jsp";
menu_34 = root_url+"rent/agreement.jsp";
menu_35 = root_url+"rent/dgform.jsp";
menu_36 = root_url+"rent/online_2.jsp";

menu_4  = root_url+"happy/happy.jsp";
menu_41 = root_url+"happy/happy.jsp";
menu_42 = root_url+"happy/application.jsp";
menu_43 = root_url+"happy/result.jsp";
menu_44 = root_url+"happy/winner.jsp";

menu_5  = root_url+"community/customer.jsp";
menu_51 = root_url+"community/customer.jsp";
menu_52 = root_url+"community/review.jsp";
menu_53 = root_url+"community/lost.jsp";
menu_54 = root_url+"community/news.jsp";
menu_55 = root_url+"community/eventin.jsp";
menu_56 = root_url+"community/service.jsp";

menu_6  = root_url+"guidance/map.jsp";
menu_61 = root_url+"guidance/map.jsp";
menu_62 = root_url+"guidance/parking.jsp";
menu_63 = root_url+"guidance/disaster.jsp";
menu_64 = root_url+"guidance/etiquette.jsp";
menu_65 = root_url+"guidance/around.jsp";
menu_66 = root_url+"guidance/faq.jsp";
//menu_67 = "http://www.mapid.net/artcenter";
menu_67 = root_url+"guidance/map.jsp";

menu_7  = root_url+"mypage/login.jsp";
menu_71 = root_url+"mypage/login.jsp";
menu_72 = root_url+"mypage/join.jsp";
menu_73 = root_url+"mypage/member_modify.jsp";
menu_74 = root_url+"mypage/myview.jsp";
menu_75 = root_url+"mypage/password.jsp";
menu_76 = root_url+"mypage/out.jsp";

menu_8  = root_url+"private/private.jsp";
menu_81 = root_url+"private/private.jsp";

menu_9  = root_url+"sitemap/sitemap.jsp";
menu_91 = root_url+"sitemap/sitemap.jsp";

menu_101 = root_url+"mypage/login.jsp";
menu_121 = root_url+"mypage/loginchk.jsp?mode=LO";

//¸ÞÀÎ ÆäÀÌÁö ÇÃ·¡½Ã ¸µÅ©

//idx_1 = root_url+"performance/performance.jsp?art_id=134";
idx_1 = root_url+"performance/performance.jsp?art_id=150";
idx_2 = root_url+"performance/performance.jsp?art_id=144";
idx_5 = root_url+"performance/performance.jsp?art_id=133";
idx_6 = root_url+"performance/performance.jsp?art_id=98";

map_1 = root_url+"guidance/pop_around_01.jsp?ret_url=around_01.jsp";
map_2 = root_url+"guidance/pop_around_03.jsp?ret_url=around_01.jsp";
map_3 = root_url+"guidance/pop_around_04.jsp?ret_url=around_01.jsp";
map_4 = root_url+"guidance/pop_around_05.jsp?ret_url=around_01.jsp";
map_5 = root_url+"guidance/pop_around_06.jsp?ret_url=around_01.jsp";
map_6 = root_url+"guidance/pop_around_07.jsp?ret_url=around_01.jsp";
map_7 = root_url+"guidance/pop_around_08.jsp?ret_url=around_01.jsp";
map_8 = root_url+"guidance/pop_around_09.jsp?ret_url=around_01.jsp";
map_9= root_url+"guidance/pop_around_10.jsp?ret_url=around_01.jsp";
map_10= root_url+"guidance/pop_around_11.jsp?ret_url=around_01.jsp";
map_11= root_url+"guidance/pop_around_12.jsp?ret_url=around_01.jsp";
map_12= root_url+"guidance/pop_around_13.jsp?ret_url=around_01.jsp";
map_13= root_url+"guidance/pop_around_14.jsp?ret_url=around_01.jsp";
map_14= root_url+"guidance/pop_around_15.jsp?ret_url=around_01.jsp";
map_15= root_url+"guidance/pop_around_16.jsp?ret_url=around_01.jsp";
map_16= root_url+"guidance/pop_around_02.jsp?ret_url=around_01.jsp";

function mapLink(map){
	var map ="map_"+""+map;
	window.open(eval(map),'pop_around','width=700,height=580');
}

function movieLink(idx){
	var idx ="idx_"+""+idx;
	window.location = eval(idx);
}

function MainLink(depth1,depth2,depth3){
	var menu ="menu_"+""+depth1+""+(depth2=="0" ? "":depth2)+""+(depth3=="0"||depth3==""||depth3==null ? "":depth3);
	if(menu=="menu_101"){
		window.location = eval(menu);
    }
	/*else if(menu=="menu_67"){
		window.open('http://www.mapid.net/artcenter','pop_mail','width=800,height=600');
    }*/
else if(menu=="menu_111"){
		window.open('../common/mail.jsp','pop_mail','width=420,height=250');
	}else{
		window.location = eval(menu);
	}
}


function getCookie( name )
{
        var nameOfCookie = name + "=";
        var x = 0;
        while ( x <= document.cookie.length )
        {
                var y = (x+nameOfCookie.length);
                if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                        if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                                endOfCookie = document.cookie.length;
                        return unescape( document.cookie.substring( y, endOfCookie ) );
                }
                x = document.cookie.indexOf( " ", x ) + 1;
                if ( x == 0 )
                        break;
        }
        return "";
}


document.title = "::: ÇÑÀü¾ÆÆ®¼¾ÅÍ :::";

function main_visual(){
    document.write ("<div id='main' style='overflow:hidden; position:absolute; width:100%; visibility: visible; z-index: 2;'>");
    document.write ("<table width='100%' height='479'>");
	document.write ("  <tr>");
	document.write ("    <td background='../images/common/main_bg.gif'>&nbsp;</td>");
	document.write ("    <td background='../images/common/main_bg.gif' width='980' height='479'>");
    document.write ("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='980' height='489'>");
    document.write ("<param name='movie' value='../library/flash/main_visual.swf'>");
    document.write ("<param name='quality' value='high'>");
	document.write ("<param name='wmode' value='transparent'>");
	document.write ("<param name=wmode value=opaque>");
	document.write ("<embed src='../library/flash/main_visual.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='980' height='489'></embed></object>");					
	document.write ("    </td>");
	document.write ("    <td background='../images/common/main_bg.gif'>&nbsp;</td>");
	document.write ("  </tr>");
	document.write ("</table>");
	document.write ("</div>");
}


function left_navi(depth1,depth2){
    document.write ("<table width='100%'>");
	document.write ("  <tr>");
	document.write ("    <td width='240'>");
document.write ("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='240' height='345'>");
    document.write ("<param name='movie' value='../library/flash/left_navi.swf?depth1="+depth1+"&depth2="+depth2+"'>");
    document.write ("<param name='quality' value='high'>");
	document.write ("<param name='wmode' value='transparent'>");
	document.write ("<param name=wmode value=opaque>");
	document.write ("<embed src='../library/flash/left_navi.swf?depth1="+depth1+"&depth2="+depth2+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='240' height='345'></embed></object>");					
	document.write ("    </td>");
	document.write ("  </tr>");
	document.write ("</table>");
}
	

function top_navi(depth1,depth2){
	document.write ("        <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='980' height='100'>");
    document.write ("        <param name='movie' value='../library/flash/top_navi.swf?depth1="+depth1+"&depth2="+depth2+"'>");
    document.write ("        <param name='quality' value='high'>");
	document.write ("        <param name='wmode' value='transparent'>");
	document.write ("        <param name=wmode value=opaque>");
	document.write ("        <embed src='../library/flash/top_navi.swf?depth1="+depth1+"&depth2="+depth2+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='980' height='100'></embed></object>");
}

function sub_visual(){
	var visual;
	if( depth1 == 1){
		visual ="sub1.swf";
	}else if(depth1 == 2)	{
		visual ="sub2.swf";
	} else if(depth1 == 3)	{
		visual ="sub3.swf";
	} else if(depth1 == 4)	{
		visual ="sub4.swf";
	} else if(depth1 == 5)	{
		visual ="sub5.swf";
	} else if(depth1 == 6)	{
		visual ="sub6.swf";
	} else if(depth1 == 7)	{
		visual ="sub7.swf";
    } else if(depth1 == 8)	{
		visual ="sub8.swf";
    } else if(depth1 == 9)	{
		visual ="sub9.swf";
	}else {
		visual ="sub1.swf";
	}
	
	var bg_left;
	if( depth1 == 1){
		bg_left ="sub_left_01.gif";
	}else if(depth1 == 2)	{
		bg_left ="sub_left_02.gif";
	} else if(depth1 == 3)	{
		bg_left ="sub_left_03.gif";
	} else if(depth1 == 4)	{
		bg_left ="sub_left_04.gif";
	} else if(depth1 == 5)	{
		bg_left ="sub_left_05.gif";
	} else if(depth1 == 6)	{
		bg_left ="sub_left_06.gif";
	} else if(depth1 == 7)	{
		bg_left ="sub_left_07.gif";
	} else if(depth1 == 8)	{
		bg_left ="sub_left_08.gif";
	} else if(depth1 == 9)	{
		bg_left ="sub_left_09.gif";
	}else {
		bg_left ="sub_left_01.gif";
	}
	
		var bg_right;
	if( depth1 == 1){
		bg_right ="sub_right_01.gif";
	}else if(depth1 == 2)	{
		bg_right ="sub_right_02.gif";
	} else if(depth1 == 3)	{
		bg_right ="sub_right_03.gif";
	} else if(depth1 == 4)	{
		bg_right ="sub_right_04.gif";
	} else if(depth1 == 5)	{
		bg_right ="sub_right_05.gif";
	} else if(depth1 == 6)	{
		bg_right ="sub_right_06.gif";
	} else if(depth1 == 7)	{
		bg_right ="sub_right_07.gif";
	} else if(depth1 == 8)	{
		bg_right ="sub_right_08.gif";
	} else if(depth1 == 9)	{
		bg_right ="sub_right_09.gif";
	}else {
		bg_right ="sub_right_01.gif";
	}
	
		var bg_box;
	if( depth1 == 1){
		bg_box ="sub_box_01.gif";
	}else if(depth1 == 2)	{
		bg_box ="sub_box_02.gif";
	} else if(depth1 == 3)	{
		bg_box ="sub_box_03.gif";
	} else if(depth1 == 4)	{
		bg_box ="sub_box_04.gif";
	} else if(depth1 == 5)	{
		bg_box ="sub_box_05.gif";
	} else if(depth1 == 6)	{
		bg_box ="sub_box_06.gif";
	} else if(depth1 == 7)	{
		bg_box ="sub_box_07.gif";
	} else if(depth1 == 8)	{
		bg_box ="sub_box_08.gif";
	} else if(depth1 == 9)	{
		bg_box ="sub_box_09.gif";
	}else {
		bg_box ="sub_box_01.gif";
	}
	
    document.write ("<div id='sub' style='overflow:hidden; position:absolute; width:100%; visibility: visible; z-index: 1;'>");
    document.write ("<table width='100%' height='500'>");
	document.write ("  <tr>");
	document.write ("    <td background='../images/common/"+bg_left+"'>&nbsp;</td>");
	document.write ("    <td width='980' height='500'>");
	document.write ("        <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='980' height='500'>");
    document.write ("        <param name='movie' value='../library/flash/"+visual+"'>");
    document.write ("        <param name='quality' value='high'>");
	document.write ("        <param name='wmode' value='transparent'>");
	document.write ("        <param name=wmode value=opaque>");
	document.write ("        <embed src='../library/flash/"+visual+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='980' height='500'></embed></object>");
	
	
	document.write ("    </td>");
	document.write ("    <td background='../images/common/"+bg_right+"'>&nbsp;</td>");
	document.write ("  </tr>");
	document.write ("</table>");
	document.write ("</div>");
}




function space(){
    document.write ("<table width='100%'>");
	document.write ("  <tr><td height='20'></td></tr>");
	document.write ("</table>");
}

function top(){
    document.write ("<div id='floater' style='overflow:hidden; position:absolute; visibility: visible; z-index: 3;'>");
    document.write ("<table>");
    document.write ("  <tr>");
    document.write ("    <td><a href='#top'><img src='../images/common/top.png' alt='TOP' class='png24'></a></td>");
    document.write ("  </tr>");
    document.write ("</table>");
    document.write ("</div>");
}

function global(str){
    var global_bg;
	if( depth1 == 1){
		global_bg ="global_bg_01.gif";
	}else if(depth1 == 2)	{
		global_bg ="global_bg_02.gif";
	} else if(depth1 == 3)	{
		global_bg ="global_bg_03.gif";
	} else if(depth1 == 4)	{
		global_bg ="global_bg_04.gif";
	} else if(depth1 == 5)	{
		global_bg ="global_bg_05.gif";
	} else if(depth1 == 6)	{
		global_bg ="global_bg_06.gif";
	} else if(depth1 == 7)	{
		global_bg ="global_bg_07.gif";
	} else if(depth1 == 8)	{
		global_bg ="global_bg_08.gif";
	} else if(depth1 == 9)	{
		global_bg ="global_bg_09.gif";
	}else {
		global_bg ="global_bg_00.gif";
	}
	
	var global_round;
	if( depth1 == 1){
		global_round ="global_round_01.gif";
	}else if(depth1 == 2)	{
		global_round ="global_round_02.gif";
	} else if(depth1 == 3)	{
		global_round ="global_round_03.gif";
	} else if(depth1 == 4)	{
		global_round ="global_round_04.gif";
	} else if(depth1 == 5)	{
		global_round ="global_round_05.gif";
	} else if(depth1 == 6)	{
		global_round ="global_round_06.gif";
	} else if(depth1 == 7)	{
		global_round ="global_round_07.gif";
	} else if(depth1 == 8)	{
		global_round ="global_round_08.gif";
	} else if(depth1 == 9)	{
		global_round ="global_round_09.gif";
	}else {
		global_round ="global_round_00.gif";
	}
	
	document.write ("<div id='global' style='overflow:hidden; position:absolute; width: 100%; top: 0px; visibility: visible; z-index: 4;'>");
    document.write ("<table width='100%'>");
    document.write ("  <tr>");
    document.write ("    <td>&nbsp;</td>");   
    document.write ("    <td width='980' valign='top'><table width='100%'>");
    document.write ("      <tr>");
    document.write ("        <td width='100%' valign='top'><table width='100%' height='2'>");
    document.write ("            <tr>");
    document.write ("              <td height='2' background='../images/common/"+global_bg+"'></td>");
    document.write ("            </tr>");
    document.write ("        </table></td>");
    document.write ("       <td align='right' valign='top'><table>");
    document.write ("            <tr>");
    document.write ("              <td width='35'><img src='../images/common/"+global_round+"'></td>");
    document.write ("              <td height='21' background='../images/common/"+global_bg+"'><table>");
    document.write ("                  <tr>");
    if(str=='')document.write ("                    <td style='cursor:hand;' onclick='location.href=\"javascript:MainLink(10,1)\"'><img src='../images/common/global_04.png' alt='·Î±×ÀÎ' class='png24'></td>");
    if(str=='')document.write ("                    <td><img src='../images/common/global_line.gif' alt='' class='mR5 mL5'></td>");	
    if(str!='')document.write ("                    <td style='cursor:hand;' onclick='location.href=\"javascript:MainLink(12,1)\"'><img src='../images/common/global_07.png' alt='·Î±×¾Æ¿ô' class='png24'></td>");
    if(str!='')document.write ("                    <td><img src='../images/common/global_line.gif' alt='' class='mR5 mL5'></td>");
    if(str=='')document.write ("                    <td style='cursor:hand;' onclick='location.href=\"javascript:MainLink(7,1)\"'><img src='../images/common/global_05.png' alt='È¸¿ø°¡ÀÔ' class='png24'></td>");
    if(str=='')document.write ("                    <td><img src='../images/common/global_line.gif' alt='' class='mR5 mL5'></td>");
	if(str!='')document.write ("                    <td style='cursor:hand;' onclick='location.href=\"javascript:MainLink(7,3)\"'><img src='../images/common/global_03.png' alt='¸¶ÀÌÆäÀÌÁö' class='png24'></td>");
    if(str!='')document.write ("                    <td><img src='../images/common/global_line.gif' alt='' class='mR5 mL5'></td>");
    document.write ("                    <td style='cursor:hand;' onclick='javascript:MainLink(6,7)'><img src='../images/common/global_01.png' alt='¿À½Ã´Â ±æ' class='png24'></td>");
    document.write ("                    <td><img src='../images/common/global_line.gif' alt='' class='mR5 mL5'></td>");
    document.write ("                    <td style='cursor:hand;' onclick='location.href=\"javascript:MainLink(9,1)\"'><img src='../images/common/global_06.png' alt='»çÀÌÆ®¸Ê' class='png24'></td>");
	document.write ("                    <td><img src='../images/common/bin.gif' alt='' width='24' height='21'></td>");
    document.write ("                  </tr>");
    document.write ("              </table></td>");
    document.write ("            </tr>");
    document.write ("        </table></td>");
    document.write ("      </tr>");
    document.write ("    </table></td>");
    document.write ("    <td background='../images/common/"+global_bg+"'>&nbsp;</td>");
    document.write ("  </tr>");
    document.write ("</table>");
    document.write ("</div>");
}

function quick(){
    document.write ("        <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='240' height='35'>");
    document.write ("        <param name='movie' value='../library/flash/quick.swf'>");
    document.write ("        <param name='quality' value='high'>");
	document.write ("        <param name='wmode' value='transparent'>");
	document.write ("        <param name=wmode value=opaque>");
	document.write ("        <embed src='../library/flash/quick.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='240' height='35'></embed></object>");
}


function footer(){
    document.write ("<table width='100%'>");
    document.write ("  <tr>");
    document.write ("    <td height='1' colspan='2' bgcolor='ababab'></td>");
    document.write ("  </tr>");
    document.write ("  <tr>");
    document.write ("    <td height='75' valign='top'><img src='../images/common/footer.gif' alt='footer'></td>");
    document.write ("    <td valign='top'><a href=\"javascript:MainLink(8,1)\"><img src='../images/common/footer_individual.gif' alt='°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§' class='mT20'></a><a href=\"javascript:MainLink(11,1)\"><img src='../images/common/footer_email.gif' alt='ÀÌ¸ÞÀÏÁÖ¼Ò ¼öÁý°ÅºÎ' class='mT20 mL5'></a></td>");
    document.write ("  </tr>");
    document.write ("</table>");
}
	
function arrange_visual01(){
    document.write ("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
    document.write ("  <tr>");
    document.write ("    <td align='center'>");
    document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='800' HEIGHT='600' id='f_lefttop' ALIGN=''>");
    document.writeln("<PARAM NAME=movie value='../library/flash/arrange1.swf' />");
    document.writeln("<PARAM NAME=quality VALUE=high>");
    document.writeln("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.writeln("<PARAM NAME=wmode VALUE=transparent> ");
    document.writeln("<embed src=='../library/flash/arrange1.swf' quality='high' bgcolor='#ffffff' width='800' height='600' name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
    document.writeln("</OBJECT>");
    document.write ("    </td>");
    document.write ("  </tr>");
    document.write ("</table>");
}

function arrange_visual02(){
    document.write ("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
    document.write ("  <tr>");
    document.write ("    <td align='center'>");
    document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='800' HEIGHT='600' id='f_lefttop' ALIGN=''>");
    document.writeln("<PARAM NAME=movie value='../library/flash/arrange2.swf' />");
    document.writeln("<PARAM NAME=quality VALUE=high>");
    document.writeln("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.writeln("<PARAM NAME=wmode VALUE=transparent> ");
    document.writeln("<embed src=='../library/flash/arrange2.swf' quality='high' bgcolor='#ffffff' width='800' height='600' name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
    document.writeln("</OBJECT>");
    document.write ("    </td>");
    document.write ("  </tr>");
    document.write ("</table>");
}

function around(){
    document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='639' HEIGHT='650' id='f_lefttop' ALIGN=''>");
    document.writeln("<PARAM NAME=movie value='../library/flash/map_food.swf' />");
    document.writeln("<PARAM NAME=quality VALUE=high>");
    document.writeln("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.writeln("<PARAM NAME=wmode VALUE=transparent> ");
    document.writeln("<embed src=='../library/flash/map_food.swf' quality='high' bgcolor='#ffffff' width='639' height='650' name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
    document.writeln("</OBJECT>");
}

function map(){
    document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='639' HEIGHT='409' id='f_lefttop' ALIGN=''>");
    document.writeln("<PARAM NAME=movie value='../library/flash/subway.swf' />");
    document.writeln("<PARAM NAME=quality VALUE=high>");
    document.writeln("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.writeln("<PARAM NAME=wmode VALUE=transparent> ");
    document.writeln("<embed src=='../library/flash/subway.swf' quality='high' bgcolor='#ffffff' width='639' height='409' name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
    document.writeln("</OBJECT>");
}


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

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; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&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<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}



function setPng24(obj) { 
  obj.width=obj.height=1; 
  obj.className=obj.className.replace(/\bpng24\b/i,''); 
  obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" 
  obj.src='';  
  return ''; 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function show_v1(){
    document.all.view1.style.display='block'
    document.all.view2.style.display='none'
}
function show_v2(){
    document.all.view1.style.display='none'
    document.all.view2.style.display='block'
}  
 


function peterpan_ucc(){			
    document.write ("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'  width='550' height='330'  id='f_menu' ALIGN=''>");
    document.write ("<PARAM NAME=movie value='http://cyber.kepco.co.kr/artcenter/_Renewal/performance/080726/peter.swf' />");
    document.write ("<PARAM NAME=quality VALUE=high>");
    document.write ("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.write ("<PARAM NAME=wmode VALUE=transparent> ");
    document.write ("<embed src='http://cyber.kepco.co.kr/artcenter/_Renewal/performance/080726/peter.swf' width='550' height='330' quality='high' bgcolor='#FFFFFF'  name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' / wmode='transparent'>");
    document.write ("</OBJECT>");
}
function peterpan_ucc2(){			
    document.write ("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'  width='550' height='330'  id='f_menu' ALIGN=''>");
    document.write ("<PARAM NAME=movie value='http://cyber.kepco.co.kr/artcenter/_Renewal/performance/090529/peter2.swf' />");
    document.write ("<PARAM NAME=quality VALUE=high>");
    document.write ("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.write ("<PARAM NAME=wmode VALUE=transparent> ");
    document.write ("<embed src='http://cyber.kepco.co.kr/artcenter/_Renewal/performance/090529/peter2.swf' width='550' height='330' quality='high' bgcolor='#FFFFFF'  name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' / wmode='transparent'>");
    document.write ("</OBJECT>");
}
function shouting_ucc(){			
    document.write ("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'  width='550' height='330'  id='f_menu' ALIGN=''>");
    document.write ("<PARAM NAME=movie value='http://cyber.kepco.co.kr/artcenter/_Renewal/library/flash/shouting.swf' />");
    document.write ("<PARAM NAME=quality VALUE=high>");
    document.write ("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.write ("<PARAM NAME=wmode VALUE=transparent> ");
    document.write ("<embed src='http://cyber.kepco.co.kr/artcenter/_Renewal/library/flash/shouting.swf' width='550' height='330' quality='high' bgcolor='#FFFFFF'  name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' / wmode='transparent'>");
    document.write ("</OBJECT>");
}
function feverTango_ucc(){			
    document.write ("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'  width='550' height='330'  id='f_menu' ALIGN=''>");
    document.write ("<PARAM NAME=movie value='http://cyber.kepco.co.kr/artcenter/_Renewal/library/flash/tango.swf' />");
    document.write ("<PARAM NAME=quality VALUE=high>");
    document.write ("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
    document.write ("<PARAM NAME=wmode VALUE=transparent> ");
    document.write ("<embed src='http://cyber.kepco.co.kr/artcenter/_Renewal/library/flash/tango.swf' width='550' height='330' quality='high' bgcolor='#FFFFFF'  name='global_top_navigation' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' / wmode='transparent'>");
    document.write ("</OBJECT>");
}
