function  viewMediaPlayer(sURL, sName, sFeatures){ 

 //¹Ìµð¾î ÇÃ·¹ÀÌ¾î ¿ÀºêÁ§Æ®¸¦ »Ñ·ÁÁÝ´Ï´Ù. 
 //¹Ìµð¾î ÇÃ·¹ÀÌ¾î ¹öÀüÀº 7~10 ¹öÀü¿¡ È£È¯µÇ´Â ¿ÀºêÁ§Æ®ID¸¦ »ç¿ëÇÕ´Ï´Ù. 
 var WMPCID = "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"; 

 var sFeature; 
 var sWidth  = "100%"; 
 var sHeight  = "100%"; 
 var pmBoolean; 
 var sTempArray; 
 var sParamTag = ""; 

 sFeature = sFeatures.split(/\s*,\s*/); 
 for (var i=0; i< sFeature.length ; i++) 
 { 
  sTempArray = sFeature[i].split(/\s*=\s*/); 
  if (sTempArray[0].toLowerCase() == "width"){ 
  //³ÐÀÌ 
  sWidth = sTempArray[1]; 
  }else if (sTempArray[0].toLowerCase() == "height"){ 
  //³ôÀÌ 
  sHeight = sTempArray[1]; 
  }else{ 
  //±âÅ¸ ÆÄ¶ó¸ÞÅÍ Ã³¸® 
  if (sTempArray[1].toLowerCase() == "yes" || sTempArray[1] == "1" || sTempArray[1].toLowerCase() == "true"){ 
    pmBoolean = "true"; 
  }else if (sTempArray[1].toLowerCase() == "no" || sTempArray[1] == "0" || sTempArray[1].toLowerCase() == "false"){ 
    pmBoolean = "false"; 
  }else{ 
    pmBoolean = sTempArray[1]; 
  } 
  sParamTag = "<PARAM NAME='"+sTempArray[0]+"'VALUE='" + pmBoolean + "'>\n"+sParamTag; 
  sParamTag_FF = sTempArray[0]+"='"+pmBoolean+"' "+sParamTag_FF;
  } 
 } 

 document.write("<OBJECT ID='"+sName+"' NAME='"+sName+"' CLASSID='"+WMPCID+"' WIDTH='"+sWidth+"' HEIGHT='"+sHeight+"' >"); 
 document.write("<PARAM NAME='FileName' VALUE='" + sURL + "'>"); 
 document.write(sParamTag); 
 document.write("<embed src='" + sURL + "' WIDTH='"+sWidth+"' HEIGHT='"+sHeight+"' "+sParamTag_FF+" pluginspage='http://www.microsoft.com/windows/windowsmedia/download/'>"); 
 document.write("</OBJECT>"); 
} 

function  viewFlash(sURL, sName, sFeatures, sFlag){ 

 //ÇÃ·¡½Ã ActiveX ¿ÀºêÁ§Æ®¸¦ »Ñ·ÁÁÝ´Ï´Ù. 
 var FLASHCAB = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"; 
 var FLASHCID = "CLSID:D27CDB6E-AE6D-11CF-96B8-444553540000"; 
 var FLASHVER = "8,0,0,0"; 

 var sFeature; 
 var sWidth  = "100%"; 
 var sHeight  = "100%"; 
 var pmBoolean = "false"; 
 var sTempArray; 
 var sParamTag = ""; 
 var sParamTag_FF = "";
 sFeature = sFeatures.split(/\s*,\s*/); 
 for (var i=0; i< sFeature.length ; i++) 
 { 
  sTempArray = sFeature[i].split(/\s*=\s*/); 
  if (sTempArray[0].toLowerCase() == "width"){ 
  //³ÐÀÌ 
  sWidth = sTempArray[1]; 
  }else if (sTempArray[0].toLowerCase() == "height"){ 
  //³ôÀÌ 
  sHeight = sTempArray[1]; 
  }else{ 
  //±âÅ¸ ÆÄ¶ó¸ÞÅÍ Ã³¸® 
  if (sTempArray[1].toLowerCase() == "yes" || sTempArray[1] == "1" || sTempArray[1].toLowerCase() == "true"){ 
    pmBoolean = "true"; 
  }else if (sTempArray[1].toLowerCase() == "no" || sTempArray[1] == "0" || sTempArray[1].toLowerCase() == "false"){ 
    pmBoolean = "false"; 
  }else{ 
    pmBoolean = sTempArray[1]; 
  } 
  sParamTag = "<PARAM NAME='"+sTempArray[0]+"'VALUE='" + pmBoolean + "'>\n"+sParamTag; 
  sParamTag_FF = sTempArray[0]+"='"+pmBoolean+"' "+sParamTag_FF;
  } 
 } 

 if(sFlag) {
 document.write("<OBJECT ID='"+sName+"' NAME='"+sName+"' CLASSID='"+FLASHCID+"' CODEBASE='"+FLASHCAB+"#version="+FLASHVER+"' WIDTH='"+sWidth+"' HEIGHT='"+sHeight+"'>"); 
 document.write("<PARAM NAME='movie' VALUE='" + sURL + "'>"); 
 document.write(sParamTag); 
 document.write("<EMBED SRC='"+sURL+"' ID='"+sName+"' NAME='"+sName+"' WIDTH='"+sWidth+"' HEIGHT='"+sHeight+"' "+sParamTag_FF+" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer' />") 
 document.write("</OBJECT>"); 
 }
} 


function PrintEmbed(EmbID) 
{ 
    document.write(document.getElementById(EmbID).value); 
} 


function mallnavi01() {
	top.location.href="/kor/andamiro/greeting.html"
}

function mallnavi02() {
	top.location.href="/kor/business/division.html"
}

function mallnavi03() {
	top.location.href="/kor/products/amuse.html"
}

function mallnavi04() {
	top.location.href=""
}

function mallnavi05() {
	top.location.href="/kor/support/as.html?tbname=as&divpage=0&mode=write"
}

function mallnavi06() {
	top.location.href="/mall"
}

function mallnavi01_en() {
	top.location.href="/kor/andamiro/greeting.html"
}

function mallnavi02_en() {
	top.location.href="/kor/business/division.html"
}

function mallnavi03_en() {
	top.location.href="/kor/products/amuse.html"
}

function mallnavi04_en() {
	top.location.href=""
}

function mallnavi05_en() {
	top.location.href="/kor/support/as.html?tbname=as&divpage=0&mode=write"
}

function mallnavi06_en() {
	top.location.href="/mall"
}

