function Video(combo) {
if (combo.options[combo.selectedIndex].value!="null") { 
video.location.href = combo.options[combo.selectedIndex].value;
}
}
