var photos=new Array()
var which=0

/*hier die Bildpfade angeben*/

photos[0]="./pics/WebBilder/NPKalender12_Titel.jpg"
photos[1]="./pics/WebBilder/NPKalender12_01.jpg"
photos[2]="./pics/WebBilder/NPKalender12_02.jpg"
photos[3]="./pics/WebBilder/NPKalender12_03.jpg"
photos[4]="./pics/WebBilder/NPKalender12_04.jpg"
photos[5]="./pics/WebBilder/NPKalender12_05.jpg"
photos[6]="./pics/WebBilder/NPKalender12_06.jpg"
photos[7]="./pics/WebBilder/NPKalender12_07.jpg"
photos[8]="./pics/WebBilder/NPKalender12_08.jpg"
photos[9]="./pics/WebBilder/NPKalender12_09.jpg"
photos[10]="./pics/WebBilder/NPKalender12_10.jpg"
photos[11]="./pics/WebBilder/NPKalender12_11.jpg"
photos[12]="./pics/WebBilder/NPKalender12_12.jpg"
function backward(){
if (which>0){
window.status=''
which--
document.images.diashow.src=photos[which]
}
}

function forward(){
if (which<photos.length-1){
which++
document.images.diashow.src=photos[which]
}
else window.status='Ende der Diashow'
//which=1;backward();return false
}

<!--

function Menue1()
{
window.document.images[1].src="./pics/nav2.png";
}

function Menue2()
{
window.document.images[1].src="./pics/nav1x.png";
}

function Menue3()
{
window.document.images[2].src="./pics/nav4.png";
}

function Menue4()
{
window.document.images[2].src="./pics/nav3x.png";
}

function Menue5()
{
window.document.images[3].src="./pics/nav6.png";
}

function Menue6()
{
window.document.images[3].src="./pics/nav5x.png";
}

function Menue7()
{
window.document.images[5].src="./pics/nav8.png";
}

function Menue8()
{
window.document.images[5].src="./pics/nav7x.png";
}

function Menue9()
{
window.document.images[4].src="./pics/nav10.png";
}

function Menue10()
{
window.document.images[4].src="./pics/nav9x.png";
}

function Menue11()
{
window.document.images[6].src="./pics/nav12.png";
}

function Menue12()
{
window.document.images[6].src="./pics/nav11x.png";
}


//  radtouren

function Menue222()
{
window.document.images[0].src="./pics/2umgebindeA4vorn.jpg";
}

function Menue111()
{
window.document.images[0].src="./pics/2umgebindeA4hinten.jpg";
}





//  function fenster1()
//{
//var win;
//win=window.open ("./radtouren.html","Beispiel2","toolbar=0,locationsbar0,location=0,status=0,mennbar=0,scrollbars=0,resizable=0,width=785,height=835")
// }
//  function fenster2()
//{
//var win;
//win=window.open ("./jeschkengeb.html","Beispiel2","toolbar=0,locationsbar0,location=0,status=0,mennbar=0,scrollbars=0,resizable=0,width=610,height=810")
// }
//  function fenster3()
//{
//var win;
//win=window.open ("./isergeb.html","Beispiel2","toolbar=0,locationsbar0,location=0,status=0,mennbar=0,scrollbars=0,resizable=0,width=610,height=810")
// }
//  function fenster4()
//{
//var win;
//win=window.open ("./reichenberg.html","Beispiel2","toolbar=0,locationsbar0,location=0,status=0,mennbar=0,scrollbars=0,resizable=0,width=610,height=810")
//}
// function fenster5()
//{
//var win;
//win=window.open ("./erz.html","Beispiel2","toolbar=0,locationsbar0,location=0,status=0,mennbar=0,scrollbars=0,resizable=0,width=610,height=710")
// }
