//browser
if (document.layers) {ns = 1; ie = 0; }
                else {ns = 0; ie = 1;}



//Bilderwechsel
function wechsel(imgNum, newImg,layname){

 if(document.images){
   if(ns){
    document.layers[layname].document.images[imgNum].src= "./pic/" + newImg + ".jpg";
    }
   if(ie) {
    document.images[imgNum].src= "./pic/" + newImg + ".jpg";
    }
  }
}




function poesie(weite,hohe) {
        
		open('http://www.quasifunk.de/book/index.html','poesiealbum','resizable=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+weite+',height='+hohe+',screenX=0,screenY=0,left=0,top=0');
}

function news(weite,hohe) {
        
		open('./newsletter/newsletter.php','anmeldung','resizable=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+weite+',height='+hohe+',screenX=0,screenY=0,left=0,top=0');
}

function foto(bild,weite,hohe) {
        
		open('./pic/' + bild + '.jpg',bild,'resizable=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width='+weite+',height='+hohe+',screenX=0,screenY=0,left=0,top=0');
}


//email
function mehl(){location.href='mailto:m.wundes@xsiteing.de'}
