function groot(url, breedte_thumb, hoogte_thumb)
{
var breedte=(breedte_thumb*3.4);
var hoogte=(hoogte_thumb*3.4);
var l=screen.width/2-breedte/2;          /*this will center the pop-up horizontally*/
var t=screen.height/2-hoogte/2;       /*this will center the pop-up vertically*/
var x=(url.length-10);
var y=url.substring(0,x);
var popup = window.open('','grote_foto',config='left='+l+',top='+t+',width='+breedte+',height='+hoogte+',toolbar=0');
         popup.document.write("<html><body style='background: url(achtergrond_grijs.jpg); text-align: center; margin:8px;padding:0px; '><img style='border:solid 1px #000' src='"+y+".jpg' alt='kleine foto in het groot'><\/body><\/html>");
         popup.document.close();
         popup.focus();
}


function UitklapDieren()
{
document.write("<ul><li><a href='lhb1.html'>lieveheersbeestjes</a></li><li><a href='vlinders1.html'>vlinders</a></li><li><a href='libellen1.html'>libellen</a></li><li><a href='vogels1.html'>vogels</a></li><li><a href='varia1.html'>varia</a></li></ul>");
}
function UitklapPlanten()
{
document.write("<ul><li><a href='hogereplanten1.html'>hogere planten</a></li><li><a href='mossen1.html'>mossen en varens</a></li><li><a href='zwammen1.html'>zwammen</a></li></ul>");
}
function UitklapLandschappen()
{
document.write("<ul><li><a href='kust1.html'>kust</a></li><li><a href='landbouw1.html'>landbouw</a></li><li><a href='bos1.html'>bos</li><li><a href='industrie1.html'>industrie</a></li><li><a href='stad1.html'>stad</a></li><li><a href='varia1.html'>varia</a></li></ul>");
}


