if (frames && top!=self) top.location=self.location;

window.onload=function() {
 var img=document.images,i;
 for (i in img) if (!img[i].title) img[i].title=img[i].alt;
 var formular=document.forms;
 if (formular.length>0) {
  formular[0].onsubmit=function() {
   var e=this.elements["empfang"];
   if (e && e.value==0) {
    e.firstChild.disabled=true;
    var l=e.parentNode.previousSibling.firstChild;
	if (l && l.nodeName=="LABEL" && l.firstChild.nodeType==3) {
	 l.firstChild.data="Bitte wählen Sie einen Adressaten aus:";
	 l.className="alert";
	}
    return false;
   } else return true;
}}}
