var is_test = 1;
function maparea_index(test){
	maparea_nav(test);
}
function maparea_chqy(test){

	maparea_nav(test);
}
function maparea_nav(test){
	document.writeln('<map name="Map">');
	document.writeln('  <area shape="rect" coords="55,3,113,35" href="index.html">');
	document.writeln(' <area shape="rect" coords="210,10,273,30" href="hyrc.html">');	
	document.writeln(' <area shape="rect" coords="336,10,397,30" href="chbm.html">');
	document.writeln(' <area shape="rect" coords="453,10,516,30" href="hyxc.html">');
  	document.writeln(' <area shape="rect" coords="571,10,633,30" href="jbfx.html">');
	document.writeln(' <area shape="rect" coords="688,10,751,30" href="pphz.html">');
	document.writeln(' <area shape="rect" coords="807,10,869,30" href="jchg-hyrc.html">');
	document.writeln(' <area shape="rect" coords="920,10,990,30" href="mtbd.html">');
	document.writeln('</map>');
}

function floor_nav(test){
	document.write('<a href="index.html">首页</a> | <a href="hyrc.html">会议日程</a> | <a href="chbm.html">参会报名</a> | <a href="hyxc.html">会议现场</a> | ');
	document.write('<a href="jbfx.html">嘉宾分享</a> | <a href="pphz.html">获奖企业</a> | <a href="jchg-hyrc.html"> 精彩回顾</a> | ');
	document.write('<a href="http://www.21tb.com/profile.html">关于主办方</a> | <a href="http://www.21tb.com/contact.html">联系我们</a>');
}
