<!--
function starten(Dateib) {
var breit;
var hoch;
var Dateia;
var Dateib;
var Dateic;
var Datei;
ScreenRes = screen.width;
if      (ScreenRes == "2560") res = "r11";
else if  (ScreenRes == "1920") res = "r10";
else if  (ScreenRes == "1680") res = "r9";
else if  (ScreenRes == "1600") res = "r8";
else if  (ScreenRes == "1440") res = "r7";
else if  (ScreenRes == "1400") res = "r6";
else if  (ScreenRes == "1280") res = "r5";
else if  (ScreenRes == "1152") res = "r4";
else if  (ScreenRes == "1024") res = "r3";
else if  (ScreenRes == "800") res = "r2";
else if  (ScreenRes == "640") res = "r1";
else       res = "mm";

if      (navigator.appName == 'Microsoft Internet Explorer')  nav = "ie";
else if (navigator.appName == 'Opera')  nav = "ie";
else    nav = "n";


if (res == "r11") {
    Dateia= "http://www.vermoegensplan.de/VP4/index";
    Dateic= "_"+nav+"2.htm";
    Datei = Dateia+Dateib+Dateic;
    if (screen.height == "2048")  { breit = 2200; hoch = 1750; }
    else if (screen.height == "1600")  { breit = 2200; hoch = 1500; }
    else   { breit = 2200; hoch = 1625; }
    }
else if (res == "r10") {
    Dateia= "http://www.vermoegensplan.de/VP4/index";
    Dateic= "_"+nav+"1.htm";
    Datei = Dateia+Dateib+Dateic;
    if (screen.height == "1200")  { breit = 1450; hoch = 960; }
    else if (screen.height == "1080")  { breit = 1450; hoch = 830; }
    else   { breit = 1450; hoch = 895; }
    }
else if (res == "r9") {
    Dateia= "http://www.vermoegensplan.de/VP3/index";
    Dateic= "_"+nav+"2.htm";
    Datei = Dateia+Dateib+Dateic;
               breit = 1475; hoch = 965;
    }
else if (res == "r8") {
    Dateia= "http://www.vermoegensplan.de/VP3/index";
    Dateic= "_"+nav+"2.htm";
    Datei = Dateia+Dateib+Dateic;
    if (screen.height == "1200")  { breit = 1450; hoch = 960; }
    else if (screen.height == "900")  { breit = 1425; hoch = 810; }
    else   { breit = 1437; hoch = 885; }
    }
else if (res == "r7") {
    Dateia= "http://www.vermoegensplan.de/VP3/index";
    Dateic= "_"+nav+"1.htm";
    Datei = Dateia+Dateib+Dateic;
    if (screen.height == "960")  { breit = 1430; hoch = 880; }
    else if (screen.height == "900")  { breit = 1430; hoch = 810; }
    else   { breit = 1430; hoch = 845; }
    }
else if (res == "r6") {
    Dateia= "http://www.vermoegensplan.de/VP3/index";
    Dateic= "_"+nav+"1.htm";
    Datei = Dateia+Dateib+Dateic;
               breit = 1390; hoch = 965;
    }
else if (res == "r5") {
    Dateia= "http://www.vermoegensplan.de/VP2/index";
    Dateic= "_"+nav+"2.htm";
    Datei = Dateia+Dateib+Dateic;
    if (screen.height == "1024")  { breit = 1270; hoch = 940; }
    else if (screen.height == "960")  { breit = 1270; hoch = 875; }
    else if (screen.height == "800")  { breit = 1270; hoch = 695; }
    else if (screen.height == "768")  { breit = 1270; hoch = 680; }
    else if (screen.height == "720")  { breit = 1270; hoch = 655; }
    else   { breit = 1270; hoch = 769; }
    }
else if (res == "r4") {
    Dateia= "http://www.vermoegensplan.de/VP2/index";
    Dateic= "_"+nav+"1.htm";
    Datei = Dateia+Dateib+Dateic;
    if (screen.height == "864")  { breit = 1143; hoch = 780; }
    else if (screen.height == "768")  { breit = 1143; hoch = 670; }
    else   { breit = 1143; hoch = 725; }
    }
else if (res == "r3") {
    Dateia= "http://www.vermoegensplan.de/VP1/index";
    Dateic= "_"+nav+"1.htm";
    Datei = Dateia+Dateib+Dateic;
               breit = 1014; hoch = 683;
    }
else if (res == "r2") {
    Dateia= "http://www.vermoegensplan.de/VP0/index";
    Dateic= "_"+nav+"2.htm";
    Datei = Dateia+Dateib+Dateic;
    if (screen.height == "600")  { breit = 791; hoch = 517; }
    else if (screen.height == "480")  { breit = 791; hoch = 400; }
    else   { breit = 791; hoch = 458; }
    }
else if (res == "r1") {
    Dateia= "http://www.vermoegensplan.de/VP0/index";
    Dateic= "_"+nav+"1.htm";
    Datei = Dateia+Dateib+Dateic;
               breit = 632; hoch = 380;
    }
 else {
  var startwin = window.open("start.html");
  parent.location.href="http://www.vermoegensplan.de/count_rente.html";
   }
  if (res == "mm") {; }
  else {
   var startwin = window.open(Datei,"Auszahlplan","status,height=" + hoch + ",width=" + breit + ",scrollbars=yes,toolbar=yes,location=no,directories=no,status=yes, menubar=no,resizable=no,copyhistory=yes");
startwin.focus();
  parent.location.href="http://www.vermoegensplan.de/count_rente.html";

startwin.focus();
 }
startwin.focus();
}
//-->
