var cccc = {
	mainUrl : './'
	,puruniUrl : 'http://puruni.com'
	,sitemapUrl : 'sitemap.asp'
}
document.write("\
<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" Height=\"77\" background=\"image/gnb/gnb_bg.gif\">\
	<tr>\
		<td width=\"23\" nowrap>&nbsp;</td>\
		<td width=\"197\" nowrap background=\"image/gnb/gnb_logo_bg.gif\" valign=\"top\" style=\"padding: 8px 0 0 6px\">\
			<a href=\"" + cccc.mainUrl + "\"><img src=\"image/gnb/gnb_logo.jpg\" width=\"184\" height=\"62\"></a>\
		</td>\
		<td width=\"660\" nowrap valign=\"top\" style=\"padding: 18px 0 0 60px\">\
			<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"left\" style=\"margin-top:13px\">\
				<tr>\
					<td width=\"138\" nowrap align=\"center\"><a href=\"about_greeting.asp\" onmouseover=\"msover_m(1)\" onmouseout=\"msout_m(1)\"><img name=\"img1\" src=\"image/gnb/gnb_m_1.gif\" height=\"20\"></a></td>\
					<td width=\"1\" nowrap><img src=\"image/gnb/gnb_line.gif\" height=\"20\"></td>\
					<td width=\"138\" nowrap align=\"center\"><a href=\"childcare_01.asp\" onmouseover=\"msover_m(2)\" onmouseout=\"msout_m(2)\"><img name=\"img2\" src=\"image/gnb/gnb_m_2.gif\" height=\"20\"></a></td>\
					<td width=\"1\" nowrap><img src=\"image/gnb/gnb_line.gif\" height=\"20\"></td>\
					<td width=\"138\" nowrap align=\"center\"><a href=\"story_notice_list.asp\" onmouseover=\"msover_m(3)\" onmouseout=\"msout_m(3)\"><img name=\"img3\" src=\"image/gnb/gnb_m_3.gif\" height=\"20\"></a></td>\
				</tr>\
			</table>\
			<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"right\">\
				<tr>\
					<td align=\"right\"><a href=\"" + cccc.mainUrl + "\" onmouseover=\"msover_sm(1)\" onmouseout=\"msout_sm(1)\"><img name=\"smimg1\" src=\"image/gnb/gnb_sm_1.gif\" height=\"12\" vspace=\"2\"></a></td>\
				</tr>\
				<tr>\
					<td align=\"right\"><a href=\"" + cccc.puruniUrl + "\" target=\"_blank\"onmouseover=\"msover_sm(2)\" onmouseout=\"msout_sm(2)\"><img name=\"smimg2\" src=\"image/gnb/gnb_sm_2.gif\" height=\"12\" vspace=\"2\"></a></td>\
				</tr>\
				<tr>\
					<td align=\"right\"><a href=\"" + cccc.sitemapUrl + "\" onmouseover=\"msover_sm(3)\" onmouseout=\"msout_sm(3)\"><img name=\"smimg3\" src=\"image/gnb/gnb_sm_3.gif\" height=\"12\" vspace=\"2\"></a></td>\
				</tr>\
			</table>\
		</td>\
		<td width=\"112\" nowrap>&nbsp;</td>\
		<td width=\"100%\" nowrap>&nbsp;</td>\
	</tr>\
</table>\
");
