// JavaScript Document

/* titoli barre di navigazione */
l_mappecreate="Produced&nbsp;maps";
l_zoombar="Zoombar";
l_modalita="Mode";

/*	MODALITA' DI NAVIGAZIONE*/
l_normale='Normal';
l_distanze='Draw polygons';
l_toponimi='Select cities';
l_tappe='Waypoints';


/** voci menù**/
l_mappe='Maps';
l_percorsi='Routes';
l_poi='Points of interest';

/** labels generali**/
l_nazione="Country";
l_citta="City";
l_indirizzo="Address";
l_dovesei="You are here:";
l_cerca="Center map";
l_calcola="Get directions";
l_tipopercorso="Route";
l_dettaglio_percorso="Details";
l_poi_on_map="List";
l_nuova_ricerca='New search';
l_cancella='Cancel';
l_aggiungi='Add';
l_centra="Centre"


/**labels XML Path template**/
l_percorso_testuale="Text directions";
l_partenza="Start";
l_arrivo="End";
l_distanza="Distance";
l_tempo_percorrenza="Estimated time";
l_distanza='Distance';
l_tempo='Time';
l_step='Step';
l_totale='Total';
l_descrizione_tappe='Directions';

/** labels pop-up lista indirizzi**/
l_address_list_title='Search Result';

/** labels pop-up help**/
l_pagina_di_help='Help page';

/** labels pop-up lista P.O.I.**/
l_poilist_list_title='Points of interest';
l_numero='No.';
l_descrizione='Description';
l_icona="Icon";
l_legenda='Legend';
//l_indirizzo='Address';
l_dettaglio_poi='POI details';
l_info='Info';


/* COUNTRY COMBO OPTIONS*/
country_options='<option VALUE="1">-- select a county --</OPTION>';
country_options=country_options+'<option value="1" selected>Italy</option>';
country_options=country_options+'<option value="2">France</option>';
country_options=country_options+'<option VALUE="3">Germany</OPTION>';
country_options=country_options+'<option VALUE="S">England</OPTION>';
country_options=country_options+'<option value="8">Austria</option>';
country_options=country_options+'<option value="9">Switzerland</option>';
country_options=country_options+'<option VALUE="5">Belgium</OPTION>';
country_options=country_options+'<option VALUE="6">Luxembourg</OPTION>';
country_options=country_options+'<option VALUE="7">Holland</OPTION>';
country_options=country_options+'<option VALUE="M">Spain</OPTION>';
country_options=country_options+'<option VALUE="M">Portugal</OPTION>';
country_options=country_options+'<option VALUE="T">Wales</OPTION>';
country_options=country_options+'<option VALUE="V">Scotland</OPTION>';
country_options=country_options+'<option VALUE="B">Monaco</OPTION>';
country_options=country_options+'<option VALUE="E">Andorra</OPTION>';
country_options=country_options+'<option VALUE="C">Liechtenstein</OPTION>'; 
country_options=country_options+'<option VALUE="K">Czech Republic</OPTION>';
country_options=country_options+'<option VALUE="L">Slovakia</OPTION>';
country_options=country_options+'<option VALUE="G">Sweden</OPTION>';
country_options=country_options+'<option VALUE="N">Denmark</OPTION>';
country_options=country_options+'<option VALUE="W">Norway</OPTION>';




/* GROUPS OPTIONS*/
groups_options='<option value="NAV_2_1001">Vitto&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>';
groups_options=groups_options+'<option value="NAV_2_1002">Lodging</option>';
groups_options=groups_options+'<option value="NAV_1_992">Transports</option>';
groups_options=groups_options+'<option value="NAV_1_993">Public Transport</option>';
groups_options=groups_options+'<option value="NAV_1_994">Free Time</option>';
groups_options=groups_options+'<option value="NAV_1_995">Money</option>';

/** TIPO PERCORSO**/
pth_type_options='<OPTION VALUE="1">Più veloce senza autostrada</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="2">Shortest without highway</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="5" selected>Fastest without highway</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="6">Shortest with highway</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="8">Pedestrian</option>';

/** DETTAGLIO PERCORSO**/
pth_detail_options='<OPTION VALUE="1">Minimum</option>';
pth_detail_options=pth_detail_options + '<OPTION VALUE="2">Partial</option>';
pth_detail_options=pth_detail_options + '<OPTION VALUE="3">Maximum</option>';
							
/**tooltips**/
l_imposta_partenza='Set as start';
l_imposta_destinazione='Set as destination';
t_mod_normale='Normal mode';
t_mod_distanze='Distance mode';
t_mod_tappe='Waypoints mode';
t_mod_toponimi='Toponyms mode';
t_zoom_piu='Decrease scale'
t_zoom_meno='Increase scale';
t_elenco_poi='Show points on map';
t_legenda='Show legend';
t_cerca='Find Address';
t_calcola='Compute route';
t_cancella='Cancel route';
t_prima='First';
t_ultima='Last';
t_precedente='Previous';
t_successiva='Next';

/**error codes**/
e_70="Map error";
e_71="Route not computed";
e_72="Address not found";//    -->ricerca indirizzo
e_73="POI not found";//	   -->ricerca prossimità
e_74="POI list incomplete";//  -->in caso non si visualizzino tutti i poi di

