<!-- Begin

function formCheck(){
var URL = document.subform.D2.options[document.subform.D2.selectedIndex].value;
window.location.href = URL;
}
par_url = ('../');

par_url_1 = par_url+"year/1.html";
function open1() {
msgWindow=window.open(par_url_1,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=450,left=50,top=50');
}
par_url_2 = par_url+"year/2.html";
function open2() {
msgWindow=window.open(par_url_2,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=470,left=50,top=50');
}
par_url_3 = par_url+"year/3.html";
function open3() {
msgWindow=window.open(par_url_3,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=470,left=50,top=50');
}
par_url_4 = par_url+"year/4.html";
function open4() {
msgWindow=window.open(par_url_4,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=450,left=50,top=50');
}
par_url_5 = par_url+"year/5.html";
function open5() {
msgWindow=window.open(par_url_5,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=450,left=50,top=50');
}
par_url_6 = par_url+"year/6.html";
function open6() {
msgWindow=window.open(par_url_6,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=470,left=50,top=50');
}
par_url_7 = par_url+"year/7.html";
function open7() {
msgWindow=window.open(par_url_7,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=520,left=50,top=50');
}
par_url_8 = par_url+"year/8.html";
function open8() {
msgWindow=window.open(par_url_8,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=450,left=50,top=50');
}
par_url_9 = par_url+"year/9.html";
function open9() {
msgWindow=window.open(par_url_9,'ZahlFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=510,left=50,top=50,');
}
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()"};

}


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)); checktext();checktext();checktext()
}
//  End -->
