/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var BASE_DIR   = '';
var MENU_ITEMS = [
    ['本站首页', BASE_DIR + '/', BASE_DIR + '/',
    ],

    ['了解青山', BASE_DIR + '/liaojietsing/index.php', null,
        ['青山简介', BASE_DIR + '/liaojietsing/index.php'],
        ['青山构架', BASE_DIR + '/liaojietsing/tsing-gj.php'],
        ['青山文化', BASE_DIR + '/liaojietsing/tsing-wh.php'],
        ['历程殊荣', BASE_DIR + '/liaojietsing/tsing-sr.php'],
        ['青山风采', BASE_DIR + '/liaojietsing/tsing-fc.php']
	],

    ['信息中心', BASE_DIR + '/news/index.php?pid=1', null,
        ['青山新闻', BASE_DIR + '/news/index.php?cid=7'],
        ['行业播报', BASE_DIR + '/news/index.php?cid=8'],
        ['电脑商情', BASE_DIR + '/news/index.php?pid=31'],
        ['行业规范', BASE_DIR + '/news/index.php?cid=10'],
        ['报刊文章', BASE_DIR + '/news/index.php?cid=11'],
        ['青山快递', BASE_DIR + '/news/index.php?cid=1000']
	],

    ['青山论坛', BASE_DIR + '/forum/index.php', null,
        ['软件探讨', BASE_DIR + '/forum/index.php?gid=12'],
        ['查看老贴', BASE_DIR + '/forum/index.php?gid=39'],
        ['青山文化', BASE_DIR + '/forum/index.php?gid=51'],
        ['内部论坛', BASE_DIR + '/forum/index.php?gid=8'],
		['总经理信箱', BASE_DIR + '/forum/index.php?gid=73']
    ],

    ['软件产品', BASE_DIR + '/news/index.php?pid=2', null,
        ['软件介绍', BASE_DIR + '/news/index.php?cid=12'],
        ['价格体系', BASE_DIR + '/news/index.php?cid=13'],
        ['营销网络', BASE_DIR + '/news/index.php?cid=14'],
        ['在线定购', BASE_DIR + '/request/default.htm'],
        ['典型用户', BASE_DIR + '/news/index.php?id=35']
    ],

    ['渠道加盟', null, null, 
        ['加盟环境',    BASE_DIR + '/news/index.php?id=804'],
        ['合作领域',    BASE_DIR + '/news/index.php?id=805'],
        ['加盟价值',    BASE_DIR + '/news/index.php?id=806'],
        ['加盟申请',    BASE_DIR + '/news/index.php?id=1114']
    ],

    ['客户中心', BASE_DIR + '/news/index.php?pid=4', null, 
        ['服务宝典', BASE_DIR + '/news/index.php?cid=18'],
        ['服务热线', BASE_DIR + '/news/index.php?id=38'],
        ['造价实例', BASE_DIR + '/news/index.php?cid=19'],
        ['问题解答', BASE_DIR + '/news/index.php?cid=20'],
        ['技术支持', BASE_DIR + '/news/index.php?cid=21']
    ],

    ['下载中心', BASE_DIR + '/news/index.php?pid=5', null, 
        ['软件下载', BASE_DIR + '/news/index.php?cid=1002'],
        ['文档资料', BASE_DIR + '/news/index.php?cid=26'],
        ['工具软件', BASE_DIR + '/news/index.php?cid=25'],
    ],

    ['人才中心', null, null, 
        ['招聘信息', BASE_DIR + '/forum/forumdisplay.php?fid=4'],
        ['求职信息', BASE_DIR + '/forum/forumdisplay.php?fid=5']
    ],

    ['青山造价', null, null, 
        ['基本简介', BASE_DIR + '/pricing/synopsis.php'],
        /*
        ['组织结构', BASE_DIR + '/pricing/organize.php'],
        ['资质证书', BASE_DIR + '/pricing/certificate.php'],
        ['工程实例', BASE_DIR + '/pricing/specimen.php'],
        */
        ['业务范围', BASE_DIR + '/pricing/domain.php']
    ],

    ['网络学院', BASE_DIR + '/news/index.php?pid=6', null, 
        ['电脑入门', BASE_DIR + '/news/index.php?cid=27'],
        ['办公软件', BASE_DIR + '/news/index.php?cid=28'],
        ['工程造价', BASE_DIR + '/news/index.php?cid=29'],
        ['使用技巧', BASE_DIR + '/news/index.php?cid=30']
    ]
];


