function putApic(pictureToPut) {
//alert('hello wierld');
var imagefolder = 'webimages';
var ppath = '<img src="' + imagefolder +'/' + pictureToPut + '"/>';
document.write(ppath);
}