function oppna(bild,text){
	sokvag='album.asp?i='+bild+'&t='+text;
	window.open(sokvag,'bild','height=370, width=550');
}
