
	//menu1  brand
	function menu1(){
		window.document.location.href="/brand/brand_info.asp";
		}
	//menu1_2  È¸»ç¼Ò°³
	function menu1_2(){
		window.document.location.href="/brand/brand_company.asp";
		}
	//menu2  shopping
	function menu2(){
		window.document.location.href="/product/pro_index.asp";
		}

	//menu3  community
	function menu3(){
		window.document.location.href="/community/community_index.asp";
		}
    //menu3_1 Åä·Ð¹æ
	function menu3_1(){
		window.document.location.href="/board/index.asp?board_name=toron&title_name=toron";
		}
	 //menu3_2 ¸ÞÀÌÅ©¾÷
	function menu3_2(){
		window.document.location.href="/board/index.asp?board_name=makeup&title_name=makeup";
		}
	 //menu3_3 ´ÙÀÌ¾îÆ®
	function menu3_3(){
		window.document.location.href="/board/index.asp?board_name=diet&title_name=diet";
		}
	 //menu3_4 ±âÃÊÇÇºÎ¼ÕÁú
	function menu3_4(){
		window.document.location.href="/board/index.asp?board_name=skin&title_name=skin";
		}	

	//menu4   news&event
	function menu4(){
	
		window.document.location.href="/board/news_list.asp";
		}
    //menu4_2 ÀÌº¥Æ®
	function menu4_2(){
	
		window.document.location.href="/board/event_list.asp";
		}
	//menu4_3 °øÁö»çÇ×
	function menu4_3(){
	
		window.document.location.href="/board/notice_list.asp";
		}	
		
		
	//menu5 mypage
	function menu5(){
		window.document.location.href="/member/login.asp?pre_url=/mypage/index.asp";
		}
		
		
		//menu6  help desk
	function menu6(){
		window.document.location.href="/mypage/help_index.asp";
		}
		//menu6_2 °í°´ÀÇ¼Ò¸®
	function menu6_2(){
		window.document.location.href="/board/help_board_index.asp";
		}
		//menu6_3 1:1°í°´»ó´ã
	function menu6_3(){
		window.document.location.href="/company/cus_center.asp";
		}
		
		
		

function object_links(w, h, url) {

	str = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+w+"' height='"+h+"'>"
	str = str + "<param name='movie' value='"+url+"'>"
	str = str + "<param name='wmode' value='transparent'>"
    str = str + "<param name='quality' value='high'>"
    str = str + "<embed src='"+url+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+w+"' height='"+h+"'></embed>"
	str = str + "</object>"

	document.write(str)
}