// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function clearfield(){

e=document.gbinsert.kommentar.value;
	if(e=="Ihr Eintrag")
		document.gbinsert.kommentar.value = "";

	if(e=="")
		document.gbinsert.kommentar.value = "Ihr Eintrag";
}
