/**********************************************************************************
 *    Program ID   : default.js 
 *    Description  : includeµÇ´Â ±âº» MethodÁ¤ÀÇ
 **********************************************************************************
 * @ÀÛ¼ºÀÏ : 2006/02/21		@ÀÛ¼ºÀÚ : ¹Ú¼®¹Î
 * @ÀÛ¾÷³»¿ª : ÃÊ±âÀÛ¼º
 **********************************************************************************/
function flashLoader(width,height,dir,mainPos,subPos,id){
	if (dir.indexOf("swf") > 0) {
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+width+"' height='"+height+"' id='"+id+"'>");
		document.write("<param name='movie' value='"+dir+"?mmenu="+mainPos+"&smenu="+subPos+"'>");
		document.write("<param name='quality' value='high'>");
		document.write("<param name='wmode' value='transparent'>");
		document.write("<param name='base' value='.'>");
		document.write("<param name=FlashVars value='mmenu="+mainPos+"&smenu="+subPos+"' />");
		document.write("<embed name='"+id+"' base='.' FlashVars='mmenu="+mainPos+"&smenu="+subPos+"' src='"+dir+"?mmenu="+mainPos+"&smenu="+subPos+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"' wmode='transparent'></embed>");
		document.write("</object>");
	}
	else {
		document.write("<img src='"+dir+"' width='"+width+"' height='"+height+"'  border='0'>");
	}
}



