////ÇÃ·¡½¬ È£Ãâ ½ºÅ©¸³Æ®

function visual(width,height,wmode,url) {
 var flashTag = "";
 flashTag = '<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ';
 flashTag +='codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ';
 flashTag +='WIDTH="'+width+'" HEIGHT="'+height+'" id="mainflash">';
 flashTag +='<param name="movie" value="'+url+'">';
 flashTag +='<param name="quality" value="high" id="mainflash">';
 flashTag +='<param name="wmode" value="'+wmode+'">';
 flashTag +='<embed src="'+url+'" quality="high" wmode="'+wmode+'" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
 flashTag +='type="application/x-shockwave-flash"  WIDTH="'+width+'" HEIGHT="'+height+'"></embed></object>'

 document.write(flashTag);

}
function visual01(width,height,wmode,url) {
 var flashTag = "";
 flashTag = '<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ';
 flashTag +='codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ';
 flashTag +='WIDTH="'+width+'" HEIGHT="'+height+'">';
 flashTag +='<param name="movie" value="'+url+'">';
 flashTag +='<param name="quality" value="high" >';
 flashTag +='<param name="wmode" value="'+wmode+'">';
 flashTag +='<embed src="'+url+'" quality="high" wmode="'+wmode+'" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
 flashTag +='type="application/x-shockwave-flash"  WIDTH="'+width+'" HEIGHT="'+height+'"></embed></object>'

 document.write(flashTag);

}

<!-- ¸¶¿ì½º ¿À¹ö½Ã ½ºÅ©¸³Æ® -->
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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!-- ÆË¾÷Ã¢¶ç¿ì±â -->


<!-- ¸¶¿ì½º ¿À¹ö½Ã ·¹ÀÌ¾î º¸ÀÌ±â -->
<!--
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_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
<!-- ¸¶¿ì½º ¿À¹ö½Ã ·¹ÀÌ¾î º¸ÀÌ±â -->



function Navigation(n,x){

//main
if (n == "0000" ) { document.location.href="../main/main.asp"; }		// ¸ÞÀÎ

//¼Ò°³
if (n == "0101" ) { document.location.href="../01intro/int01.asp "; }		//È¸»ç¼Ò°³
if (n == "0102" ) { document.location.href="../01intro/int02.asp "; }		//¿¬Çõ
if (n == "0103" ) { document.location.href="../01intro/int03.asp "; }		//Á¶Á÷µµ
if (n == "0104" ) { document.location.href="../01intro/int04.asp"; }		//¾àµµ/¿¬¶ôÃ³

//ºñÁö´Ï½º
if (n == "0201" ) { document.location.href="../02bussiness/bussiness01.asp"; }	    //Ã¼Áß°ü¸®ÇÁ·Î±×·¥
if (n == "0202" ) { document.location.href="../02bussiness/bussiness02.asp"; }	    //Ã¼Çü°ü¸®ÇÁ·Î±×·¥
if (n == "0203" ) { document.location.href="../02bussiness/bussiness03.asp"; }	    //Ã¼Çü°ü¸®ÇÁ·Î±×·¥
if (n == "0204" ) { document.location.href="../02bussiness/bussiness04.asp"; }	    //Ã¼Çü°ü¸®ÇÁ·Î±×·¥

//ÇÁ·¹½º¼¾ÅÍ
if (n == "0301" ) {document.location.href="../board/board_list.asp?BC_SEQ=1"}                   //Notice
if (n == "0302" ) {document.location.href="../board/board_list.asp?BC_SEQ=2"}                   //Artist News
if (n == "0303" ) {document.location.href="../board/board_list.asp?BC_SEQ=3"}                   //Hot Issue

//¾ÆÆ¼½ºÆ®
if (n == "0401" ) { document.location.href="../04artist/artist01.asp"; }	                    //¾ÆÆ¼½ºÆ®¸ÞÀÎ
if (n == "0402" ) { document.location.href="../04artist/artist02.asp?AT_CODE=1"; }	            //°í¼ö¸ÞÀÎ
if (n == "0403" ) { document.location.href="../04artist/artist03.asp?AT_CODE=2"; }	            //ÀÌÁø¿í¸ÞÀÎ
if (n == "0404" ) { document.location.href="../04artist/artist04.asp?AT_CODE=3"; }	            //±èÈñ¸ÞÀÎ

if (n == "0411" ) { document.location.href="../04artist/artist05.asp?AT_CODE=4"; }	            //À±Á¤È­¸ÞÀÎ
if (n == "0412" ) { document.location.href="../04artist/artist05_1.asp"; }	            		//À±Á¤È­ ÇÁ·ÎÆÄÀÏ

if (n == "0405" ) { document.location.href="../04artist/artist02_1.asp"; }	                    //°í¼ö ÇÁ·ÎÆÄÀÏ(ÀÌ¹ü¼ö)
if (n == "0408" ) { document.location.href="../04artist/artist03_1.asp"; }	                    //ÀÌÁø¿í ÇÁ·ÎÆÄÀÏ
if (n == "0409" ) { document.location.href="../04artist/artist04_1.asp"; }	                    //±èÈñ ÇÁ·ÎÆÄÀÏ

if (n == "0406" ) { document.location.href="../04artist/artist02_gallery.asp?Port_Cate="+x; }   //Gallery
if (n == "0407" ) { document.location.href="../board/board_list.asp?BC_SEQ=7&B_TYPE="+x; }	    //News
if (n == "0410" ) { document.location.href="../board/board_list.asp?BC_SEQ=8&B_TYPE="+x; }	    //Board

//2011-08-22
if (n == "0422" ) { document.location.href="../04artist/artist22.asp?AT_CODE=5"; }	            //ÀÌ¹ü¼ö¸ÞÀÎ
if (n == "0423" ) { document.location.href="../04artist/artist06.asp?AT_CODE=6"; }	            //¹ÚÀç¹Î¸ÞÀÎ
if (n == "0424" ) { document.location.href="../04artist/artist07.asp?AT_CODE=7"; }	            //½Å¿ëÃ¶¸ÞÀÎ
if (n == "0425" ) { document.location.href="../04artist/artist08.asp?AT_CODE=8"; }	            //½Å¼º·Ï¸ÞÀÎ

if (n == "0435" ) { document.location.href="../04artist/artist06_1.asp"; }	                    //¹ÚÀç¹Î ÇÁ·ÎÆÄÀÏ
if (n == "0438" ) { document.location.href="../04artist/artist07_1.asp"; }	                    //½Å¿ëÃ¶ ÇÁ·ÎÆÄÀÏ
if (n == "0439" ) { document.location.href="../04artist/artist08_1.asp"; }	                    //½Å¼º·Ï ÇÁ·ÎÆÄÀÏ

//¿Àµð¼Ç
if (n == "0501" ) { document.location.href="../board/board_list.asp?BC_SEQ=4"; }                //Audition Notice
if (n == "0502" ) { document.location.href="../board/board_list.asp?BC_SEQ=5"; }                //Audition Result
if (n == "0503" ) { document.location.href="../board/board_list.asp?BC_SEQ=6"; }                //FAQ

if (n == "0601" ) { document.location.href="../06sitemap/sitemap01.asp"; } //ÅÂ¹ÝÁÖ»ç¿ä¹ý

}
