<!-- Begin tes

	var ncalendar = new Date();
	var ncalendar2 = new Date();
	var ncal;
	var ncal2;
	var date;
	var month;
	var year;
	var date2;
	var month2;
	var year2;
	
	//Here is the variable to change for to advance the arrival Date
	 var nadvanceArrival = 14; 
	
	//Here is the variable to change for to advance the departure Date
	 var nadvanceDeparture = 16; 
	
	
	//Set the arrival Days
	ncalendar.setDate(ncalendar.getDate()+ nadvanceArrival);
	date = ncalendar.getDate();
	month = ncalendar.getMonth();
	year = ncalendar.getYear();
	
	//Set the Departure Days
	ncalendar2.setDate(ncalendar2.getDate()+nadvanceDeparture); 
	date2 = ncalendar2.getDate();
	month2 = ncalendar2.getMonth();
	year2 = ncalendar2.getYear();

	
	//Form the Arrival Select Boxes
	ncal = '    <input type=hidden name="currencyCode" value="GBP">Arrive:<br><select name="arrivalMonth" style="font-size: 11px; font-family: arial, helvetica, sans-serif;color:#7F5B0D;" onchange="javascript:amadChange(document.frm_Searches.arrivalMonth, document.frm_Searches.arrivalDay, document.frm_Searches.departureMonth, document.frm_Searches.departureDay);">';

	ncal += '<option ';
		if (month == 0) { ncal += 'selected '; }
		ncal += 'value="0">January</option>';
		
		ncal += '<option ';
		if (month == 1) { ncal += 'selected '; }
		ncal += 'value="01">February</option>';	
		
		ncal += '<option ';
		if (month == 2) { ncal += 'selected '; }
		ncal += 'value="02">March</option>';	
		
		ncal += '<option ';
		if (month == 3) { ncal += 'selected '; }
		ncal += 'value="03">April</option>';		
		
		ncal += '<option ';
		if (month == 4) { ncal += 'selected '; }
		ncal += 'value="04">May</option>';		
	
		ncal += '<option ';
		if (month == 5) { ncal += 'selected '; }
		ncal += 'value="05">June</option>';		
	
		ncal += '<option ';
		if (month == 6) { ncal += 'selected '; }
		ncal += 'value="06">July</option>';		
		
		ncal += '<option ';
		if (month == 7) { ncal += 'selected '; }
		ncal += 'value="07">August</option>';		
		
		ncal += '<option ';
		if (month == 8) { ncal += 'selected '; }
		ncal += 'value="08">September</option>';		
		
		ncal += '<option ';
		if (month == 9) { ncal += 'selected '; }
		ncal += 'value="09">October</option>';		
	
		ncal += '<option ';
		if (month == 10) { ncal += 'selected '; }
		ncal += 'value="10">November</option>';			
		
		ncal += '<option ';
		if (month == 11) { ncal += 'selected '; }
	ncal += 'value="11">December</option>';

		
	ncal += '</select>&nbsp; <select name="arrivalDay" style="font-size: 11px; font-family: arial, helvetica, sans-serif;color:#7F5B0D;" onchange="amadChange(document.frm_Searches.arrivalMonth, document.frm_Searches.arrivalDay, document.frm_Searches.departureMonth, document.frm_Searches.departureDay)">';

	ncal += '<option ';
	if (date == 1) { ncal += 'selected '; }
	ncal += 'value="01">1</option>';
	
		ncal += '<option ';
		if (date == 2) { ncal += 'selected '; }
	ncal += 'value="02">2</option>';
	
		ncal += '<option ';
		if (date == 3) { ncal += 'selected '; }
	ncal += 'value="03">3</option>';
	
		ncal += '<option ';
		if (date == 4) { ncal += 'selected '; }
	ncal += 'value="04">4</option>';
	
		ncal += '<option ';
		if (date == 5) { ncal += 'selected '; }
	ncal += 'value="05">5</option>';
	
		ncal += '<option ';
		if (date == 6) { ncal += 'selected '; }
	ncal += 'value="06">6</option>';
	
		ncal += '<option ';
		if (date == 7) { ncal += 'selected '; }
	ncal += 'value="07">7</option>';
	
		ncal += '<option ';
		if (date == 8) { ncal += 'selected '; }
	ncal += 'value="08">8</option>';
	
		ncal += '<option ';
		if (date == 9) { ncal += 'selected '; }
	ncal += 'value="09">9</option>';
	
		ncal += '<option ';
		if (date == 10) { ncal += 'selected '; }
	ncal += 'value="10">10</option>';
	
		ncal += '<option ';
		if (date == 11) { ncal += 'selected '; }
	ncal += 'value="11">11</option>';
	
		ncal += '<option ';
		if (date == 12) { ncal += 'selected '; }
	ncal += 'value="12">12</option>';
	
		ncal += '<option ';
		if (date == 13) { ncal += 'selected '; }
	ncal += 'value="13">13</option>';
	
		ncal += '<option ';
		if (date == 14) { ncal += 'selected '; }
	ncal += 'value="14">14</option>';
	
		
		ncal += '<option ';
		if (date == 15) { ncal += 'selected '; }
	ncal += 'value="15">15</option>';
	
		ncal += '<option ';
		if (date == 16) { ncal += 'selected '; }
	ncal += 'value="16">16</option>';
	
		ncal += '<option ';
		if (date == 17) { ncal += 'selected '; }
	ncal += 'value="17">17</option>';
	
		ncal += '<option ';
		if (date == 18) { ncal += 'selected '; }
	ncal += 'value="18">18</option>';
	
		ncal += '<option ';
		if (date == 19) { ncal += 'selected '; }
	ncal += 'value="19">19</option>';
	
		ncal += '<option ';
		if (date == 20) { ncal += 'selected '; }
	ncal += 'value="20">20</option>';
	
		ncal += '<option ';
		if (date == 21) { ncal += 'selected '; }
	ncal += 'value="21">21</option>';
	
		ncal += '<option ';
		if (date == 22) { ncal += 'selected '; }
	ncal += 'value="22">22</option>';
	
		ncal += '<option ';
		if (date == 23) { ncal += 'selected '; }
	ncal += 'value="23">23</option>';
	
		ncal += '<option ';
		if (date == 24) { ncal += 'selected '; }
	ncal += 'value="24">24</option>';
	
		ncal += '<option ';
		if (date == 25) { ncal += 'selected '; }
	ncal += 'value="25">25</option>';
	
		ncal += '<option ';
		if (date == 26) { ncal += 'selected '; }
	ncal += 'value="26">26</option>';
	
		ncal += '<option ';
		if (date == 27) { ncal += 'selected '; }
	ncal += 'value="27">27</option>';
	
		ncal += '<option ';
		if (date == 28) { ncal += 'selected '; }
	ncal += 'value="28">28</option>';
	
		ncal += '<option ';
		if (date == 29) { ncal += 'selected '; }
	ncal += 'value="29">29</option>';
	
		ncal += '<option ';
	if (date == 30) { ncal += 'selected '; }	
	ncal += 'value="30">30</option>';
	
		ncal += '<option ';
	if (date == 31) { ncal += 'selected '; }
	ncal += 'value="31">31</option>';
	

