﻿// JavaScript Document
var rooturl="/epbooks";
function outtop()
{
	var outtext="";
	outtext+="<table width=280 height=20 border=0 align='right' cellpadding=0 cellspacing=0 background="+rooturl+"/images/public/bg-topinfo.gif>";
    outtext+="<tr>";
    outtext+="<td align='center' class='topinfo-yellow12'><a href='http://www.hanwang.com.cn' target='_blank' class='link-topinfo-yellow12'>汉王首页</a>　|　<a href='http://www.hw99.com/company/index.htm' target='_blank' class='link-topinfo-yellow12'>公司简介</a>　&nbsp;|　<a href='http://www.hw99.com/server/index.htm' target='_blank' class='link-topinfo-yellow12'>客服中心</a></td>";
    outtext+="</tr>";
    outtext+="</table>";
	document.write(outtext);
}

function outmenu()
{
	var outtext="";
	outtext+= "<table width=630 border=0 align='right' cellpadding=0 cellspacing=0>";
	outtext+= "<tr>";
	outtext+= "<td><table width=630 height=38 border=0 cellpadding=0 cellspacing=0 background="+rooturl+"/images/public/bg_navcenter.gif>";
	outtext+= "<tr>";
	outtext+= "<td width=22><img src="+rooturl+"/images/public/bg_navleft.gif width=6 height=38 /></td>";
	outtext+= "<td width=602><table width=580 border=0 cellpadding=0 cellspacing=0>";
	outtext+= "<tr>";
	outtext+= "<td width=62><a href="+rooturl+"/index.html><img src="+rooturl+"/images/public/nav_home.gif alt='首页' width=35 height=21 border=0 /></a></td>";
	outtext+= "<td width=147><a href="+rooturl+"/product/index.html><img src="+rooturl+"/images/public/nav_product.gif alt='电纸书产品介绍' width=116 height=21 border=0 /></a></td>";
	outtext+= "<td width=93><a href="+rooturl+"/news/index.html><img src="+rooturl+"/images/public/nav_news.gif alt='产品新闻' width=68 height=21 border=0/></a></td>";
	outtext+= "<td width=94><a href='http://www.hanwang.com.cn/server/download/download_list_7.htm' target='_blank'><img src="+rooturl+"/images/public/nav_down.gif alt='程序下载' width=69 height=21 border=0 /></a></td>";
	outtext+= "<td width=109><a href='http://www.hanwang.com.cn/server/agent.htm' target='_blank'><img src="+rooturl+"/images/public/nav_dis.gif alt='授权经销商' width=84 height=21 border=0 /></a></td>";
 	outtext+= "<td width=75><a href="+rooturl+"/buy/index.html><img src="+rooturl+"/images/public/nav_buy.gif alt='我要购买' width=69 height=21 border=0 /></a></td>";
	outtext+= "</tr>";
 	outtext+= "</table></td>";
	outtext+= "<td width=6 align='right'><img src="+rooturl+"/images/public/bg_navright.gif width=6 height=38 /></td>";
	outtext+= "</tr>";
	outtext+= "</table></td>";
	outtext+= "</tr>";
	outtext+= "<tr>";
	outtext+= "<td height=13 valign='bottom'><img src="+rooturl+"/images/public/bg_nav.jpg width=630 height=12 /></td>";
	outtext+= "</tr>";
	outtext+= "</table>";
	document.write(outtext);
}
