function tabChenge1(ButtonName1,str,bgc)
{
	document.images[ButtonName1].src = str;
	document.getElementById('td11').style.backgroundColor=bgc;
	document.getElementById('td12').style.backgroundColor=bgc;
	document.getElementById('td01').style.backgroundColor=bgc;
	document.getElementById('td02').style.backgroundColor=bgc;
	document.getElementById('td03').style.backgroundColor=bgc;
}

function tabChenge2(ButtonName2,str,bgc)
{
	document.images[ButtonName2].src = str;
	if(bgc != '#c8c8c8'){
		document.getElementById('td12').style.backgroundColor=bgc;
		document.getElementById('td03').style.backgroundColor=bgc;
	}
	document.getElementById('td13').style.backgroundColor=bgc;
	document.getElementById('td04').style.backgroundColor=bgc;
	document.getElementById('td05').style.backgroundColor=bgc;
}

function tabChenge3(ButtonName3,str,bgc)
{
	document.images[ButtonName3].src = str;
	if(bgc != '#c8c8c8'){
		document.getElementById('td13').style.backgroundColor=bgc;
		document.getElementById('td05').style.backgroundColor=bgc;
	}
	document.getElementById('td14').style.backgroundColor=bgc;
	document.getElementById('td06').style.backgroundColor=bgc;
	document.getElementById('td07').style.backgroundColor=bgc;
}

function tabChenge4(ButtonName4,str,bgc)
{
	document.images[ButtonName4].src = str;
	if(bgc != '#c8c8c8'){
		document.getElementById('td14').style.backgroundColor=bgc;
		document.getElementById('td07').style.backgroundColor=bgc;
	}
	document.getElementById('td15').style.backgroundColor=bgc;
	document.getElementById('td08').style.backgroundColor=bgc;
	document.getElementById('td09').style.backgroundColor=bgc;
}

function BrandingAreaChenge1(disp1){
	document.getElementById('BrandingArea1').style.display = disp1;
}

function BrandingAreaChenge2(disp2){
	document.getElementById('BrandingArea2').style.display = disp2;
}

function BrandingAreaChenge3(disp3){
	document.getElementById('BrandingArea3').style.display = disp3;
}

function BrandingAreaChenge4(disp4){
	document.getElementById('BrandingArea4').style.display = disp4;
}