// ·Ñ¿À¹ö

function na_restore_img_src(name, nsdoc) {
	var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
	if (name == '')
		return;
	if (img && img.altsrc) {
		img.src    = img.altsrc;
		img.altsrc = null;
	}
}
function na_preload_img() {
	var img_list = na_preload_img.arguments;
	if (document.preloadlist == null)
		document.preloadlist = new Array();
	var top = document.preloadlist.length;
	for (var i=0; i < img_list.length; i++) {
		document.preloadlist[top+i]     = new Image;
		document.preloadlist[top+i].src = img_list[i+1];
	}
}
function na_change_img_src(name, nsdoc, rpath, preload) {
	var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
	if (name == '')
		return;
	if (img) {
		img.altsrc = img.src;
		img.src    = rpath;
	}
}

document.write("\
<table width='100%' cellpadding='0' cellspacing='0' background='/inc/images/nav_bg.gif'>\
	<tr>\
		<td width='70' height='40' nowrap><a href='http://www.sellgino.com/main.php' OnMouseOut=\"na_restore_img_src('imageHome', 'document')\" OnMouseOver=\"na_change_img_src('imageHome', 'document', '/inc/images/nav_home_on.gif',	true);\"><img src='/inc/images/nav_home_off.gif'	width='70'	height='40'	border='0' name='imageHome'></a></td>\
		<td width='120' nowrap><a href='http://www.sellgino.com/sub1.php' OnMouseOut=\"na_restore_img_src('imageCompany', 'document')\" OnMouseOver=\"na_change_img_src('imageCompany', 'document', '/inc/images/nav_company_on.gif',	true);\"><img src='/inc/images/nav_company_off.gif'	width='120'	height='40'	border='0' name='imageCompany'></a></td>\
		<td width='80' nowrap><a href='http://www.sellgino.com/sub2.php' OnMouseOut=\"na_restore_img_src('imageProduct', 'document')\" OnMouseOver=\"na_change_img_src('imageProduct', 'document', '/inc/images/nav_product_on.gif',	true);\"><img src='/inc/images/nav_product_off.gif'	width='80'	height='40'	border='0' name='imageProduct'></a></td>\
		<td width='130' nowrap><a href='http://www.sellgino.com/sub3.php' OnMouseOut=\"na_restore_img_src('imageSupport', 'document')\" OnMouseOver=\"na_change_img_src('imageSupport', 'document', '/inc/images/nav_support_on.gif',	true);\"><img src='/inc/images/nav_support_off.gif'	width='130'	height='40'	border='0' name='imageSupport'></a></td>\
		<td width='70' nowrap><a href='http://www.sellgino.com/sub4.php' OnMouseOut=\"na_restore_img_src('imageDriver', 'document')\" OnMouseOver=\"na_change_img_src('imageDriver', 'document', '/inc/images/nav_drive_on.gif',	true);\"><img src='/inc/images/nav_drive_off.gif'	width='70'	height='40'	border='0' name='imageDriver'></a></td>\
		<td width='120' nowrap><a href='http://www.sellgino.com/sub5.php' OnMouseOut=\"na_restore_img_src('imageSales', 'document')\" OnMouseOver=\"na_change_img_src('imageSales', 'document', '/inc/images/nav_sales_on.gif',	true);\"><img src='/inc/images/nav_sales_off.gif'	width='120'	height='40'	border='0' name='imageSales'></a></td>\
		<td width='60' nowrap><a href='http://www.sellgino.com/zeroboard/zboard.php?id=board' OnMouseOut=\"na_restore_img_src('imageQNA', 'document')\" OnMouseOver=\"na_change_img_src('imageQNA', 'document', '/inc/images/nav_qna_on.gif',	true);\"><img src='/inc/images/nav_qna_off.gif'	width='60'	height='40'	border='0' name='imageQNA'></a></td>\
		<td width='120' nowrap><a href='http://www.sellgino.com/mall/index.htm' OnMouseOut=\"na_restore_img_src('imageShop', 'document')\" OnMouseOver=\"na_change_img_src('imageShop', 'document', '/inc/images/nav_shop_on.gif',	true);\"><img src='/inc/images/nav_shop_off.gif'	width='120'	height='40'	border='0' name='imageShop'></a></td>\
		<td width='100%'></td>\
  </tr>\
</table>\
");
