function gotoURL(url) {
		window.location=url;
	}
	
function gotochapter(form) {
	location.href = form.chapters.options[selectedIndex].value;
}
