function bigImage(img) {
    image = new Array;
    image.src = "img/bilder_"+img+".jpg";
    url = "bigImage.html?"+image.src;
    BigImage=window.open(url,"photo","width=200,height=140,status=0,toolbar=0,scrollbars=auto,menubar=0,location=0");
	BigImage.focus();
}
