<!--
		function openWin(){
		 
		   //thor = window.open('http://www.travelnow.com/components/processing.jsp?counter=0&cid=65775&specials=false','thor','top=200,left=220,width=500,height=250,resizable=1');
		}

		function submitForm(){
		   
		   //openWin('http://www.travelnow.com/components/processing.jsp?counter=0&cid=65775&specials=false');
		   document.frm_Search.submit();
		}

		function submitBasicForm(){
           
             document.forms.frm_Search.arrivalDay.value=-1;
             document.forms.frm_Search.arrivalMonth.value=-1;
             document.forms.frm_Search.departureDay.value=-1;
             document.forms.frm_Search.departureMonth.value=-1;
           
           document.forms.frm_Search.isAdvancedSearch.value=false;
		   document.forms.frm_Search.submit();
		}

		function submitAdvancedForm(){
           
                document.forms.frm_Search.isDateRange.value=false;
           
           document.forms.frm_Search.isAdvancedSearch.value=true;
		   document.forms.frm_Search.submit();
		}
	//-->