// opens obe windows for booking and travel profile
function obe(URL) {
	link = window.open(URL,'link','toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=1000,height=700,left=75,top=75');
}
