
function showPicture(pictureName,pictureAlt){pictureName=pictureName.substring(pictureName.lastIndexOf("/")+1,pictureName.lastIndexOf("."));document.getElementById('gallery').innerHTML='<img src="img/'+pictureName+'.jpg" width="300" alt="'+pictureAlt+'" />';}
