function goThere(thatmenu){
var destination=thatmenu.options[thatmenu.selectedIndex].value;
if (destination!='no'){
		if (destination=='bulletin')
		{window.open('http://www.regionfreedvd.net/bulletin/')}
	else
		{location.href=destination + ".html"}
	}
}

function goThere2(thatmenu){
var destination=thatmenu.options[thatmenu.selectedIndex].value;
if (destination!='no')
{
location.href="player/" + destination + ".html"
}
}