bt_general_on = 	1;
bt_concerts_on = 	1;
bt_salle_on = 		1;
bt_prix_on = 		1;
bt_vente_on = 		1;
bt_fraude_on = 		1;
bt_infos_on = 		1;
bt_artistes_on = 	1;
bt_difftv_on = 		1;

function makevisible(cur,which)
{
	if(document.getElementById)
	{
		if (which==0)
		{
			if(document.all) { cur.filters.alpha.opacity=70; }
			else { cur.style.setProperty("-moz-opacity", .7, ""); }
		}
		else
		{
			if(document.all) { cur.filters.alpha.opacity=100; }
			else { cur.style.setProperty("-moz-opacity", 1, ""); }
		}
	}
}

function titrezone(val)
{
	if (val == 1) { txt1='<img src="../../images/newconcert/bt_general_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_general_on == 1)
		{
			txt1='<img src="../../images/newconcert/bt_general.png" width="192" height="40" border="0" ';
			txt1+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt1+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt1+='OnClick="document.location=\'newconcert.php?rubrique=1\';">';
		}
		else
		{
			txt1='<img src="../../images/newconcert/bt_general.png" width="192" height="40" border="0" ';
			txt1+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 2) { txt2='<img src="../../images/newconcert/bt_concerts_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_concerts_on == 1)
		{
			txt2='<img src="../../images/newconcert/bt_concerts.png" width="192" height="40" border="0" ';
			txt2+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt2+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt2+='OnClick="document.location=\'newconcert.php?rubrique=2\';">';
		}
		else
		{
			txt2='<img src="../../images/newconcert/bt_concerts.png" width="192" height="40" border="0" ';
			txt2+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 3) { txt3='<img src="../../images/newconcert/bt_salle_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_salle_on == 1)
		{
			txt3='<img src="../../images/newconcert/bt_salle.png" width="192" height="40" border="0" ';
			txt3+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt3+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt3+='OnClick="document.location=\'newconcert.php?rubrique=3\';">';
		}
		else
		{
			txt3='<img src="../../images/newconcert/bt_salle.png" width="192" height="40" border="0" ';
			txt3+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 4) { txt4='<img src="../../images/newconcert/bt_prix_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_prix_on == 1)
		{
			txt4='<img src="../../images/newconcert/bt_prix.png" width="192" height="40" border="0" ';
			txt4+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt4+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt4+='OnClick="document.location=\'newconcert.php?rubrique=4\';">';
		}
		else
		{
			txt4='<img src="../../images/newconcert/bt_prix.png" width="192" height="40" border="0" ';
			txt4+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 5) { txt5='<img src="../../images/newconcert/bt_vente_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_vente_on == 1)
		{
			txt5='<img src="../../images/newconcert/bt_vente.png" width="192" height="40" border="0" ';
			txt5+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt5+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt5+='OnClick="document.location=\'newconcert2.php?rubrique=51\';">';
		}
		else
		{
			txt5='<img src="../../images/newconcert/bt_vente.png" width="192" height="40" border="0" ';
			txt5+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 6) { txt6='<img src="../../images/newconcert/bt_fraude_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_fraude_on == 1)
		{
			txt6='<img src="../../images/newconcert/bt_fraude.png" width="192" height="40" border="0" ';
			txt6+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt6+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt6+='OnClick="document.location=\'newconcert.php?rubrique=6\';">';
		}
		else
		{
			txt6='<img src="../../images/newconcert/bt_fraude.png" width="192" height="40" border="0" ';
			txt6+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 7) { txt7='<img src="../../images/newconcert/bt_infos_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_infos_on == 1)
		{
			txt7='<img src="../../images/newconcert/bt_infos.png" width="192" height="40" border="0" ';
			txt7+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt7+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt7+='OnClick="document.location=\'newconcert.php?rubrique=7\';">';
		}
		else
		{
			txt7='<img src="../../images/newconcert/bt_infos.png" width="192" height="40" border="0" ';
			txt7+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 8) { txt8='<img src="../../images/newconcert/bt_artistes_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_artistes_on == 1)
		{
			txt8='<img src="../../images/newconcert/bt_artistes.png" width="192" height="40" border="0" ';
			txt8+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt8+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt8+='OnClick="document.location=\'newconcert.php?rubrique=8\';">';
		}
		else
		{
			txt8='<img src="../../images/newconcert/bt_artistes.png" width="192" height="40" border="0" ';
			txt8+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	if (val == 9) { txt9='<img src="../../images/newconcert/bt_difftv_on.png" width="192" height="40" border="0">'; }
	else
	{
		if (bt_difftv_on == 1)
		{
			txt9='<img src="../../images/newconcert/bt_difftv.png" width="192" height="40" border="0" ';
			txt9+='style="filter:alpha(opacity=100); -moz-opacity: 1; cursor: hand;" ';
			txt9+='onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" ';
			txt9+='OnClick="document.location=\'newconcert.php?rubrique=9\';">';
		}
		else
		{
			txt9='<img src="../../images/newconcert/bt_difftv.png" width="192" height="40" border="0" ';
			txt9+='style="filter:alpha(opacity=20); -moz-opacity: .2; cursor: default;">';
		}
	}

	document.getElementById("bt_general").innerHTML=txt1;
	document.getElementById("bt_concerts").innerHTML=txt2;
	document.getElementById("bt_salle").innerHTML=txt3;
	document.getElementById("bt_prix").innerHTML=txt4;
	document.getElementById("bt_vente").innerHTML=txt5;
	document.getElementById("bt_fraude").innerHTML=txt6;
	document.getElementById("bt_infos").innerHTML=txt7;
	document.getElementById("bt_artistes").innerHTML=txt8;
	document.getElementById("bt_difftv").innerHTML=txt9;
}