<!--  

function myDepartureCity()
{
var departurecity=document.frmDeparture.Departure.options[document.frmDeparture.Departure.selectedIndex].value
window.open('http://www.applevacations.com//jsp/spm/SPMDS03_RS.jsp?Gateway=' + departurecity + '&Destination=null&Material=null&HotelChain=null&HotelType=null&RoomType=null&Duration=1,2,3,4,5,6,7,8,9,10,11,12,13,14,&Design=&DesignOriginal=null&Color=Green&Rating=null&RatingOriginal=null&Url=null&SelectedGateways=' + departurecity + ',&DLVENDORID=null&DLSITE=Y','forgotpassword',config='height=600,width=775,top=30,left=30,scrollbars');return false;
}

 -->