function changemodell()
{
 	if (!document.suchform.modell.click())
	{
		document.suchform.modell.value = "";
		document.suchform.modell.style.color = "black";
		document.suchform.modell.select(document.suchform.modell.value);
	}
	else {}
}

function changeout1a()
{
 	if (!document.suchform.out1a.click())
	{
		document.suchform.out1a.value = "";
		document.suchform.out1a.style.color = "black";
		document.suchform.out1a.select(document.suchform.out1a.value);
	}
	else {}
}
 
function changeout1b()
{
 	if (!document.suchform.out1b.click())
	{
		document.suchform.out1b.value = "";
		document.suchform.out1b.style.color = "black";
		document.suchform.out1b.select(document.suchform.out1b.value);
	}
	else {}
}
 
function changeout2a()
{
 	if (!document.suchform.out2a.click())
	{
		document.suchform.out2a.value = "";
		document.suchform.out2a.style.color = "black";
		document.suchform.out2a.select(document.suchform.out2a.value);
	}
	else {}
}

function changeout2b()
{
 	if (!document.suchform.out2b.click())
	{
		document.suchform.out2b.value = "";
		document.suchform.out2b.style.color = "black";
		document.suchform.out2b.select(document.suchform.out2b.value);
	}
	else {}
}

function changeout3a()
{
 	if (!document.suchform.out3a.click())
	{
		document.suchform.out3a.value = "";
		document.suchform.out3a.style.color = "black";
		document.suchform.out3a.select(document.suchform.out3a.value);
	}
	else {}
}

function changeout3b()
{
 	if (!document.suchform.out3b.click())
	{
		document.suchform.out3b.value = "";
		document.suchform.out3b.style.color = "black";
		document.suchform.out3b.select(document.suchform.out3b.value);
	}
	else {}
}

function changeout4a()
{
 	if (!document.suchform.out4a.click())
	{
		document.suchform.out4a.value = "";
		document.suchform.out4a.style.color = "black";
		document.suchform.out4a.select(document.suchform.out4a.value);
	}
	else {}
}

function changeout4b()
{
 	if (!document.suchform.out4b.click())
	{
		document.suchform.out4b.value = "";
		document.suchform.out4b.style.color = "black";
		document.suchform.out4b.select(document.suchform.out4b.value);
	}
	else {}
}

function changepower()
{
 	if (!document.suchform.power.click())
	{
		document.suchform.power.value = "";
		document.suchform.power.style.color = "black";
		document.suchform.power.select(document.suchform.power.value);
	}
	else {}
}

function setback()
{
	var openwin; 
	openwin = open("start.html", target="window");
	document.suchform.modell.style.color = "#0005BF";
	document.suchform.out1a.style.color = "#0005BF";
	document.suchform.out1b.style.color = "#0005BF";
	document.suchform.out2a.style.color = "#0005BF";
	document.suchform.out2b.style.color = "#0005BF";
	document.suchform.out3a.style.color = "#0005BF";
	document.suchform.out3b.style.color = "#0005BF";
	document.suchform.out4a.style.color = "#0005BF";
	document.suchform.out4b.style.color = "#0005BF";
	document.suchform.power.style.color = "#0005BF";
}