/**************
*»ç¾÷¿µ¿ª - Top
***************/
function business_top()
{
	document.write("<tr>");
		document.write("<td height=70 valign=top>");

		document.write("<table border=0 cellspacing=0 cellpadding=0 width=100% height=70>");
		document.write("<tr>");
			document.write("<td width=119><img src=/images/kor/business/left_bg01.gif></td>");
			document.write("<td width=201 align=right><img src=/images/kor/business/left_title.gif></td>");
			document.write("<td width=100%>");

			document.write("<table border=0 cellspacing=0 cellpadding=0 width=100% height=70 style=\"background:url('/images/kor/business/top_bg.gif');background-repeat:repeat-x;\">");
			document.write("<tr><td valign=bottom style='padding-left:30;'><img src=/images/kor/business/top_title.gif></td></tr>");
			document.write("</table>");

			document.write("</td>");
		document.write("</tr>");
		document.write("</table>");

		document.write("</td>");
	document.write("</tr>");
}
		


/***************
*»ç¾÷¿µ¿ª - Left
****************/
function business_left(gomenu) 
{	
	gotoswf_no=gomenu;
	window.onload = gotoSWF;
	
	document.write("<table border=0 cellspacing=0 cellpadding=0 width=320 height=100%>");

	/* STR : Left01_Menu */
	document.write("<tr height=240>");
		document.write("<td width=119><img src=/images/kor/business/left_bg02.gif></td>");
		document.write("<td width=201 height=240 align=right style=\"background:url('/images/kor/business/left_bg03.gif');background-repeat:no-repeat;\">");

		// STR : Left_Menu_Flash
		document.write("<object id='leftmenu_go' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");
		document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='201' height='240' id='leftmenu'>");
		document.write("<PARAM NAME=movie VALUE='/flash/business_leftmenu_kor.swf'>");
		document.write("<PARAM NAME=menu VALUE='false'>");
		document.write("<PARAM NAME=quality VALUE=high> ");
		document.write("<PARAM NAME=wmode VALUE=transparent>");
		document.write("<embed src='/flash/business_leftmenu_kor.swf' quality=high bgcolor=#FFFFFF  WIDTH='201' HEIGHT='240' NAME='leftmenu'");
		document.write("ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
		document.write("</embed>");
		document.write("</object>");
		// END : Left_Menu_Flash

		document.write("</td>");
	document.write("</tr>");
	/* STR : Left01_Menu */

	/* STR : Left02_ImgNav */
	document.write("<tr height=274>");
		document.write("<td colspan=2 width=320 height=274 style=\"background:url('/images/kor/business/left_img.jpg');background-repeat:no-repeat;\">");

		// STR : Left_Img_Flash
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");
		document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='320' height='274' id='leftimg'>");
		document.write("<PARAM NAME=movie VALUE='/flash/business_leftimg.swf'>");
		document.write("<PARAM NAME=menu VALUE='false'>");
		document.write("<PARAM NAME=quality VALUE=high> ");
		document.write("<PARAM NAME=wmode VALUE=transparent>");
		document.write("<embed src='/flash/business_leftimg.swf' quality=high bgcolor=#FFFFFF  WIDTH='320' HEIGHT='274' NAME='leftimg'");
		document.write("ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
		document.write("</embed>");
		document.write("</object>");
		// END : Left_Img_Flash

		document.write("</td>");
	document.write("</tr>");
	/* STR : Left01_ImgNav */

	/* STR : Left03_Select */
	document.write("<tr height=43>");
		document.write("<td width=119><img src=/images/kor/business/left_bg04.gif></td>");
		document.write("<td width=201 bgcolor=#3F3F3F>");

		// STR : Select_Box
		sub_select_kor();
		// END : Select_Box

		document.write("</td>");
	document.write("</tr>");
	/* STR : Left03_Select */

	/* STR : Left04_BgNav */
	document.write("<tr height=100%>");
		document.write("<td colspan=2 width=320 style=\"background:url('/images/kor/business/left_bg05.gif');background-repeat:repeat-y;\">");
		document.write("</td>");
	document.write("</tr>");
	/* STR : Left04_BgNav */

	document.write("</table>");	
}



