document.write("<style type=\"text/css\">\n");
document.write("a.nav{font-size:10pt;font-family:vendor,宋体;font-weight:bold;color:#5D6F7D;text-decoration:none}\n");
document.write("a.nav:hover{font-size:10pt;font-family:vendor,宋体;font-weight:bold;color:#FF6201;text-decoration:none}\n");
document.write("</style>\n");

var sAllMenuHtml = "";
var nMenuIndex = 0;
var nMaxMenuId = 0;
function showSubMenu(nMenuId) {
    nMaxMenuId = nMaxMenuId<nMenuId?nMenuId:nMaxMenuId;
	closeSubMenu();
	var oTblMenu = document.getElementById("tbl_menu_"+nMenuId);
	var oMenu = document.getElementById("menu_"+nMenuId);
	if(oTblMenu) {
		oTblMenu.style.background="url(images/tbl_menu_bg.gif)";
	}
	if(oMenu) {
		oMenu.style.display = "";
	}
}
function closeSubMenu(nMenuId){
    for(var i=0;i<=nMaxMenuId;i++) {
		var oTblMenu = document.getElementById("tbl_menu_"+i);
		var oMenu = document.getElementById("menu_"+i);
		if(oTblMenu) {
			oTblMenu.style.background="";
		}
		if(oMenu) {
			oMenu.style.display = "none";
		}
		if(nMenuId==i) break;
	}
}
function addToolBar(nWidth,sTitle,sHref,nMenuWidth,nMenuHeight,sMenuHtml) {
    if(sHref==null) sHref = "#";
    if(nMenuWidth==null) nMenuWidth = 0;
    if(nMenuHeight==null) nMenuHeight = 0;
    if(sMenuHtml==null) sMenuHtml = "&nbsp;";
    var id = ++nMenuIndex;
    var sHtml = "<td align=middle height=30 width="+nWidth+" id=tbl_menu_"+id+" name=tbl_menu_"+id+"  onmouseover=\"showSubMenu("+id+")\"";
	sHtml += " onmouseout=\"closeSubMenu("+id+")\"><a class=nav  href=\""+sHref+"\">"+sTitle+"</a>";
	if(nMenuWidth>0) {
		sHtml += "<div style=\"position:relative;top:8px;left:-"+(nWidth/2)+"px\">";
		sHtml += " <div style=\"position:absolute;display:none;\" id=menu_"+id+" name=menu_"+id+"  >";
		sHtml += " <table border=0 CELLPADDING=0 CELLSPACING=0 width="+nMenuWidth+" height="+nMenuHeight+">";
		sHtml += " <tr bgcolor=#F2F3F5><td width=21 height=6><IMG SRC=\"images/menu_left.gif\" WIDTH=21 HEIGHT=6 ALT=\"\"></TD>";
		sHtml += " <td height=6 style=\"background:url(images/menu_top_bg.gif);background-repeat:repeat-x\"><IMG SRC=\"images/menu_top_bg.gif\" ALT=\"\"></TD>";
		sHtml += " <td width=24 height=6><IMG SRC=\"images/menu_right.gif\" WIDTH=24 HEIGHT=6 ALT=\"\"></TD>";
		sHtml += " <tr bgcolor=#F2F3F5><td width=21 style=\"background:url(images/menu_left_bg.gif);background-repeat:repeat-y\"><IMG SRC=\"images/menu_left_bg.gif\" WIDTH=21 ALT=\"\"></TD>";
		sHtml += " <td bgcolor=#F2F3F5>"+sMenuHtml+"</TD>";
		sHtml += " <td width=24 style=\"background:url(images/menu_right_bg.gif);background-repeat:repeat-y\"><IMG SRC=\"images/menu_right_bg.gif\" WIDTH=24 ALT=\"\"></TD>";
		sHtml += " <tr><td width=21 height=19><IMG SRC=\"images/menu_btm_left.gif\" WIDTH=21 HEIGHT=19 ALT=\"\"></TD>";
		sHtml += " <td height=19 style=\"background:url(images/menu_btm_bg.gif);background-repeat:repeat-x\"><IMG SRC=\"images/menu_btm_bg.gif\" ALT=\"\"></TD>";
		sHtml += " <td width=24 height=19><IMG SRC=\"images/menu_btm_right.gif\" WIDTH=24 HEIGHT=19 ALT=\"\"></TD>";
		sHtml += " </table>";
		sHtml += " </div></div>";
	}
	sAllMenuHtml+=sHtml;
}
function addToolBarSplit() {
	var sHtml = "<td width=2 bgcolor=white style=\"border-right:1px solid #E6E6E6\"><font style=\"font-size:1px\">&nbsp;</font></TD>";
	sAllMenuHtml+=sHtml;
}

