﻿// JavaScript Document
function nav_over(id)
{
document.getElementById(id).style.display = "block"; 
}
function nav_out(id)
{
document.getElementById(id).style.display = "none"; 
}

function head(head){
	document.write("<div id=\"header\">");
	document.write("    	<h1 title=\"CDC Game\"><a href=\"http://www.cdcgames.net\" target=\"_blank\">CDC<\/a><\/h1>");
	document.write("        <!--logo end-->");
	document.write("        <div class=\"nav\"><ul>");
		if(head==0){//新闻中心
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("						<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");
			}
		if(head==1){//账号中心
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh2\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("						<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");
			
			}
		if(head==2){//充值中心
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz2\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");
			document.write('		<div class="/div_x/"></div>');
			}
		if(head==3){//下载中心
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz2\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("						<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");
			document.write('		<div class="/div_x/"></div>');
			}
		if(head==4){//游戏产品
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx2\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("						<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");
			document.write('		<div class="/div_x/"></div>');
			}
		if(head==5){//密保
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb2\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("						<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");
			document.write('		<div class="/div_x/"></div>');
			}
		if(head==6){//客服
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf2\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");

			document.write('		<div class="/div_x/"></div>');
			}
		if(head==7){//商务
			document.write("        <li><a href=\"http://www.cdcgames.net\" class=\"n_ind\">首页<\/a><\/li>");
			document.write("        <li><a href=\"http://passport.cdcgames.net\" class=\"n_zh\">账号中心<\/a><\/li>");
			document.write("        <li><a href=\"http://bill.cdcgames.net\" class=\"n_cz\">充值中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/downloads/Index.html\" class=\"n_xz\">下载中心<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/Products/Index.html\" class=\"n_yx\">游戏产品<\/a><\/li>");
			document.write("        <li><a href=\"http://pprotect.cdcgames.net\" class=\"n_mb\">密保<\/a><\/li>");
			document.write("        <li><a href=\"http://cs.cdcgames.net\" class=\"n_kf\">客服<\/a><\/li>");
			document.write("        <li><a href=\"http://www.cdcgames.net/BusinessHome/Index.html\" class=\"n_sw2\">商务<\/a><\/li>");
			document.write("        <li class=\"list\"><a href=\"#\" class=\"n_lt\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">论坛<\/a><\/li>");
			document.write("						<div id=\"game_list2\" onmouseover=\"nav_over(\'game_list2\')\" onmouseout=\"nav_out(\'game_list2\')\">");
        	document.write("<div class=\"tag\">");
            document.write("<dl>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/tj_18x18.png\" alt=\"天迹\" /></dt><dd><a href=\"http://bbs.tj.cdcgames.net/\" target=\"_blank\" title=\"天迹\">天迹</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sg_18x18.gif\" alt=\"极速轮滑\" /></dt><dd><a href=\"http://bbs.sg.cdcgames.net/\" target=\"_blank\" title=\"极速轮滑\">极速轮滑</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/rj_18x18.gif\" alt=\"热血江湖\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/\" target=\"_blank\" title=\"热血江湖\">热血江湖</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shaiya_18x18.gif\" alt=\"神泣\" /></dt><dd><a href=\"http://bbs.shaiya.cdcgames.net/\" target=\"_blank\" title=\"神泣\">神泣</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/sf_18x18.gif\" alt=\"特种部队\" /></dt><dd><a href=\"http://bbs.sf.cdcgames.net/\" target=\"_blank\" title=\"特种部队\">特种部队</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/eve_18x18.gif\" alt=\"EVE\" /></dt><dd><a href=\"http://bbs.eve-online.com.cn/\" target=\"_blank\" title=\"EVE\">EVE</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/dyj_18x18.gif\" alt=\"东游记\" /></dt><dd><a href=\"http://bbs.dyj.cdcgames.net/\" target=\"_blank\" title=\"东游记\">东游记</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/lotro_18x18.gif\" alt=\"指环王\" /></dt><dd><a href=\"http://bbs.lotro.cdcgames.net/\" target=\"_blank\" title=\"指环王\">指环王</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/ru_18x18.gif\" alt=\"梦幻星球\" /></dt><dd><a href=\"http://bbs.ru.cdcgames.net/\" target=\"_blank\" title=\"梦幻星球\">梦幻星球</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/digimon_18x18.gif\" alt=\"数码宝贝\" /></dt><dd><a href=\"http://bbs.digimon.gtgame.com.cn/\" target=\"_blank\" title=\"数码宝贝\">数码宝贝</a></dd>");
			//document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/shine_18x18.gif\" alt=\"光之国度\" /></dt><dd><a href=\"http://bbs.shine.gtgame.com.cn/\" target=\"_blank\" title=\"光之国度\">光之国度</a></dd>");
			document.write("<dt><img src=\"http://www.cdcgames.net/cdcgames_top/game_ico/xyd_18x18.gif\" alt=\"CDC侠义道\" /></dt><dd><a href=\"http://bbs.rxjh.china.com/index.asp?boardid=59\" target=\"_blank\" title=\"CDC侠义道\">CDC侠义道</a></dd>");
            document.write("</dl>");
            document.write("</div>");
            document.write("</div>");
			document.write('		<div class="/div_x/"></div>');
			}
	document.write("        <\/ul><\/div>");
	document.write("        <!--nav end-->");
	document.write("        <div class=\"h_text\"><a href=\"http://passport.cdcgames.net\">登录<\/a><a href=\"http://passport.cdcgames.net/account/Register.aspx\">注册<\/a><a href=\"http://bill.cdcgames.net\">充值<\/a><a href=\"http://www.cdcgames.net/news/CompanyProfile/200905/40144.html\" target=\"_blank\">关于</a>");
	document.write('		<div class="/div_x/"></div>');
	document.write("					   <\/div>");
	document.write("        <!--h_text end-->");
	document.write("    <\/div>");
	document.write("    <!--header end-->")
	}
function l_kf(){
	document.writeln("<div class=\"l_kf\"><\/div>")
	}
function l_kf2(){
	document.writeln("<div class=\"l_kf2\"><\/div>")
	}
function l_kf3(){
	document.writeln("<div class=\"l_kf2\"><\/div>")
	}
function l_kf4(){
	document.writeln("<div class=\"l_kf2\"><\/div>")
	}
function copyright(){
	document.writeln("<div id=\"footer\">");
	document.writeln("    <ul><li><a href=\"http://www.cdcgames.net/news/CompanyProfile/200905/40147.html\" target=\"_blank\">联系我们<\/a>　|　<a href=\"http://www.cdcgames.net/news/Recruitment/Index.html\" target=\"_blank\">招聘信息<\/a>　|　<a href=\"http://www.cdcgames.net/BusinessHome/BusinessCooperation/Index.html\" target=\"_blank\">商务合作<\/a>　|　<a href=\"http://www.cdcgames.net/BusinessHome/SalesCooperation/Index.html\" target=\"_blank\">销售合作<\/a><\/li><br \/>");
	document.writeln("<span><a href=\"http://www.miibeian.gov.cn/\" target=\"_blank\">京ICP证040455号<\/a>");
	document.writeln("《网络文化经营许可证》编号：京网文[2011]0537-200号<br />北京互联经纬科技开发有限公司");
	document.writeln("<\/ul>");
	document.writeln("    <div class=\"div_x\"><\/div>");
	document.writeln("    <\/div>")
	}
function act_Over(id)
{
document.getElementById(id).style.display = "block"; 
}
function act_out(id)
{
document.getElementById(id).style.display = "none"; 
}



function pwbtn(this_button)

	{
		var buttons=new Array("button_1","button_2","button_3")
		var divs=new Array('div_1','div_2','div_3')
		var bgcss1=new Array('button1_1','button2_1','button3_1')
		var bgcss2=new Array('button1_2','button2_2','button3_2')
		
		for(var i=0;i<buttons.length;i++)
			{
				try
				{	
					if(this_button.id==buttons[i])
						{
							document.getElementById(divs[i]).style.display="block";
							document.getElementById(buttons[i]).className=bgcss2[i];
						}
					else
						{
							document.getElementById(divs[i]).style.display="none";
							document.getElementById(buttons[i]).className=bgcss1[i];
						}
				 }
				 catch(Exception)
					{	}
			}
	}
