<!--info/default.html 和 www/default.html-->
function area_overi(index){
for(var i=1;i<=3;i++)
{
	if( document.getElementById("tcontent"+i.toString()) != null )
	{
		document.getElementById("tcontent"+i.toString()).style.display = 'none';	
	}
}
	document.getElementById("tcontent"+index.toString()).style.display = 'block';
}
<!-- www/buyer.html-->
function area_pricei3(index){
for(var i=1;i<=2;i++){
document.getElementById("pricecontent"+i.toString()).style.display = 'none';
document.getElementById("priceareai"+i.toString()).className ='mainCoR4_1_2';
}
document.getElementById("pricecontent"+index.toString()).style.display = 'block';
document.getElementById("priceareai"+index.toString()).className ='mainCoR4_1_1';
}
<!--www/default.html -->
function area_2(index){
for(var i=1;i<=2;i++){
document.getElementById("content2"+i.toString()).style.display = 'none';
document.getElementById("area2"+i.toString()).className ='mainCoR4_1_2';
}
document.getElementById("content2"+index.toString()).style.display = 'block';
document.getElementById("area2"+index.toString()).className ='mainCoR4_1_1';
}
<!-- joblist.html-->
function joblist(index){
for(var i=1;i<=2;i++){
document.getElementById("pricecontent"+i.toString()).style.display = 'none';
document.getElementById("priceareai"+i.toString()).className ='m8b2';
}
document.getElementById("pricecontent"+index.toString()).style.display = 'block';
document.getElementById("priceareai"+index.toString()).className ='m8b1';
}
<!-- www/product.html-->
function area_pricei(index){
for(var i=1;i<=4;i++){
document.getElementById("pricecontent"+i.toString()).style.display = 'none';
document.getElementById("priceareai"+i.toString()).className ='mainCoR4_1_2';
}
document.getElementById("pricecontent"+index.toString()).style.display = 'block';
document.getElementById("priceareai"+index.toString()).className ='mainCoR4_1_1';
}
<!-- www/default.html 和 www/offer.html -->
function area_pricei2(index){
for(var i=1;i<=6;i++){
document.getElementById("pricecontent"+i.toString()).style.display = 'none';
document.getElementById("priceareai"+i.toString()).className ='mainCoR4_1_2';
}
document.getElementById("pricecontent"+index.toString()).style.display = 'block';
document.getElementById("priceareai"+index.toString()).className ='mainCoR4_1_1';
}

function area_pricei4(index){
for(var i=1;i<=8;i++){
document.getElementById("content"+i.toString()).style.display = 'none';
document.getElementById("price"+i.toString()).className ='mainCoR4_1_2';
}
document.getElementById("content"+index.toString()).style.display = 'block';
document.getElementById("price"+index.toString()).className ='mainCoR4_1_1';
}
function area_pricei5(index){
for(var i=1;i<=5;i++){
document.getElementById("contents"+i.toString()).style.display = 'none';
document.getElementById("prices"+i.toString()).className ='w02';
}
document.getElementById("contents"+index.toString()).style.display = 'block';
document.getElementById("prices"+index.toString()).className ='w01';
}

