

function zu_favoriten()
{
  window.external.AddFavorite('http://www.discount-anbieter.de','Discount-Anbieter für günstige Handytarife');
}

function sms_versenden(smstext)
{
  window.open('http://217.160.104.17/pp/u/247/popup.php?p=inland&smstext='+smstext,
              "smswin","width=430,height=620,scrollbars=yes,toolbar=no");
}

eingabebackcol1 = '#ECE7D0';
eingabebackcol0 = '#FFFFFF';

eingabecol1 = '#080808';
eingabecol0 = '#C00000';


function setobjcol(eq,obj,fragez)
{
  if (eq) {
    obj.style.color = eingabecol1;
    obj.style.backgroundColor = eingabebackcol1;
    if (fragez) { obj.value = '?'; }
  }
  else {
    obj.style.color = eingabecol0;
    obj.style.backgroundColor = eingabebackcol0;
    if (obj.value == '?') { obj.value = ''; }
  }
}

function fenster(url,breite,hoehe)
{
  window.open(url,"new_win","width="+(breite+20)+",height="+(hoehe+10)+",scrollbars=yes");
}



function eingabe_abspeichern()
{
    with (document.calcform)
    {
        if (bezeichnung.value == "") { alert('Bitte geben Sie einen Namen ein, unter dem Sie Ihre Berechnung abspeichern möchten.'); return; }
        abspeichern.value = 1;
        submit();
    }
}