<!--
function onoff(here)
{
step=here.getAttribute("value");
lamp=document.getElementById(step);
if ( lamp.style.display != 'none' ) {
		lamp.style.display = 'none';
	}
	else {
		lamp.style.display = '';
	}
}

function shortwait()
{
itemwait=document.getElementById("frontprofileind2");
if ( lamp.style.display != '' ) {
		itemwait.style.display = '';
		setTimeout("itemwait.style.display='none'",700);
	}
	else {
		itemwait.style.display = 'none';
	}
}
// -->
