<!--
function setcopyright () {
 var Copyright = "Copyright © 2012 - Donna Isabella &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ";
 document.open();
 document.write(Copyright);
 document.close();
}
// -->

<!--
function setmlink (An, Dn, En) {
 var LinkText = An + "@" + Dn + "." + En;
 document.open();
 document.write("<a class=\"mlink\" href=\"mailto:" + LinkText + "\">" + LinkText + "</a>");
 document.close();
}
// -->

<!--
function openwindow (url) {
 fenster = window.open(url, "_blank", "status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
// -->

<!--
function openimpressum (url) {
 fenster = window.open(url, "_blank", "width=750,height=700,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
// -->

<!--
function openentrance (url) {
 fenster = window.open(url, "entrance", "status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
// -->

<!--
function closeentrance () {
  var objWindow = window.open(location.href, "entrance");
  objWindow.close();
}
// -->

<!--
function closewindow () {
  var objWindow = window.open(this.href, "_parent");
  objWindow.close();
}
// -->