function SubMenu(nCols) {
	this.cols = nCols==null?1:nCols;
	this.menus = new Array();
    this.addMenu = _addElement;
	this.getHTML = _getMenuHtml;
}

function _addElement(sTitle,sHref,nLayer,nCol,nBrNum) {
	if(nLayer==null) nLayer=0;
	if(sHref==null) sHref="#";
    if(nCol==null) nCol=1;
	if(nBrNum==null) nBrNum=1;
	var sBr = "";
	for(var i=0;i<nBrNum-1;i++) {sBr+="<br>";}
    this.menus[nCol] = (this.menus[nCol]==null?"":this.menus[nCol])+"<tr><td style=\"padding:"+(nLayer>0?"1":"3")+"\">"+sBr+"<nobr>"+(nLayer>0?"<img src=images/sub_menu_dot.gif align=absmiddle><a href='"+sHref+"'><font color=#3D4B56 style='font-size:9pt'>"+sTitle+"</font></a>":"<a href='"+sHref+"'><font color=#135796 style='font-size:9pt'><b>"+sTitle+"</b></font></a>")+"</nobr>";
}

function _getMenuHtml() {
	var sHtml="<table width=100% height=100%><tr>";
	for(var i=0;i<this.cols;i++) {
	    if(i>0) sHtml+="<td width=5><img src=images/sub_menu_split.gif></td>";
		sHtml+="<td width="+(100/this.cols)+"% valign=top>";
		sHtml+="<table border=0 width=\"100%\" cellpadding=0 cellspacing=0>"+(this.menus[i+1]==null?"<tr><td>&nbsp;":this.menus[i+1])+"</table>";
	}
	sHtml+="</table>";
	return sHtml;
}

addToolBar(80,"首 页","index_ch.htm");
addToolBarSplit();

var oSubMenu=new SubMenu();
oSubMenu.addMenu("保险","frame.htm?data=hyyy_ch&id=10");
oSubMenu.addMenu("金融","frame.htm?data=hyyy_ch&id=20");
//oSubMenu.addMenu("信用卡规则管理系统","frame.htm?data=hyyy_ch&id=21",1);
//oSubMenu.addMenu("信贷规则管理系统","frame.htm?data=hyyy_ch&id=22",1);
oSubMenu.addMenu("汽车制造","frame.htm?data=hyyy_ch&id=60");
//oSubMenu.addMenu("物流","frame.htm?data=hyyy_ch&id=70");
//oSubMenu.addMenu("银行","frame.htm?data=hyyy_ch&id=80");
oSubMenu.addMenu("钢铁","frame.htm?data=hyyy_ch&id=30",null,null,0);
//oSubMenu.addMenu("客户需求协同及管理","frame.htm?data=hyyy_ch&id=31",1);
//oSubMenu.addMenu("产销平衡与产能利用优化","frame.htm?data=hyyy_ch&id=32",1);
//oSubMenu.addMenu("动态资源配置与实时订单应答","frame.htm?data=hyyy_ch&id=33",1);
//oSubMenu.addMenu("INT","frame.htm?data=hyyy_ch&id=14",1);
oSubMenu.addMenu("半导体","frame.htm?data=hyyy_ch&id=40");
//oSubMenu.addMenu("Fab CIM","frame.htm?data=hyyy_ch&id=41",1);
//oSubMenu.addMenu("Enterprise SCM","frame.htm?data=hyyy_ch&id=42",1);
oSubMenu.addMenu("液晶面板","frame.htm?data=hyyy_ch&id=50");


