function ShowFoto(fname){
	
	eval("document.bimg.src = '/img/products/" + fname + ".jpg';");

}