function leapto(form) {
	if ((form.dest.options[form.dest.selectedIndex].value)=="http://none") {
	} else {
		parent.top.location.href=(form.dest.options[form.dest.selectedIndex].value);
	}
}