addToolBar(120,"行业应用解决方案","frame.htm?data=hyyy_ch&id=10",160,180,oSubMenu.getHTML());
addToolBarSplit();

//*var oSubMenu=new SubMenu();
//*oSubMenu.addMenu("敏捷保险业务规则管理系统","frame.htm?data=solutions_ch&id=10",null,null,0);
//oSubMenu.addMenu("产销平衡与产能利用优化","frame.htm?data=solutions_ch&id=11",1);
//oSubMenu.addMenu("Enterprise SCM","frame.htm?data=solutions_ch&id=12",1);
//oSubMenu.addMenu("资源配置及管理","frame.htm?data=solutions_ch&id=13",1);
//oSubMenu.addMenu("INT与ERP及MES系统集成","frame.htm?data=solutions_ch&id=14",1);
//*oSubMenu.addMenu("银行一体化业务规则管理系统","frame.htm?data=solutions_ch&id=20");
//*oSubMenu.addMenu("银行信贷业务系统","frame.htm?data=solutions_ch&id=30");
//oSubMenu.addMenu("Dynamic Lot Dispatcher","frame.htm?data=solutions_ch&id=31",1,2);
//oSubMenu.addMenu("WIP Balancer","frame.htm?data=solutions_ch&id=32",1,2);
//oSubMenu.addMenu("Event Manager","frame.htm?data=solutions_ch&id=33",1,2);
//oSubMenu.addMenu("Fab Planner","frame.htm?data=solutions_ch&id=34",1,2);
//oSubMenu.addMenu("Fab Simulator","frame.htm?data=solutions_ch&id=35",1,2);
//oSubMenu.addMenu("Equipment Area Scheduler","frame.htm?data=solutions_ch&id=36",1,2);
//*oSubMenu.addMenu("制造业供应链管理","frame.htm?data=solutions_ch&id=41");
//oSubMenu.addMenu("敏捷核保及保全","frame.htm?data=solutions_ch&id=41",1,2);
//oSubMenu.addMenu("保费计算","frame.htm?data=solutions_ch&id=42",1,2);
//oSubMenu.addMenu("理赔","frame.htm?data=solutions_ch&id=43",1,2);
//*oSubMenu.addMenu("半导体晶圆厂自动化","frame.htm?data=solutions_ch&id=50");
//oSubMenu.addMenu("BPM for Semiconductor","frame.htm?data=solutions_ch&id=60",null,2);
//oSubMenu.addMenu("BRM for Banking","frame.htm?data=hyyy_ch&id=20",null,2);
//*addToolBar(120,"产品及解决方案","frame.htm?data=solutions_ch&id=10",160,180,oSubMenu.getHTML());

var oSubMenu=new SubMenu();
oSubMenu.addMenu("保险业CRM BPO解决方案","frame.htm?data=bpo_ch&id=10",null,null,0);

addToolBar(100,"BPO解决方案","frame.htm?data=bpo_ch&id=10",80,40,oSubMenu.getHTML());
addToolBarSplit();
		
var oSubMenu=new SubMenu();
oSubMenu.addMenu("保险","frame.htm?data=anli&id=10",null,null,0);
oSubMenu.addMenu("金融","frame.htm?data=anli&id=20");
oSubMenu.addMenu("钢铁","frame.htm?data=anli&id=30");
oSubMenu.addMenu("半导体","frame.htm?data=anli&id=40");
oSubMenu.addMenu("BPO","frame.htm?data=anli&id=50");
addToolBar(120,"客户及成功案例","frame.htm?data=anli&id=10",160,80,oSubMenu.getHTML());
addToolBarSplit();

var oSubMenu=new SubMenu();
oSubMenu.addMenu("产品支持","frame.htm?data=support&id=10",null,null,0);
oSubMenu.addMenu("服务模式","frame.htm?data=support&id=20");
addToolBar(120,"服务与产品支持","frame.htm?data=support&id=10",160,80,oSubMenu.getHTML());
addToolBarSplit();

