function PopupPic(bilde, w, h){
	window.open("image.php?bilde="+bilde,"image", "width="+w+",height="+h);
	return false;
}
