function descWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function leapto(form) {
var myindex=form.dest.selectedIndex
parent.top.location.href=(form.dest.options[myindex].value);
}