var oSubMenu=new SubMenu();
oSubMenu.addMenu("宝信软件","frame.htm?data=hz_ch&id=10",null,null,0);
//oSubMenu.addMenu("ILOG","frame.htm?data=hz_ch&id=20");
oSubMenu.addMenu("IBM","frame.htm?data=hz_ch&id=20");
//oSubMenu.addMenu("INTALIO","frame.htm?data=hz_ch&id=40");
addToolBar(80,"合作伙伴","frame.htm?data=hz_ch&id=10",140,80,oSubMenu.getHTML());
addToolBarSplit();

		
var oSubMenu=new SubMenu();
oSubMenu.addMenu("股  东","frame.htm?data=about_ch&id=20");
oSubMenu.addMenu("管理团队","frame.htm?data=about_ch&id=30");
oSubMenu.addMenu("董事会","frame.htm?data=about_ch&id=40");
oSubMenu.addMenu("公司大事纪要","frame.htm?data=about_ch&id=50");
oSubMenu.addMenu("办公室","frame.htm?data=about_ch&id=60");
oSubMenu.addMenu("联系我们","frame.htm?data=about_ch&id=70");
addToolBar(80,"公司介绍","frame.htm?data=about_ch&id=10",140,80,oSubMenu.getHTML());
addToolBarSplit();

var oSubMenu=new SubMenu();
oSubMenu.addMenu("招聘职位","frame.htm?data=zhaopin&id=10");
oSubMenu.addMenu("用人之道","frame.htm?data=zhaopin&id=20");
addToolBar(80,"诚聘英才","frame.htm?data=zhaopin&id=10",140,80,oSubMenu.getHTML(0));
addToolBarSplit();



document.write("<TABLE WIDTH=1004 BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center>\n");
document.write("<tr><td style=\"background:url(images/title_bg.gif)\"><img src=\"images/title_bg.gif\"></td>\n");
document.write("</table>\n");
document.write("<TABLE WIDTH=1004 BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center>\n");
document.write("	<TR><TD width=170 height=44 style=\"background:url(images/top_l_bg.gif);background-repeat:repeat-x\">\n");
document.write("<img src=\"images/logo.gif\" hspace=\"10\"></TD>\n");
document.write("		<TD WIDTH=98><IMG SRC=\"images/top_c.gif\" WIDTH=98 HEIGHT=44 ALT=\"\"></TD>\n");
document.write("		<TD align=right valign=bottom style=\"color:gray;padding-bottom:4px;padding-right:12px;background:url(images/top_r_bg.gif);background-repeat:repeat-x\">\n");
document.write("	<img src=\"images/dotted.gif\" ><a id=\"asp99\">繁体<\/a><!--插入多种语言的选择--></TD>\n");
document.write("		<TD WIDTH=21><IMG SRC=\"images/top_r.gif\" WIDTH=21 HEIGHT=44 ALT=\"\"></TD>\n");
document.write("	</TR>\n");
document.write("</table>\n");
document.write("<TABLE WIDTH=1004 BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center>\n");
document.write("	<TR><TD WIDTH=24 height=46><IMG SRC=\"images/tool_l.gif\" WIDTH=24 HEIGHT=46 ALT=\"\"></TD>\n");
document.write("	<TD height=44 style=\"background:url(images/tool_bg.gif);background-repeat:repeat-x\">\n");
document.write("	<!--插入菜单-->\n");
document.write("	<table border=0  CELLPADDING=0 CELLSPACING=0 >\n");
document.write("		<tr>\n");
document.write(sAllMenuHtml);
document.write("	</table>\n");
document.write("	</TD>\n");
document.write("	<TD WIDTH=31 height=46><IMG SRC=\"images/tool_r.gif\" WIDTH=31 HEIGHT=46 ALT=\"\"></TD>\n");
document.write("	</TR>\n");
document.write("</table>\n");

