<!--
function showTravelPopUp(url, target){
	mywindow = window.open(url, target,
      "titlebar=yes,height=600,width=800,toolbar=yes,scrollbars=yes,menubar=yes,status=yes,resizable=yes,location=yes ");
      

}
// -->

