/*****************************************************************

	* NEWBOOK * Centrale de reservation hoteli¸re
	* bbl javascript globale
													2004
*****************************************************************/
function seemap(idHotel){
var properties='height=325,width=520,left=0,top=0,location=no,scrollbars=no,menubars=no,resizable=no,status=no';
window.open('http://www.france-hotels.com/gmap/index.php?id_hotel='+idHotel, 'map', properties);
}
