//Javascript Document Start
var check1 = false;
var check2 = false;
var check3 = false;
var check4 = false;
var check5 = false;
var check6 = false;
var check7 = false;
var check8 = false;
var check9 = false;
var check10 = false;
var check11 = false;
var check12 = false;
var check13 = false;
var check14 = false;
var check15 = false;
function steps_bd()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
}
function steps_ps()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
}
function steps_ls()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check1 = true;
}
function step_ls()
{
	if(check1 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_ls();
		}
}
function steps_industry()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check2 = true;
}
function step_industry()
{
	if(check2 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_industry();
		}
}
function steps_gcs()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check3 = true;
}
function step_gcs()
{
	if(check3 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_gcs();
		}
}
function steps_revenue()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
}
function steps_ebitda()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
}
function steps_establishment()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
}
function steps_tt()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check4 = true;
}
function step_tt()
{
	if(check4 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_tt();
		}
}
function steps_acr()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check5 = true;
}
function step_acr()
{
	if(check5 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_acr();
		}
}
function steps_tst()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check6 = true;
}
function step_tst()
{
	if(check6 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_tst();
		}
}
function steps_tcr()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check7 = true;
}
function step_tcr()
{
	if(check7 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_tcr();
		}
}
function steps_cu()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
	check8 = true;
}
function step_cu()
{
	if(check8 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_cu();
		}
}
function steps_gcp()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
}
function steps_acc()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+2) + "%";
	document.form1.step.width = document.form1.step.width + 2;
}
function steps_ai()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+5) + "%";
	document.form1.step.width = document.form1.step.width + 5;
	check9 = true;
}
function step_ai()
{
	if(check9 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_ai();
		}
}
function steps_bc()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+5) + "%";
	document.form1.step.width = document.form1.step.width + 5;
	check10 = true;
}
function step_bc()
{
	if(check10 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_bc();
		}
}
function steps_bp()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+15) + "%";
	document.form1.step.width = document.form1.step.width + 15;
	check11 = true;
}
function step_bp()
{
	if(check11 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_bp();
		}
}
function steps_es()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+5) + "%";
	document.form1.step.width = document.form1.step.width + 5;
	check12 = true;
}
function step_es()
{
	if(check12 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_es();
		}
}
function steps_fs()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+10) + "%";
	document.form1.step.width = document.form1.step.width + 10;
	check13 = true;
}
function step_fs()
{
	if(check13 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_fs();
		}
}
function steps_md()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+5) + "%";
	document.form1.step.width = document.form1.step.width + 5;
	check14 = true;
}
function step_md()
{
	if(check14 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_md();
		}
}
function steps_om()
{
	document.getElementById('percent').innerHTML = (document.form1.step.width+5) + "%";
	document.form1.step.width = document.form1.step.width + 5;
	check15 = true;
}
function step_om()
{
	if(check15 == true)
		{
			document.getElementById('percent').innerHTML = document.form1.step.width + "%";
			document.form1.step.width = document.form1.step.width;
		}
		else
		{
			steps_om();
		}
}
