
document.writeln("<!--中亚采购网选项卡开始  -->		");
document.writeln("<script language=javascript>");
document.writeln("function changecomm2(temp){");
document.writeln("	document.getElementById(\"comm2_body1\").style.display = \"none\";");
document.writeln("	document.getElementById(\"comm2_body2\").style.display = \"none\";");
document.writeln("	document.getElementById(\"comm2_body3\").style.display = \"none\";");
document.writeln("	document.getElementById(\"comm2_body4\").style.display = \"none\";");
document.writeln("	");
document.writeln("	if(temp == 1) {");
document.writeln("		comm2_div1.style.background = \" url(images\/Choices\/button_bg_a.gif)\";");
document.writeln("		comm2_div2.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div3.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div4.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		document.getElementById(\"comm2_body1\").style.display = \"block\";");
document.writeln("	}");
document.writeln("	if(temp == 2) {");
document.writeln("		comm2_div1.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div2.style.background = \" url(images\/Choices\/button_bg_a.gif)\";");
document.writeln("		comm2_div3.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div4.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		document.getElementById(\"comm2_body2\").style.display = \"block\";");
document.writeln("	}");
document.writeln("	if(temp == 3) {");
document.writeln("		comm2_div1.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div2.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div3.style.background = \" url(images\/Choices\/button_bg_a.gif)\";");
document.writeln("		comm2_div4.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		document.getElementById(\"comm2_body3\").style.display = \"block\";");
document.writeln("	}");
document.writeln("	if(temp == 4) {");
document.writeln("		comm2_div1.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div2.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div3.style.background = \" url(images\/Choices\/button_bg_b.gif)\";");
document.writeln("		comm2_div4.style.background = \" url(images\/Choices\/button_bg_a.gif)\";");
document.writeln("		document.getElementById(\"comm2_body4\").style.display = \"block\";");
document.writeln("	}");
document.writeln("	");
document.writeln("}");
document.writeln("<\/script>");
