function go()
{
   box = document.forms[0].navi;
   destination = box.options[box.selectedIndex].value;
   if (destination) location.href = destination;
}


function openpopup(){
	var popurl="bavideo.html"
	winpops=window.open(popurl,"","width=460,height=400,left=290,top=100")
}