function pic_open(pic,path){
	if(typeof(path)=="undefined") path="";
	window.open(path+"showpic.php?img="+pic,"Kuva","width=550,height=450,resizable=yes");
	//,
}
