<!-- Begin

par_url = ('../');

par_url_1 = par_url+"week/1.html";
function open1() {
msgWindow=window.open(par_url_1,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=450,left=50,top=50,scrollbars=1');
}
par_url_2 = par_url+"week/2.html";
function open2() {
msgWindow=window.open(par_url_2,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=470,left=50,top=50,scrollbars=1');
}
par_url_3 = par_url+"week/3.html";
function open3() {
msgWindow=window.open(par_url_3,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=470,left=50,top=50,scrollbars=1');
}
par_url_4 = par_url+"week/4.html";
function open4() {
msgWindow=window.open(par_url_4,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=450,left=50,top=50,scrollbars=1');
}
par_url_5 = par_url+"week/5.html";
function open5() {
msgWindow=window.open(par_url_5,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=450,left=50,top=50,scrollbars=1');
}
par_url_6 = par_url+"week/6.html";
function open6() {
msgWindow=window.open(par_url_6,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=470,left=50,top=50,scrollbars=1');
}
par_url_7 = par_url+"week/7.html";
function open7() {
msgWindow=window.open(par_url_7,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=520,left=50,top=50,scrollbars=1');
}
par_url_8 = par_url+"week/8.html";
function open8() {
msgWindow=window.open(par_url_8,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=450,left=50,top=50,scrollbars=1');
}
par_url_9 = par_url+"week/9.html";
function open9() {
msgWindow=window.open(par_url_9,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=780,height=510,left=50,top=50,scrollbars=1');
}

function go()
{
var input=document.subform.text2.value
if (input==1)
{location="JavaScript:open1()"};

if (input==2)
{location="JavaScript:open2()"};

if (input==3)
{location="JavaScript:open3()"};

if (input==4)
{location="JavaScript:open4()"};

if (input==5)
{location="JavaScript:open5()"};

if (input==6)
{location="JavaScript:open6()"};

if (input==7)
{location="JavaScript:open7()"};

if (input==8)
{location="JavaScript:open8()"};

if (input==9)
{location="JavaScript:open9()"};

}


<!-- Begin
function replaceChars(entry) {
out = "januar"; 
add = "+1"; 

out2 = "februar"; 
add2 = "+2";

out3 = "märz";
add3 = "+3";

out4 = "april";
add4 = "+4";

out5 = "mai";
add5 = "+5";

out6 = "juni";
add6 = "+6";

out7 = "juli";
add7 = "+7";

out8 = "august";
add8 = "+8";

out9 = "september";
add9 = "+9";

out10 = "oktober";
add10 = "+1";

out11 = "november";
add11 = "+2";

out12 = "dezember";
add12 = "+3";
temp = "" + entry; // temporary holder

while (temp.indexOf(out)>-1) {
pos= temp.indexOf(out);
temp = "" + (temp.substring(0, pos) + add + 
temp.substring((pos + out.length), temp.length));
}
while (temp.indexOf(out2)>-1) {
pos= temp.indexOf(out2);
temp = "" + (temp.substring(0, pos) + add2 + 
temp.substring((pos + out2.length), temp.length));
}
while (temp.indexOf(out3)>-1) {
pos= temp.indexOf(out3);
temp = "" + (temp.substring(0, pos) + add3 + 
temp.substring((pos + out3.length), temp.length));
}
while (temp.indexOf(out4)>-1) {
pos= temp.indexOf(out4);
temp = "" + (temp.substring(0, pos) + add4 + 
temp.substring((pos + out4.length), temp.length));
}
while (temp.indexOf(out5)>-1) {
pos= temp.indexOf(out5);
temp = "" + (temp.substring(0, pos) + add5 + 
temp.substring((pos + out5.length), temp.length));
}
while (temp.indexOf(out6)>-1) {
pos= temp.indexOf(out6);
temp = "" + (temp.substring(0, pos) + add6 + 
temp.substring((pos + out6.length), temp.length));
}
while (temp.indexOf(out7)>-1) {
pos= temp.indexOf(out7);
temp = "" + (temp.substring(0, pos) + add7 + 
temp.substring((pos + out7.length), temp.length));
}
while (temp.indexOf(out8)>-1) {
pos= temp.indexOf(out8);
temp = "" + (temp.substring(0, pos) + add8 + 
temp.substring((pos + out8.length), temp.length));
}
while (temp.indexOf(out9)>-1) {
pos= temp.indexOf(out9);
temp = "" + (temp.substring(0, pos) + add9 + 
temp.substring((pos + out9.length), temp.length));
}
while (temp.indexOf(out10)>-1) {
pos= temp.indexOf(out10);
temp = "" + (temp.substring(0, pos) + add10 + 
temp.substring((pos + out10.length), temp.length));
}
while (temp.indexOf(out11)>-1) {
pos= temp.indexOf(out11);
temp = "" + (temp.substring(0, pos) + add11 + 
temp.substring((pos + out11.length), temp.length));
}
while (temp.indexOf(out12)>-1) {
pos= temp.indexOf(out12);
temp = "" + (temp.substring(0, pos) + add12 + 
temp.substring((pos + out12.length), temp.length));
}
document.subform.text1.value = temp;
}




function proof() {
var txt=document.subform.text1.value;
document.subform.text1.value=txt.toLowerCase();
}

function checktext() {
var l = document.subform.text2.length
 if (document.subform.text2.value.length == 4)
{document.subform.text2.value = eval(document.subform.text2.value.substr(0,1))+eval(document.subform.text2.value.substr(1,1))+eval(document.subform.text2.value.substr(2,1))+eval(document.subform.text2.value.substr(3,1))} 
 if (document.subform.text2.value.length == 3)
{document.subform.text2.value = eval(document.subform.text2.value.substr(0,1))+eval(document.subform.text2.value.substr(1,1))+eval(document.subform.text2.value.substr(2,1))}
if (document.subform.text2.value.length == 2) 
{document.subform.text2.value = eval(document.subform.text2.value.substr(0,1))+eval(document.subform.text2.value.substr(1,1))}
}

function magic() {
document.subform.text2.value = eval(document.subform.text.value.substr(0,1)) + eval(document.subform.text.value.substr(1,1)) + eval(document.subform.text.value.substr(3,1)) + eval(document.subform.text.value.substr(4,1)) + eval(document.subform.text.value.substr(6,1)) + eval(document.subform.text.value.substr(7,1)) + eval(document.subform.text.value.substr(8,1)) + eval(document.subform.text.value.substr(9,1));document.subform.text1.value = eval(document.subform.text1.value.substr(0,1))+(document.subform.text1.value.substr(1,1));document.subform.text2.value = eval(document.subform.text2.value) + eval(document.subform.text1.value);checktext();checktext();checktext()
}
//  End -->
