if (top.frames.length > 0){ top.location=self.location;}

function OpenNewWindow(theURL,winName,features) {
   window.open(theURL,winName,features);
}


function AddFavorite(sURL, sDescr) {
  if ((navigator.appName=="Microsoft Internet Explorer")&&
    (parseInt(navigator.appVersion)>=4)) {
    window.external.AddFavorite(sURL, sDescr);
  } else {
    var msg = "In diesem Browser müssen Sie Ihren Favoriten\n\rITALIENISCHE VERBEN manuell hinzufügen!\n\r";
    if (navigator.appName=="Netscape") msg += "(bitte drücken Sie STRG-D)";
    alert(msg);
  }
}



