function jumpTo(theField) {
	open(theField[theField.selectedIndex].value, "_top");
}
function openwin_cast(url){ 
	window.open(url, "open_cast", "width=480,height=360,scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no"); 
	}