function showpic (img,x,y) {
	window.open('visbillede.asp?img='+img+'&x='+x+'&y='+y,'largePic','width='+x+',height='+y+',scrollbars=yes');
}
