// TEXT TO LOCALIZE
var ltxt = {
	showDetails: 'Show Details',
	hideDetails: 'Hide Details',
	seeall: '所有内容',
	processingRequest: 'Processing Request'
};

// LOCATION OF YOUR LOCAL IM & CSS DIRECTORIES
var imdir = "/temp/chinaz/images";
var cssdir = "/temp/chinaz/images";
var jsdir = "/js";

var shutoff = {
	global: false, // true disables global menus
	share: false, // true disables share page
	pop: false, // true disables k2
	misc: false
};

// A2 MENU ITEMS
a2['公司简介'] = '\
<li><a href="/Aboutus.asp">公司简介</a></li>\
<li><a href="/Partners.asp">合作伙伴</a></li>\
';

a2['产品新闻'] = '\
<li><a href="/htm/index_2.htm">新品上市</a></li>\
<li><a href="/htm/index_3.htm">当月促销</a></li>\
';

a2['产品展示'] = '\
<li><a href="/pro/index_8.htm">电子油门加速器</a></li>\
<li><a href="/pro/index_4.htm">台湾5-STAR汽车改装点火线</a></li>\
';

a2['新闻中心'] = '\
<li><a href="/htm/index_5.htm">汽车百科</a></li>\
<li><a href="/htm/index_6.htm">改装知识</a></li>\
';

a2['招商加盟'] = '\
<li><a href="/join.asp">加盟指南</a></li>\
';

a2['联系我们'] = '\
<li><a href="/contact.asp">联系我们</a></li>\
';



