function mbit_mail(b,a,c) {
	document.write("<a href=\"mailto:" + a + "@" + b + "." + c + "\">" + a + "@" + b + "." + c + "</a>");
}


 function cleartextbox() {
 sval = 'Suche';
if(document.getElementById('ctl00_txtSearchPhrase').value == sval){ document.getElementById('ctl00_txtSearchPhrase').value=''; }
// alert("svalue" + svalue);
 }
