// src   : source url
// fid   : flash id
// width : source width
// height: source height
// mode  : wmode ("" for none, transparent, opaque ...)
function flash(src,fid,width,height,mode){
	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'");
    document.writeln("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'");
    document.writeln("width=" + width + " height=" + height + " id=" + fid + ">");
    document.writeln("<param name=wmode value=" + mode + " />");
    document.writeln("<param name=movie value=" + src + " />");
    document.writeln("<param name=quality value=high />");
    document.writeln("<embed src='" + src + "' quality='high' wmode='" + mode + "' ");
    document.writeln("type='application/x-shockwave-flash' ");
    document.writeln("pluginspage='http://www.macromedia.com/shockwave/download/index.cgi");
    document.writeln("?p1_prod_version=shockwaveflash' width=" + width + " height=" + height + ">");
    document.writeln("</embed>");
    document.writeln("</object>");
}

// write document contents
function print(src){
  //document.write(src);
}

<!--
  function go_menu(main, sub)
  {
//MENU NAVI Link
 var m_menu;
 var s_menu;
 m_menu = "";
 s_menu = "";
//  alert(main);
  //alert(sub);
  var goUrl;
    if (main == 0)
    {
// 00. ¸ÞÀÎÆäÀÌÁö
      if(sub==1) goUrl = 'index.asp';
    }

// 01. °¡ÀÚ¹Ì¿ùµå
   else if (main == 1)
    {
      if(sub==0) goUrl = '/01letsgo/letsgo01.asp';     // ´º½º
      else if(sub==10) goUrl = '/01letsgo/letsgo02.asp';    // ÀÌ¿ë½Ã°£
      else if(sub==20) goUrl = '/01letsgo/letsgo03.asp';  	// ÀÌ¿ë¿ä±Ý
	  else if(sub==30) goUrl = '/01letsgo/letsgo04.asp';  	// ±³Åë/ÁÖÂ÷
	  else if(sub==40) goUrl = '/01letsgo/company.asp';  	// ±³Åë/ÁÖÂ÷
	  
    }

// 02. ½Å³ª´Â ¹Ì¿ùµå
    else if (main == 2)
    {
      if(sub==0) goUrl = '/02exciting/exciting01.asp';			// ³îÀÌ±â±¸
	  else if(sub==10) goUrl = '/02exciting/exciting01_01.asp';	// 
	  else if(sub==20) goUrl = '/02exciting/exciting01_02.asp';	// 
	  else if(sub==30) goUrl = '/02exciting/exciting01_03.asp';	// 
	  else if(sub==40) goUrl = '/02exciting/exciting01_04.asp';	// 
	  else if(sub==50) goUrl = '/02exciting/exciting01_05.asp';	// 
	  else if(sub==60) goUrl = '/02exciting/exciting01_06.asp';	// 
	  else if(sub==70) goUrl = '/02exciting/exciting01_07.asp';	// 
	  else if(sub==80) goUrl = '/02exciting/exciting01_08.asp';	// 
	  else if(sub==90) goUrl = '/02exciting/exciting01_09.asp';	// 
	  else if(sub==100) goUrl = '/02exciting/exciting01_10.asp';	// 
	  else if(sub==110) goUrl = '/02exciting/exciting01_11.asp';	// 
	  else if(sub==120) goUrl = '/02exciting/exciting01_12.asp';	// 
	  else if(sub==130) goUrl = '/02exciting/exciting01_13.asp';	// 
	  else if(sub==140) goUrl = '/02exciting/exciting01_14.asp';	//  
	  else if(sub==150) goUrl = '/02exciting/exciting02_01.asp';	// 
	  

	  else if(sub==131) goUrl = '/02exciting/exciting02_02.asp';	// 
	  else if(sub==132) goUrl = '/02exciting/exciting02_03.asp';	// 
	  else if(sub==133) goUrl = '/02exciting/exciting02_06.asp';	// 
      else if(sub==134) goUrl = '/02exciting/exciting02_07.asp';	// 
      else if(sub==135) goUrl = '/02exciting/exciting02_08.asp';	// 
	}

// 03. ´ÙÀÌ³ª¹Í ¹Ì¿ùµå
    else if (main == 3)
    {
      if(sub==0) goUrl = '/03dynamic/dynamic01.asp?main_menu=3&sub_menu=1';			// µ¿¿µ»ó
	  else if(sub==10) goUrl = '/03dynamic/dynamic02.asp?main_menu=3&sub_menu=2';	// »çÁø
	  else if(sub==20) goUrl = '/03dynamic/dynamic02.asp?main_menu=3&sub_menu=3';	// »çÁø¹æ

	}

// 04. ÄíÆù
    else if (main == 4)
    {
      if(sub==0) goUrl = '/04coupon/coupon01.asp?main_menu=4&sub_menu=1';			// Á¦ÈÞ
	  else if(sub==10) goUrl = '/04coupon/coupon02.asp?main_menu=4&sub_menu=2';	// ÄíÆù
	  else if(sub==20) goUrl = '/04coupon/coupon03.asp?main_menu=4&sub_menu=3';    // ÀÌº¥Æ®
    }

// 05. °í°´¼¾ÅÍ
    else if (main == 5)
    {
      if(sub==0) goUrl = '/05customer/customer01.asp?main_menu=5&sub_menu=1';			// ÀÚÀ¯°Ô½ÃÆÇ
	  else if(sub==10) goUrl = '/05customer/customer01.asp?main_menu=5&sub_menu=2';	// Ä£ÀýÁ÷¿ø
	  else if(sub==20) goUrl = '/05customer/customer03.asp?main_menu=5&sub_menu=3';	// faq

	}

// 06. ¸â¹ö
	else if (main == 6)
    {
      if(sub==0) goUrl = '/06member/member01.asp?main_menu=6&sub_menu=1';		// ·Î±×ÀÎ
	  else if(sub==10) goUrl = '/06member/member03.asp?main_menu=6&sub_menu=2';	// ¾ÆÀÌµð ºñ¹ø Ã£±â
	  else if(sub==20) goUrl = '/06member/member02.asp?main_menu=6&sub_menu=3';	// È¸¿ø°¡ÀÔ
      else if(sub==30) goUrl = '/06member/member04.asp';	// Á¤º¸¼öÁ¤
	  else if(sub==40) goUrl = '/06member/member05.asp';	// È¸¿øÄíÆù
	  else if(sub==50) goUrl = '/06member/logout.asp';	// È¸¿øÅ»Åð

    }

// 07. logout
	else if (main == 7)
    {
      if(sub==0) goUrl = '/07logout/logout01.asp?main_menu=7&sub_menu=1';		// È¸¿øÁ¤º¸¼öÁ¤
	  else if(sub==10) goUrl = '/07logout/logout02.asp?main_menu=7&sub_menu=2';	// È¸¿øÅ»Åð
	
    }
	
	
// 08. guide
	else if (main == 8)
    {
      if(sub==0) goUrl = '/guide/guide01.asp';		// Á¦ÈÞ¹®ÀÇ
	  else if(sub==10) goUrl = '/guide/guide02.asp';	// È¸¿ø¾à°ü
	  else if(sub==20) goUrl = '/guide/guide03.asp';	// °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
    }	
	
// 09. sitemap
	else if (main == 9)
    {
      if(sub==0) goUrl = '/sitemap/sitemap.asp';		// »çÀÌÆ®¸Ê
	 // else if(sub==10) goUrl = '/sitemap/sub_02_01.php?main_menu=9&sub_menu=2';	// °ü·Ã»çÀÌÆ®
    }

	location.href = goUrl;
  }

//-->