function showpic(picture){
	real = "pics/hi-res/niklas_" + picture;
	document.getElementById('pic').innerHTML="<img src=\"" + real + "_tumb.jpg\" alt=\"Niklas Möller\">"+
	"<br /><a href=\"download.php?file=niklas_" + picture + ".jpg\">Ladda ner ovanstående bild som högupplöst</a>";

}