<!--

// flashWrite(ÆÄÀÏ°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀÌµð, ¹è°æ»ö, À©µµ¿ì¸ðµå)
function flashWrite(url,w,h,id,bg,win){
 
 // ÇÃ·¡½Ã ÄÚµå Á¤ÀÇ
 var flashStr=
 "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+
 "<param name='movie' value='"+url+"' />"+
 "<param name='wmode' value='"+win+"' />"+
 "<param name='menu' value='false' />"+
 "<param name='quality' value='high' />"+
 "<param name='bgcolor' value='"+bg+"' />"+
 "<embed src='"+url+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
 "</object>";
 
// ÇÃ·¡½Ã ÄÚµå Ãâ·Â
 document.write(flashStr);

}

//ÇÃ·¡½¬ ¸µÅ©

function menu(num)
{
	switch(num)
	{
		case 100: document.location.href="/shop/main.asp"; //È¨À¸·Î
			break;
		
		case 11: document.location.href="/shop/company_01.asp"; 
			break;
		case 12: document.location.href="/shop/company_02.asp"; 
			break;
		case 13: document.location.href="/shop/company_03.asp";
			break;
		
		case 21: document.location.href="/goods/submain.asp?big=4&middle=1"; 
			break;
		case 22: document.location.href="/goods/submain.asp?big=4&middle=2"; 
			break;
		case 23: document.location.href="/goods/submain.asp?big=4&middle=3"; 
			break;
		case 24: document.location.href="/goods/submain.asp?big=4&middle=4"; 
			break;
		
		case 31: document.location.href="/shop/proinfo_01.asp"; 
			break;
		case 32: document.location.href="/shop/proinfo_02.asp"; 
			break;
		case 33: document.location.href="/shop/proinfo_03.asp"; 
			break;

		case 41: document.location.href="/board/list.asp?board_id=today"; 
			break;
		case 42: document.location.href="/board/list.asp?board_id=qanda"; 
			break;
		case 43: document.location.href="/board/list.asp?board_id=faq"; 
			break;
		case 44: document.location.href="/board/list.asp?board_id=free_board"; 
			break;
	
		case 51: document.location.href="/board/list.asp?board_id=wellbeing1"; 
			break;
		case 52: document.location.href="/board/list.asp?board_id=wellbeing2"; 
			break;
		case 53: document.location.href="/board/list.asp?board_id=wellbeing3"; 
			break;
		case 54: document.location.href="/board/list.asp?board_id=wellbeing4"; 
			break;
		case 55: document.location.href="/board/list.asp?board_id=wellbeing5"; 
			break;
		

		case 61: document.location.href="/board/list.asp?board_id=customer1"; 
			break;
		case 62: document.location.href="/board/list.asp?board_id=customer2"; 
			break;
		case 63: document.location.href="/board/list.asp?board_id=customer3"; 
			break;
		case 64: document.location.href="/board/list.asp?board_id=customer4"; 
			break;
		
	}
}


