function DirectBooking(e) {
	var loc = e.options[e.selectedIndex].value;

	if(loc != '') {
		window.open(loc);
	}
}