function printTopMenu(){
	document.writeln("    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("        <tr> ");
	document.writeln("        <td align=\"right\" style = \"padding : 0 0 5 0 \">");

	document.writeln("    <div id=\"top\">");
	document.writeln("        <div id=\"top_menu\">");
	document.writeln("    	  <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("        <tr> ");
	document.writeln("        <td><a href=\"http://shop.namo.co.kr/\"><img src=\"http://www.namo.co.kr/images/main/bt_shop.gif\" width=\"74\" height=\"20\" border=\"0\"></a></td>");
	document.writeln("        <td style=\"font-size: 11px;font-family:µ¸¿ò;\" background=\"../../image/top_mn_bg.gif\">");
	document.writeln("            &nbsp;<a href=\"http://www.namo.co.kr/contact/\">¿¬¶ôÃ³</a> &nbsp;|&nbsp;");
	document.writeln("            <a href=\"http://www.namo.co.kr/news/\">¿Â¶óÀÎÈ«º¸½Ç</a>&nbsp; ");
	document.writeln("        </td>");
	document.writeln("        </tr>");
	document.writeln("        </table>");
	document.writeln("        </div>");
	document.writeln("        <div id=\"top_menu2\">");
	
	if (getCookie("Cookie_Namo[login]")){
		str_msg_header = "<a href='http://www.namo.co.kr/members/logout.php'>·Î±×¾Æ¿ô</a> |&nbsp; ";
		str_msg_header += "<a href='http://www.namo.co.kr/members/'>MY°ø°£</a> ";
	}else{
		str_msg_header = "<a href='http://www.namo.co.kr/members/login.php'>·Î±×ÀÎ</a> |&nbsp; ";
		str_msg_header = "<a href='http://www.namo.co.kr/members/apply_index.php'>È¸¿ø°¡ÀÔ</a> ";
	}
	document.write (str_msg_header);
				
	document.writeln("        </div>");
	document.writeln("		<form name=\"query_box\" method=\"get\" action=\"http://www.deepsearch.co.kr/cgi-bin/mclient.cgi\">");
	document.writeln("        <div id=\"search\">");
	document.writeln("        	<select name=\"ht\" style=\"WIDTH: 78px; HEIGHT: 20px; font-family:±¼¸²; font-size:12px; color:rgb(102,102,102); background-color:white;\"> ");
	document.writeln("			<option value=\"/\">ÀüÃ¼</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/webeditor/\">À¥¿¡µðÅÍ</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/handstory/\">ÇÚµå½ºÅä¸®</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/freemotion/\">ÇÁ¸®¸ð¼Ç</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/activesquare/\">¾×Æ¼ºê½ºÄù¾î</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/deepsearch/\">µö¼­Ä¡</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/maummail/\">¸¶À½¸ÞÀÏ</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/visionone/\">ºñÀü¿ø</option>");
	document.writeln("            <option value=\"http://www.namo.co.kr/happymobile/\">¸ð¹ÙÀÏ</option>          ");
	document.writeln("          </select> ");
	document.writeln("        </div>");
	document.writeln("        <div id=\"search2\" >            ");
	document.writeln("            &nbsp;<input type=\"text\" name=\"p\" style=\"width:85px;\" class=\"input_textfield_default\" />");
	document.writeln("            <input type=\"image\" style=\"vertical-align:top;\" src=\"../image/btn_search.gif\" alt=\"search\" width=\"44\" height=\"19\" /></a>");
	document.writeln("        </div>");
	document.writeln("		</form>");
	document.writeln("	</div>");
	document.writeln("	<div id=\"top_navi\"> </div>");
	document.writeln("		</td>");
	document.writeln("		</tr>");
	document.writeln("		<tr> ");
	document.writeln("		<td >");
	document.writeln("	<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"700\" height=\"30\" VIEWASTEXT>");
	document.writeln("              <param name=\"movie\" value=\"/image/navi.swf\">");
	document.writeln("              <param name=\"quality\" value=\"high\">");
	document.writeln("              <embed src=\"/image/navi.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"700\" height=\"30\"></embed></object>");
	document.writeln("	</td>");
	document.writeln("		</tr>");
	document.writeln("	</table>");

}


function printLeftMenu(){
	document.writeln("          <table width=\"185\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("              <tr> ");
	document.writeln("                <td><img src=\"/image/download_banner_2008.gif\" width=\"185\" height=\"116\" border=\"0\" usemap=\"#Map\"></td>");
	document.writeln("              </tr>");
	document.writeln("              <tr> ");
	document.writeln("                <td style = \"padding : 8 0 0 0 \"><a href=\"/member/loginChk.asp\"><img src=\"/image/esd_down_banner.gif\" width=\"185\" height=\"54\" border=\"0\"></a></td>");
	document.writeln("              </tr>");
	document.writeln("              <tr> ");
	document.writeln("                <td align=\"center\" style = \"padding : 17 0 15 0 \"><a href=\"http://www.namo.co.kr/support/\"><img src=\"/image/how_question.gif\"  border=\"0\"></a> ");
//	document.writeln("                  &nbsp;<a href=\"http://www.namo.co.kr/store/faq.php\"><img src=\"/image/buy_faq.gif\" width=\"65\" height=\"11\" border=\"0\"></a> ");
	document.writeln("                </td>");
	document.writeln("              </tr>");
	document.writeln("              <tr> ");
	document.writeln("                <td height=\"1\" bgcolor=\"EBEBEB\"></td>");
	document.writeln("              </tr>");
	document.writeln("              <tr> ");
	document.writeln("                <td style = \"padding : 16 0 16 0 \"><a href=\"http://www.ilovesoft.co.kr/\" target=\"_new\"><img src=\"/image/customer_banner.gif\" ></a></td>");
	document.writeln("              </tr>");
	document.writeln("              <tr>");
	document.writeln("                <td height=\"1\" bgcolor=\"EBEBEB\"></td>");
	document.writeln("              </tr>");
	document.writeln("              <tr> ");
	document.writeln("                <td style = \"padding : 16 0 16 5 \"><a href=\"http://www.hanaescrow.com/hnbecc/serviceJoinSrchManagement/escser003l.jsp?shopBsnNo=1168168774&mid=ibanksoft0/\" target=\"_new\"><img src=\"/image/banner_bank.gif\" ></a></td>");
	document.writeln("              </tr>");
	document.writeln("            </table>");
	
	//mapÁ¤º¸
	document.writeln("<map name=\"Map\">");
	document.writeln("  <area shape=\"rect\" coords=\"39,57,164,68\" href=\"http://www.namo.co.kr/download/list.php?group_code=SW&prod_code=WE\">");
	document.writeln("  <area shape=\"rect\" coords=\"39,72,143,83\" href=\"http://www.namo.co.kr/download/list.php?group_code=SW&prod_code=CS\">");
	document.writeln("  <area shape=\"rect\" coords=\"39,87,142,98\" href=\"http://www.namo.co.kr/download/list.php?group_code=SW&prod_code=WL \">");
	document.writeln("</map>");
	
}

function printTitle()
{
	document.writeln("<table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">												");
	document.writeln("  <tr>																												");
	document.writeln("    <td width=\"199\" align=\"right\"><img src=\"../image/onlineshop_tit02.gif\" width=\"195\" height=\"180\"></td>		");
	document.writeln("    <td width=\"1\" valign=\"top\"><img src=\"../image/skim.gif\" width=\"1\" height=\"1\"></td>						");
	document.writeln("    <td valign=\"top\">																								");
	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,29,0\"				");
	document.writeln("		width=\"700\" height=\"180\" VIEWASTEXT>																		");
	document.writeln("         <param name=\"movie\" value=\"/image/sub_buy.swf\">															");
	document.writeln("         <param name=\"quality\" value=\"high\">																		");
	document.writeln("         <embed src=\"/image/sub_buy.swf\" quality=\"high\"															");
	document.writeln("		  pluginspage=\"http://www.macromedia.com/go/getflashplayer\"													");
	document.writeln("			type=\"application/x-shockwave-flash\" width=\"700\" height=\"180\"></embed></object>						");
	document.writeln("	  </td>																												");
	document.writeln("   </tr>																												");
	document.writeln("</table>																												");
}

function printMainTitle()
{
	document.writeln("<table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">												");
	document.writeln("  <tr>																												");
	document.writeln("    <td width=\"199\" align=\"right\"><img src=\"../image/onlineshop_tit02.gif\" width=\"195\" height=\"180\"></td>		");
	document.writeln("    <td width=\"1\" valign=\"top\"><img src=\"../image/skim.gif\" width=\"1\" height=\"1\"></td>						");
	document.writeln("    <td valign=\"top\">																								");
	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,29,0\"				");
	document.writeln("		width=\"700\" height=\"180\" VIEWASTEXT>																		");
	document.writeln("         <param name=\"movie\" value=\"/image/roll.swf\">															");
	document.writeln("         <param name=\"quality\" value=\"high\">																		");
	document.writeln("         <embed src=\"/image/roll.swf\" quality=\"high\"															");
	document.writeln("		  pluginspage=\"http://www.macromedia.com/go/getflashplayer\"													");
	document.writeln("			type=\"application/x-shockwave-flash\" width=\"700\" height=\"180\"></embed></object>						");
	document.writeln("	  </td>																												");
	document.writeln("   </tr>																												");
	document.writeln("</table>																												");
}

function printTitle2()
{
	document.writeln("<table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">												");
	document.writeln("  <tr>																												");
	document.writeln("    <td width=\"199\" align=\"right\"><img src=\"../image/onlineshop_tit02.gif\" width=\"195\" height=\"180\"></td>		");
	document.writeln("    <td width=\"1\" valign=\"top\"><img src=\"../image/skim.gif\" width=\"1\" height=\"1\"></td>						");
	document.writeln("    <td valign=\"top\"><img src=\"../image/event_m061002.jpg\"usemap=\"#Map00\"></td>					");
	document.writeln("   </tr>																												");
	document.writeln("</table>																												");
	
		//mapÁ¤º¸
	document.writeln("<map name=\"Map00\">");
	document.writeln("  <area shape=\"rect\" coords=\"189,138,331,177\" href=\"http://shop.namo.co.kr/index_etc.asp\">");
	document.writeln("</map>");
	
}

function printTitle3()
{
	document.writeln("<table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">												");
	document.writeln("  <tr>																												");
	document.writeln("    <td width=\"199\" align=\"right\"><img src=\"../image/onlineshop_tit02.gif\" width=\"195\" height=\"180\"></td>		");
	document.writeln("    <td width=\"1\" valign=\"top\"><img src=\"../image/skim.gif\" width=\"1\" height=\"1\"></td>						");
	document.writeln("    <td valign=\"top\">																								");
	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,29,0\"				");
	document.writeln("		width=\"700\" height=\"180\" VIEWASTEXT>																		");
	document.writeln("         <param name=\"movie\" value=\"/image/mainvisual.swf\">															");
	document.writeln("         <param name=\"quality\" value=\"high\">																		");
	document.writeln("         <embed src=\"/image/mainvisual.swf\" quality=\"high\"															");
	document.writeln("		  pluginspage=\"http://www.macromedia.com/go/getflashplayer\"													");
	document.writeln("			type=\"application/x-shockwave-flash\" width=\"700\" height=\"180\"></embed></object>						");
	document.writeln("	  </td>																												");
	document.writeln("   </tr>																												");
	document.writeln("</table>																												");
}


document.write("<script language=javascript src=http://www.enprani.co.kr/retino8/board/script/edit/comm.js></script>");