var Default_isFT = 0        //默认是否繁体，0-简体，1-繁体   
var StranIt_Delay = 0 //翻译延时毫秒（设这个的目的是让网页先流畅的显现出来）   
//－－－－－－－代码开始，以下别改－－－－－－－   
//转换文本   
function StranText(txt,toFT,chgTxt)   
{   
    if(txt==""||txt==null)return ""  
    toFT=toFT==null?BodyIsFt:toFT   
    if(chgTxt)txt=txt.replace((toFT?"简":"繁"),(toFT?"繁":"简"))   
    if(toFT){return Traditionalized(txt)}   
    else {return Simplized(txt)}   
}   
//转换对象，使用递归，逐层剥到文本   
function StranBody(fobj)   
{   
    if(typeof(fobj)=="object"){var obj=fobj.childNodes}   
    else    
    {   
        var tmptxt=asp99_Obj.innerHTML.toString()   
        if(tmptxt.indexOf("简")<0)   
        {   
            BodyIsFt=1   
            asp99_Obj.innerHTML=StranText(tmptxt,0,1)   
            asp99.title=StranText(asp99.title,0,1)   
        }   
        else  
        {   
            BodyIsFt=0   
            asp99_Obj.innerHTML=StranText(tmptxt,1,1)   
            asp99.title=StranText(asp99.title,1,1)   
        }   
        setCookie(JF_cn,BodyIsFt,7)   
        var obj=document.body.childNodes   
    }   
    for(var i=0;i<obj.length;i++)   
    {   
        var OO=obj.item(i)   
        if("||BR|HR|TEXTAREA|".indexOf("|"+OO.tagName+"|")>0||OO==asp99_Obj)continue;   
        if(OO.title!=""&&OO.title!=null)OO.title=StranText(OO.title);   
        if(OO.alt!=""&&OO.alt!=null)OO.alt=StranText(OO.alt);   
        if(OO.tagName=="INPUT"&&OO.value!=""&&OO.type!="text"&&OO.type!="hidden")OO.value=StranText(OO.value);   
        if(OO.nodeType==3){OO.data=StranText(OO.data)}   
        else StranBody(OO)   
    }   
}   
function JTPYStr()   
{   
    return '皑蔼碍爱翱袄奥坝罢摆败颁办绊帮绑镑谤剥饱宝报鲍辈贝钡狈备惫绷笔毕毙闭边编贬变辩辫鳖瘪濒滨宾摈饼拨钵铂驳卜补参蚕残惭惨灿苍舱仓沧厕侧册测层诧搀掺蝉馋谗缠铲产阐颤场尝长偿肠厂畅钞车彻尘陈衬撑称惩诚骋痴迟驰耻齿炽冲虫宠畴踌筹绸丑橱厨锄雏础储触处传疮闯创锤纯绰辞词赐聪葱囱从丛凑窜错达带贷担单郸掸胆惮诞弹当挡党荡档捣岛祷导盗灯邓敌涤递缔点垫电淀钓调迭谍叠钉顶锭订东动栋冻斗犊独读赌镀锻断缎兑队对吨顿钝夺鹅额讹恶饿儿尔饵贰发罚阀珐矾钒烦范贩饭访纺飞废费纷坟奋愤粪丰枫锋风疯冯缝讽凤肤辐抚辅赋复负讣妇缚该钙盖干赶秆赣冈刚钢纲岗皋镐搁鸽阁铬个给龚宫巩贡钩沟构购够蛊顾剐关观馆惯贯广规硅归龟闺轨诡柜贵刽辊滚锅国过骇韩汉阂鹤贺横轰鸿红后壶护沪户哗华画划话怀坏欢环还缓换唤痪焕涣黄谎挥辉毁贿秽会烩汇讳诲绘荤浑伙获货祸击机积饥讥鸡绩缉极辑级挤几蓟剂济计记际继纪夹荚颊贾钾价驾歼监坚笺间艰缄茧检碱硷拣捡简俭减荐槛鉴践贱见键舰剑饯渐溅涧浆蒋桨奖讲酱胶浇骄娇搅铰矫侥脚饺缴绞轿较秸阶节茎惊经颈静镜径痉竞净纠厩旧驹举据锯惧剧鹃绢杰洁结诫届紧锦仅谨进晋烬尽劲荆觉决诀绝钧军骏开凯颗壳课垦恳抠库裤夸块侩宽矿旷况亏岿窥馈溃扩阔蜡腊莱来赖蓝栏拦篮阑兰澜谰揽览懒缆烂滥捞劳涝乐镭垒类泪篱离里鲤礼丽厉励砾历沥隶俩联莲连镰怜涟帘敛脸链恋炼练粮凉两辆谅疗辽镣猎临邻鳞凛赁龄铃凌灵岭领馏刘龙聋咙笼垄拢陇楼娄搂篓芦卢颅庐炉掳卤虏鲁赂禄录陆驴吕铝侣屡缕虑滤绿峦挛孪滦乱抡轮伦仑沦纶论萝罗逻锣箩骡骆络妈玛码蚂马骂吗买麦卖迈脉瞒馒蛮满谩猫锚铆贸么霉没镁门闷们锰梦谜弥觅绵缅庙灭悯闽鸣铭谬谋亩钠纳难挠脑恼闹馁腻撵捻酿鸟聂啮镊镍柠狞宁拧泞钮纽脓浓农疟诺欧鸥殴呕沤盘庞国爱赔喷鹏骗飘频贫苹凭评泼颇扑铺朴谱脐齐骑岂启气弃讫牵扦钎铅迁签谦钱钳潜浅谴堑枪呛墙蔷强抢锹桥乔侨翘窍窃钦亲轻氢倾顷请庆琼穷趋区躯驱龋颧权劝却鹊让饶扰绕热韧认纫荣绒软锐闰润洒萨鳃赛伞丧骚扫涩杀纱筛晒闪陕赡缮伤赏烧绍赊摄慑设绅审婶肾渗声绳胜圣师狮湿诗尸时蚀实识驶势释饰视试寿兽枢输书赎属术树竖数帅双谁税顺说硕烁丝饲耸怂颂讼诵擞苏诉肃虽绥岁孙损笋缩琐锁獭挞抬摊贪瘫滩坛谭谈叹汤烫涛绦腾誊锑题体屉条贴铁厅听烃铜统头图涂团颓蜕脱鸵驮驼椭洼袜弯湾顽万网韦违围为潍维苇伟伪纬谓卫温闻纹稳问瓮挝蜗涡窝呜钨乌诬无芜吴坞雾务误锡牺袭习铣戏细虾辖峡侠狭厦锨鲜纤咸贤衔闲显险现献县馅羡宪线厢镶乡详响项萧销晓啸蝎协挟携胁谐写泻谢锌衅兴汹锈绣虚嘘须许绪续轩悬选癣绚学勋询寻驯训讯逊压鸦鸭哑亚讶阉烟盐严颜阎艳厌砚彦谚验鸯杨扬疡阳痒养样瑶摇尧遥窑谣药爷页业叶医铱颐遗仪彝蚁艺亿忆义诣议谊译异绎荫阴银饮樱婴鹰应缨莹萤营荧蝇颖哟拥佣痈踊咏涌优忧邮铀犹游诱舆鱼渔娱与屿语吁御狱誉预驭鸳渊辕园员圆缘远愿约跃钥岳粤悦阅云郧匀陨运蕴酝晕韵杂灾载攒暂赞赃脏凿枣灶责择则泽贼赠扎札轧铡闸诈斋债毡盏斩辗崭栈战绽张涨帐账胀赵蛰辙锗这贞针侦诊镇阵挣睁狰帧郑证织职执纸挚掷帜质钟终种肿众诌轴皱昼骤猪诸诛烛瞩嘱贮铸筑驻专砖转赚桩庄装妆壮状锥赘坠缀谆浊兹资渍踪综总纵邹诅组钻致钟么为只凶准启里雳余链泄';   
}   
function FTPYStr()   
{   
    return '皚藹礙愛翺襖奧壩罷擺敗頒辦絆幫綁鎊謗剝飽寶報鮑輩貝鋇狽備憊繃筆畢斃閉邊編貶變辯辮鼈癟瀕濱賓擯餅撥缽鉑駁蔔補參蠶殘慚慘燦蒼艙倉滄廁側冊測層詫攙摻蟬饞讒纏鏟産闡顫場嘗長償腸廠暢鈔車徹塵陳襯撐稱懲誠騁癡遲馳恥齒熾沖蟲寵疇躊籌綢醜櫥廚鋤雛礎儲觸處傳瘡闖創錘純綽辭詞賜聰蔥囪從叢湊竄錯達帶貸擔單鄲撣膽憚誕彈當擋黨蕩檔搗島禱導盜燈鄧敵滌遞締點墊電澱釣調叠諜疊釘頂錠訂東動棟凍鬥犢獨讀賭鍍鍛斷緞兌隊對噸頓鈍奪鵝額訛惡餓兒爾餌貳發罰閥琺礬釩煩範販飯訪紡飛廢費紛墳奮憤糞豐楓鋒風瘋馮縫諷鳳膚輻撫輔賦複負訃婦縛該鈣蓋幹趕稈贛岡剛鋼綱崗臯鎬擱鴿閣鉻個給龔宮鞏貢鈎溝構購夠蠱顧剮關觀館慣貫廣規矽歸龜閨軌詭櫃貴劊輥滾鍋國過駭韓漢閡鶴賀橫轟鴻紅後壺護滬戶嘩華畫劃話懷壞歡環還緩換喚瘓煥渙黃謊揮輝毀賄穢會燴彙諱誨繪葷渾夥獲貨禍擊機積饑譏雞績緝極輯級擠幾薊劑濟計記際繼紀夾莢頰賈鉀價駕殲監堅箋間艱緘繭檢堿鹼揀撿簡儉減薦檻鑒踐賤見鍵艦劍餞漸濺澗漿蔣槳獎講醬膠澆驕嬌攪鉸矯僥腳餃繳絞轎較稭階節莖驚經頸靜鏡徑痙競淨糾廄舊駒舉據鋸懼劇鵑絹傑潔結誡屆緊錦僅謹進晉燼盡勁荊覺決訣絕鈞軍駿開凱顆殼課墾懇摳庫褲誇塊儈寬礦曠況虧巋窺饋潰擴闊蠟臘萊來賴藍欄攔籃闌蘭瀾讕攬覽懶纜爛濫撈勞澇樂鐳壘類淚籬離裏鯉禮麗厲勵礫曆瀝隸倆聯蓮連鐮憐漣簾斂臉鏈戀煉練糧涼兩輛諒療遼鐐獵臨鄰鱗凜賃齡鈴淩靈嶺領餾劉龍聾嚨籠壟攏隴樓婁摟簍蘆盧顱廬爐擄鹵虜魯賂祿錄陸驢呂鋁侶屢縷慮濾綠巒攣孿灤亂掄輪倫侖淪綸論蘿羅邏鑼籮騾駱絡媽瑪碼螞馬罵嗎買麥賣邁脈瞞饅蠻滿謾貓錨鉚貿麽黴沒鎂門悶們錳夢謎彌覓綿緬廟滅憫閩鳴銘謬謀畝鈉納難撓腦惱鬧餒膩攆撚釀鳥聶齧鑷鎳檸獰甯擰濘鈕紐膿濃農瘧諾歐鷗毆嘔漚盤龐國愛賠噴鵬騙飄頻貧蘋憑評潑頗撲鋪樸譜臍齊騎豈啓氣棄訖牽扡釺鉛遷簽謙錢鉗潛淺譴塹槍嗆牆薔強搶鍬橋喬僑翹竅竊欽親輕氫傾頃請慶瓊窮趨區軀驅齲顴權勸卻鵲讓饒擾繞熱韌認紉榮絨軟銳閏潤灑薩鰓賽傘喪騷掃澀殺紗篩曬閃陝贍繕傷賞燒紹賒攝懾設紳審嬸腎滲聲繩勝聖師獅濕詩屍時蝕實識駛勢釋飾視試壽獸樞輸書贖屬術樹豎數帥雙誰稅順說碩爍絲飼聳慫頌訟誦擻蘇訴肅雖綏歲孫損筍縮瑣鎖獺撻擡攤貪癱灘壇譚談歎湯燙濤縧騰謄銻題體屜條貼鐵廳聽烴銅統頭圖塗團頹蛻脫鴕馱駝橢窪襪彎灣頑萬網韋違圍爲濰維葦偉僞緯謂衛溫聞紋穩問甕撾蝸渦窩嗚鎢烏誣無蕪吳塢霧務誤錫犧襲習銑戲細蝦轄峽俠狹廈鍁鮮纖鹹賢銜閑顯險現獻縣餡羨憲線廂鑲鄉詳響項蕭銷曉嘯蠍協挾攜脅諧寫瀉謝鋅釁興洶鏽繡虛噓須許緒續軒懸選癬絢學勳詢尋馴訓訊遜壓鴉鴨啞亞訝閹煙鹽嚴顔閻豔厭硯彥諺驗鴦楊揚瘍陽癢養樣瑤搖堯遙窯謠藥爺頁業葉醫銥頤遺儀彜蟻藝億憶義詣議誼譯異繹蔭陰銀飲櫻嬰鷹應纓瑩螢營熒蠅穎喲擁傭癰踴詠湧優憂郵鈾猶遊誘輿魚漁娛與嶼語籲禦獄譽預馭鴛淵轅園員圓緣遠願約躍鑰嶽粵悅閱雲鄖勻隕運蘊醞暈韻雜災載攢暫贊贓髒鑿棗竈責擇則澤賊贈紮劄軋鍘閘詐齋債氈盞斬輾嶄棧戰綻張漲帳賬脹趙蟄轍鍺這貞針偵診鎮陣掙睜猙幀鄭證織職執紙摯擲幟質鍾終種腫衆謅軸皺晝驟豬諸誅燭矚囑貯鑄築駐專磚轉賺樁莊裝妝壯狀錐贅墜綴諄濁茲資漬蹤綜總縱鄒詛組鑽緻鐘麼為隻兇準啟裡靂餘鍊洩';   
}   
function Traditionalized(cc){   
    var str='',ss=JTPYStr(),tt=FTPYStr();   
    for(var i=0;i<cc.length;i++)   
    {   
        if(cc.charCodeAt(i)>10000&&ss.indexOf(cc.charAt(i))!=-1)str+=tt.charAt(ss.indexOf(cc.charAt(i)));   
          else str+=cc.charAt(i);   
    }   
    return str;   
}   
function Simplized(cc){   
    var str='',ss=JTPYStr(),tt=FTPYStr();   
    for(var i=0;i<cc.length;i++)   
    {   
        if(cc.charCodeAt(i)>10000&&tt.indexOf(cc.charAt(i))!=-1)str+=ss.charAt(tt.indexOf(cc.charAt(i)));   
          else str+=cc.charAt(i);   
    }   
    return str;   
}   
function setCookie(name, value)        //cookies设置   
{   
    var argv = setCookie.arguments;   
    var argc = setCookie.arguments.length;   
    var expires = (argc > 2) ? argv[2] : null;   
    if(expires!=null)   
    {   
        var LargeExpDate = new Date ();   
        LargeExpDate.setTime(LargeExpDate.getTime() + (expires*1000*3600*24));   
    }   
    document.cookie = name + "=" + escape (value)+((expires == null) ? "" : ("; expires=" +LargeExpDate.toGMTString()));   
}   
function getCookie(Name)            //cookies读取   
{   
    var search = Name + "="  
    if(document.cookie.length > 0)    
    {   
        offset = document.cookie.indexOf(search)   
        if(offset != -1)    
        {   
            offset += search.length   
            end = document.cookie.indexOf(";", offset)   
            if(end == -1) end = document.cookie.length   
            return unescape(document.cookie.substring(offset, end))   
         }   
    else return ""  
      }   
}   
var asp99_Obj=document.getElementById("asp99")   
if (asp99_Obj)   
{   
    var JF_cn="ft"+self.location.hostname.toString().replace(/\./g,"")   
    var BodyIsFt=getCookie(JF_cn)   
    if(BodyIsFt!="1")BodyIsFt=Default_isFT   
    with(asp99_Obj)   
    {   
        if(typeof(document.all)!="object")     //非IE浏览器   
        {   
            href="javascript:StranBody()"  
        }   
        else  
        {   
            href="#";   
            onclick= new Function("StranBody();return false")   
        }   
        title=StranText("点击以繁体中文方式浏览",1,1)   
        innerHTML=StranText(innerHTML,1,1)   
    }   
    if(BodyIsFt=="1"){setTimeout("StranBody()",StranIt_Delay)}   
}