function selectHotel( item )
{
id = item[ item.selectedIndex ].value;
window.open( id );
}