function hwfoto(url,width,height,omschrijving)
{
 document.getElementById('fotourl').src=url;
 document.getElementById('fotourl').width=width;
 document.getElementById('fotourl').height=height;
 document.getElementById('fotourl').alt=omschrijving;
 document.getElementById('fotourl').title=omschrijving;
 document.getElementById('fotohref').href=url;
 document.getElementById('fotoomschrijving').innerHTML=omschrijving;
}

function selectAlbum(album){
 document.getElementById('folder'+album).src='http://www.klen.nl/beta/img/folderu.PNG';
 document.getElementById('text'+album).className='fotoalbum1u';
}

function deselectAlbum(album){
 document.getElementById('folder'+album).src='http://www.klen.nl/beta/img/folder.PNG';
 document.getElementById('text'+album).className='fotoalbum1';
}
