/*
Jump Form Script
by damian lopes, Bitwalla Design

This script may not be used in part or in full without permission of the authors.
copyright (c) 2003
*/

function goPage(form) {
page = form.page.options[form.page.selectedIndex].value;

if (page != '') {
	location = page;
	}
}