//ncal += '</select>&nbsp; <select class="formyear" name="arrivalYear" style="width: 60; color: BLACK; font-family: Arial; font-size: 12px; border: 1px solid #000000">';
//	ncal += '<option selected value="03">2003</option>';
//	ncal += '<option value="04">2004</option>';
	ncal += '</select><br>';

	//  PRINT ncalENDAR
	document.write(ncal);
	
	//End of the Arrival Select Boxes
	
	
	
	
	//Form the Departure Select Boxes
	
		ncal2 = 'Leave:<br><select name="departureMonth" style="font-size: 11px; font-family: arial, helvetica, sans-serif;color:#7F5B0D;" onchange="javascript:dmddChange(document.frm_Searches.departureMonth,document.frm_Searches.departureDay);">';
	
		ncal2 += '<option ';
			if (month2 == 0) { ncal2 += 'selected '; }
			ncal2 += 'value="0">January</option>';
			
			ncal2 += '<option ';
			if (month2 == 1) { ncal2 += 'selected '; }
			ncal2 += 'value="01">February</option>';	
			
			ncal2 += '<option ';
			if (month2 == 2) { ncal2 += 'selected '; }
			ncal2 += 'value="02">March</option>';	
			
			ncal2 += '<option ';
			if (month2 == 3) { ncal2 += 'selected '; }
			ncal2 += 'value="03">April</option>';		
			
			ncal2 += '<option ';
			if (month2 == 4) { ncal2 += 'selected '; }
			ncal2 += 'value="04">May</option>';		
		
			ncal2 += '<option ';
			if (month2 == 5) { ncal2 += 'selected '; }
			ncal2 += 'value="05">June</option>';		
		
			ncal2 += '<option ';
			if (month2 == 6) { ncal2 += 'selected '; }
			ncal2 += 'value="06">July</option>';		
			
			ncal2 += '<option ';
			if (month2 == 7) { ncal2 += 'selected '; }
			ncal2 += 'value="07">August</option>';		
			
			ncal2 += '<option ';
			if (month2 == 8) { ncal2 += 'selected '; }
			ncal2 += 'value="08">September</option>';		
			
			ncal2 += '<option ';
			if (month2 == 9) { ncal2 += 'selected '; }
			ncal2 += 'value="09">October</option>';		
		
			ncal2 += '<option ';
			if (month2 == 10) { ncal2 += 'selected '; }
			ncal2 += 'value="10">November</option>';			
			
			ncal2 += '<option ';
			if (month2 == 11) { ncal2 += 'selected '; }
		ncal2 += 'value="11">December</option>';
	
		
		
		
		ncal2 += '</select>&nbsp; <select name="departureDay" style="font-size: 11px; font-family: arial, helvetica, sans-serif;color:#7F5B0D;" onchange="dmddChange(document.frm_Searches.departureMonth,document.frm_Searches.departureDay)">';
	
		ncal2 += '<option ';
		if (date2 == 1) { ncal2 += 'selected '; }
		ncal2 += 'value="01">1</option>';
		
			ncal2 += '<option ';
			if (date2 == 2) { ncal2 += 'selected '; }
		ncal2 += 'value="02">2</option>';
		
			ncal2 += '<option ';
			if (date2 == 3) { ncal2 += 'selected '; } 
		ncal2 += 'value="03">3</option>';
		
			ncal2 += '<option ';
			if (date2 == 4) { ncal2 += 'selected '; }
		ncal2 += 'value="04">4</option>';
		
			ncal2 += '<option ';
			if (date2 == 5) { ncal2 += 'selected '; }
		ncal2 += 'value="05">5</option>';
		
			ncal2 += '<option ';
			if (date2 == 6) { ncal2 += 'selected '; }
		ncal2 += 'value="06">6</option>';
		
			ncal2 += '<option ';
			if (date2 == 7) { ncal2 += 'selected '; }
		ncal2 += 'value="07">7</option>';
		
			ncal2 += '<option ';
			if (date2 == 8) { ncal2 += 'selected '; }
		ncal2 += 'value="08">8</option>';
		
			ncal2 += '<option ';
			if (date2 == 9) { ncal2 += 'selected '; }
		ncal2 += 'value="09">9</option>';
		
			ncal2 += '<option ';
			if (date2 == 10) { ncal2 += 'selected '; }
		ncal2 += 'value="10">10</option>';
		
			ncal2 += '<option ';
			if (date2 == 11) { ncal2 += 'selected '; }
		ncal2 += 'value="11">11</option>';
		
			ncal2 += '<option ';
			if (date2 == 12) { ncal2 += 'selected '; }
		ncal2 += 'value="12">12</option>';
		
			ncal2 += '<option ';
			if (date2 == 13) { ncal2 += 'selected '; }
		ncal2 += 'value="13">13</option>';
		
			ncal2 += '<option ';
			if (date2 == 14) { ncal2 += 'selected '; }
		ncal2 += 'value="14">14</option>';
		
			
			ncal2 += '<option ';
			if (date2 == 15) { ncal2 += 'selected '; }
		ncal2 += 'value="15">15</option>';
		
			ncal2 += '<option ';
			if (date2 == 16) { ncal2 += 'selected '; }
		ncal2 += 'value="16">16</option>';
		
			ncal2 += '<option ';
			if (date2 == 17) { ncal2 += 'selected '; }
		ncal2 += 'value="17">17</option>';
		
			ncal2 += '<option ';
			if (date2 == 18) { ncal2 += 'selected '; }
		ncal2 += 'value="18">18</option>';
		
			ncal2 += '<option ';
			if (date2 == 19) { ncal2 += 'selected '; }
		ncal2 += 'value="19">19</option>';
		
			ncal2 += '<option ';
			if (date2 == 20) { ncal2 += 'selected '; }
		ncal2 += 'value="20">20</option>';
		
			ncal2 += '<option ';
			if (date2 == 21) { ncal2 += 'selected '; }
		ncal2 += 'value="21">21</option>';
		
			ncal2 += '<option ';
			if (date2 == 22) { ncal2 += 'selected '; }
		ncal2 += 'value="22">22</option>';
		
			ncal2 += '<option ';
			if (date2 == 23) { ncal2 += 'selected '; }
		ncal2 += 'value="23">23</option>';
		
			ncal2 += '<option ';
			if (date2 == 24) { ncal2 += 'selected '; }
		ncal2 += 'value="24">24</option>';
		
			ncal2 += '<option ';
			if (date2 == 25) { ncal2 += 'selected '; }
		ncal2 += 'value="25">25</option>';
		
			ncal2 += '<option ';
			if (date2 == 26) { ncal2 += 'selected '; }
		ncal2 += 'value="26">26</option>';
		
			ncal2 += '<option ';
			if (date2 == 27) { ncal2 += 'selected '; }
		ncal2 += 'value="27">27</option>';
		
			ncal2 += '<option ';
			if (date2 == 28) { ncal2 += 'selected '; }
		ncal2 += 'value="28">28</option>';
		
			ncal2 += '<option ';
			if (date2 == 29) { ncal2 += 'selected '; }
		ncal2 += 'value="29">29</option>';
		
			ncal2 += '<option ';
		if (date2 == 30) { ncal2 += 'selected '; }	
		ncal2 += 'value="30">30</option>';
		
			ncal2 += '<option ';
		if (date2 == 31) { ncal2 += 'selected '; }
		ncal2 += 'value="31">31</option>';
		
	
//		ncal2 += '</select>&nbsp; <select class="formyear" name="departureYear" style="width: 60; color: BLACK; font-family: Arial; font-size: 12px; border: 1px solid #000000">';
//		ncal2 += '<option selected value="03">2003</option>';
//		ncal2 += '<option value="04">2004</option>';
	ncal2 += '</select>';
	
	
	
		//  PRINT CALENDAR
	document.write(ncal2);


//  End -->	
