function toggle( box, field )
{
	field = document.getElementById( 'field_' + field );
	field.disabled = !box.checked;
}

function priser(URL)
{
	window.open(URL, "nyttfonster", "width=250, height=200, scrollbars=0, top=25, left=25 ")
}
