// JavaScript Document

function visBillede(url,h,b){
	window.open(url,"guldhammer","height="+h+", width="+b+", top=100,left=300")
	}
	

