var guideC0 = new Array (
"首页","index.htm","",
"经济与金融","/news/JJJR/JJJR.html","",
"合作伙伴","/news/HZHB/HZHB.html","",
"展览展会","/news/ZLZH/ZLZH.html","",
"商业项目","/news/SYXM/SYXMC.html",""
);

var guideR0 = new Array (
"首页","index.htm","",
"经济与金融","/news/JJJR/JJJR.html","",
"合作伙伴","/news/HZHB/HZHB.html","",
"展览展会","/news/ZLZH/ZLZH.html","",
"商业项目","/news/SYXM/SYXMC.html",""
);

var guideC = new Array (
"中文首页","/index.html","",
"商会简介","/news/syhf/syhf.html","",
"中国","/news/JJJR/JJJRC/JJJRC.html","",
"俄罗斯","/news/JJJR/JJJRR/JJJRR.html","",
"中国","/news/HZHB/HZHBC/HZHBC.html","",
"俄罗斯","/news/HZHB/HZHBR/HZHBR.html","",
"中国","/news/ZLZH/ZLZHC/ZLZHC.html","",
"俄罗斯","/news/ZLZH/ZLZHR/ZLZHR.html","",
"中国","/news/SYXM/SYXMC/SYXMC.html","",
"俄罗斯","/news/SYXM/SYXMR/SYXMR.html",""
);

var guideR = new Array (
"中文首页","/index.html","",
"俄文首页","/index.htm","",
"中国","/news/JJJR/JJJRC/JJJRC.html","",
"俄罗斯","/news/JJJR/JJJRR/JJJRR.html","",
"中国","/news/HZHB/HZHBC/HZHBC.html","",
"俄罗斯","/news/HZHB/HZHBR/HZHBR.html","",
"中国","/news/ZLZH/ZLZHC/ZLZHC.html","",
"俄罗斯","/news/ZLZH/ZLZHR/ZLZHR.html","",
"中国","/news/SYXM/SYXMC/SYXMC.html","",
"俄罗斯","/news/SYXM/SYXMR/SYXMR.html",""
);

function headC() {
document.write('<table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">');
document.write('<tr>');
 for (var i = 0 ; i < guideC0.length/3 ; i ++) 
 {
 document.write('<td width="20%">');
 document.write('<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tr>');
 document.write('<td colspan="2"><div class="G1B" onmouseover="this.className=\'G2B\'" onmouseout="this.className=\'G1B\'">'+guideC0[3*i]+'</td></tr>');
 document.write('<tr><td width="50%"><div class="G1" onmouseover="this.className=\'G2\'" onmouseout="this.className=\'G1\'"><a href="'+guideC[6*i+1]+'" '+guideC[6*i+2]+'>'+guideC[6*i]+'</a></td>');
 document.write('<td width="50%"><div class="G1" onmouseover="this.className=\'G2\'" onmouseout="this.className=\'G1\'"><a href="'+guideC[6*i+4]+'" '+guideC[6*i+5]+'>'+guideC[6*i+3]+'</a></td></tr>');
 document.write('</table></td>');
 }
document.write('</tr></table>');

}

function headR() {
document.write('<table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">');
document.write('<tr>');
 for (var i = 0 ; i < guideR0.length/3 ; i ++) 
 {
 document.write('<td width="20%">');
 document.write('<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tr>');
 document.write('<td colspan="2"><div class="G1B" onmouseover="this.className=\'G2B\'" onmouseout="this.className=\'G1B\'">'+guideR0[3*i]+'</td></tr>');
 document.write('<tr><td width="50%"><div class="G1" onmouseover="this.className=\'G2\'" onmouseout="this.className=\'G1\'"><a href="'+guideR[6*i+1]+'" '+guideR[6*i+2]+'>'+guideR[6*i]+'</a></td>');
 document.write('<td width="50%"><div class="G1" onmouseover="this.className=\'G2\'" onmouseout="this.className=\'G1\'"><a href="'+guideR[6*i+4]+'" '+guideR[6*i+5]+'>'+guideR[6*i+3]+'</a></td></tr>');
 document.write('</table></td>');
 }
document.write('</tr></table>');

}


function foot() {

}
