function changeURL(obj,diqudaohang,sortStr)
{
	for (var i=0; i < obj.length;i++)
	{
		var href = obj[i].href;
		href = href.substr(0,href.lastIndexOf("=")+1);
		obj[i].href = href+encodeURI(sortStr);
	}
	for (var i=0; i < diqudaohang.length;i++)
	{
		var href = diqudaohang[i].href;
		href = href.substr(0,href.lastIndexOf("=")+1);
		diqudaohang[i].href = href+encodeURI(sortStr);
	}
}

function tabShow1(showTab,hideTab1,hideTab2,hideTab3,showObj,hideObj1,hideObj2,hideObj3){
	hideObj1.style.display = "none";
	hideTab1.className = "un_now";
	hideObj2.style.display = "none";
	hideTab2.className = "un_now";
	hideObj3.style.display = "none";
	hideTab3.className = "un_now";
	showObj.style.display = "block";
	showTab.className = "now";
}
function tabShow2(showTab,hideTab1,hideTab2,hideTab3,showObj,hideObj1,hideObj2,hideObj3){
	hideObj1.style.display = "none";
	hideTab1.className = "un_current";
	hideObj2.style.display = "none";
	hideTab2.className = "un_current";
	hideObj3.style.display = "none";
	hideTab3.className = "un_current";
	showObj.style.display = "block";
	showTab.className = "current";
}
function tabShow3(showTab,hideTab1,showObj,hideObj1){
	hideObj1.style.display = "none";
	hideTab1.className = "un_now";
	showObj.style.display = "block";
	showTab.className = "now";
}
function tabShow4(showTab,hideTab1,showObj,hideObj1){
	hideObj1.style.display = "none";
	hideTab1.className = "un_current1";
	showObj.style.display = "block";
	showTab.className = "current1";
}
function tabShow5(showTab,hideTab1,hideTab2,hideTab3,hideTab4,showObj,hideObj1,hideObj2,hideObj3,hideObj4){
	hideObj1.style.display = "none";
	hideTab1.className = "un_now";
	hideObj2.style.display = "none";
	hideTab2.className = "un_now";
	hideObj3.style.display = "none";
	hideTab3.className = "un_now";
	hideObj4.style.display = "none";
	hideTab4.className = "un_now";
	showObj.style.display = "block";
	showTab.className = "now";
}
function tabShow6(showTab,hideTab1,hideTab2,hideTab3,hideTab4,showObj,hideObj1,hideObj2,hideObj3,hideObj4){
	hideObj1.style.display = "none";
	hideTab1.className = "un_current2";
	hideObj2.style.display = "none";
	hideTab2.className = "un_current2";
	hideObj3.style.display = "none";
	hideTab3.className = "un_current2";
	hideObj4.style.display = "none";
	hideTab4.className = "un_current2";
	showObj.style.display = "block";
	showTab.className = "current";
}
function tabShow7(showTab,hideTab1,hideTab2,showObj,hideObj1,hideObj2){
	hideObj1.style.display = "none";
	hideTab1.className = "un_now";
	hideObj2.style.display = "none";
	hideTab2.className = "un_now";
	showObj.style.display = "block";
	showTab.className = "now";
}
function tabShow8(showTab,hideTab1,hideTab2,showObj,hideObj1,hideObj2){
	hideObj1.style.display = "none";
	hideTab1.className = "un_current3";
	hideObj2.style.display = "none";
	hideTab2.className = "un_current3";
	showObj.style.display = "block";
	showTab.className = "current3";
}