 function switchConfirmSubmit(lang) {
	if (lang=="en") {
		document.getElementById("confirm_submit").innerHTML="<span class=\"error\"><em>Notice:</em> "+
		"Our free sample offers are addressed to companies, authorities, associations "+
		"and other institutions.<br />Private prospects will be charged the costs caused "+
		"by the request for samples!<br /><input type=\"submit\" "+
		"name=\"form_send\" id=\"form_send\" class=\"form_button\" value=\"Yes, I want to send the request for samples\""+
		" style=\"width:400px;\"/></span>";
	} else {
		document.getElementById("confirm_submit").innerHTML="<span class=\"error\"><em>Achtung:</em> "+
		"Unsere kostenlosen Musterangebote richten sich an Unternehmen, Vereine, Beh&ouml;rden "+
		"und andere Institutionen.<br />Privaten Interessenten m&uuml;ssen wir durch die "+
		"Musteranforderung anfallende Kosten in Rechnung stellen!<br /><input type=\"submit\" "+
		"name=\"form_send\" id=\"form_send\" class=\"form_button\" value=\"Ja, ich m&ouml;chte die Musteranforderung "+
		"wirklich absenden\" style=\"width:400px;\"/></span>";
	}
 }