// JavaScript Document

/* titoli barre di navigazione */
l_mappecreate="Your&nbsp;maps";
l_zoombar="Zoombar";
l_modalita="View mode";

/*	MODALITA' DI NAVIGAZIONE*/
l_normale='Standard';
l_distanze='|Kms|';
l_toponimi='Street&nbsp;names';
l_tappe='Tappe';
l_poilabel='Shops';

/** voci menù**/
l_mappe='Maps';
l_percorsi='Itineraries';
l_poi='Points of interest';
l_torna_risultati='Back to results';

/** labels generali**/
l_nazione="Country";
l_citta="City";
l_indirizzo="Address";
l_dovesei="&nbsp;You&nbsp;are&nbsp;here:&nbsp;";
l_cerca="Search";
l_calcola="Calculate";
l_tipopercorso="Itinerary";
l_dettaglio_percorso="Details";
l_poi_on_map="&nbsp;Create list&nbsp;&gt;&gt;&nbsp;";
l_nuova_ricerca='New search';
l_cancella='Reset';
l_aggiungi='Add';
l_centra="Re-center"


/**labels XML Path template**/
l_percorso_testuale="Percorso Testuale";
l_partenza="Departure";
l_arrivo="Arrival";
l_distanza="Distance";
l_tempo_percorrenza="Estimated time";
l_distanza='Distance';
l_tempo='Time';
l_step='Step';
l_totale='Total';
l_descrizione_tappe='Turnings';

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

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

/** 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='&nbsp;Map&nbsp;Legend&nbsp;';
//l_indirizzo='';
l_dettaglio_poi='Detail POI';
l_info='Info';

o_startoption='Choose...';

/* COUNTRY COMBO OPTIONS*/
country_options='<option VALUE="ITA">-- seleziona la nazione --</OPTION>';
country_options=country_options+'<option value="ITA" selected>Italy</option>';
country_options=country_options+'<option value="AND">Andorra</OPTION>';
country_options=country_options+'<option VALUE="AUT">Austria</OPTION>';
country_options=country_options+'<option VALUE="BEL">Belgium</OPTION>';
country_options=country_options+'<option VALUE="BGR">Bulgaria</OPTION>';
country_options=country_options+'<option VALUE="CZE">Czech Republic</OPTION>';
country_options=country_options+'<option value="DNK">Denmark</OPTION>';
country_options=country_options+'<option VALUE="FRA">France</OPTION>';
country_options=country_options+'<option value="DEU">Germany</OPTION>';
country_options=country_options+'<option VALUE="LIE">Liechtenstein</OPTION>';
country_options=country_options+'<option VALUE="LUX">Luxembourg</OPTION>';
country_options=country_options+'<option VALUE="MCO">Monaco</OPTION>';
country_options=country_options+'<option VALUE="NDL">Netherlands</OPTION>';
country_options=country_options+'<option VALUE="NOR">Norway</OPTION>';
country_options=country_options+'<option VALUE="PRT">Portugal</OPTION>';
country_options=country_options+'<option VALUE="SVK">Slovak Republic</OPTION>'; 
country_options=country_options+'<option VALUE="ESP">Spain</OPTION>';
country_options=country_options+'<option VALUE="SWE">Sweden</OPTION>';
country_options=country_options+'<option VALUE="CHE">Swiss</OPTION>';
country_options=country_options+'<option VALUE="GBR">United Kingdom</OPTION>';
country_options=country_options+'<option VALUE="HUN">Hungary</OPTION>';

/* GROUPS OPTIONS*/
groups_options='<option value="NAV_2_1001">Food&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>';
groups_options=groups_options+'<option value="NAV_2_1002">Accomodations</option>';
groups_options=groups_options+'<option value="NAV_1_992">Transportation</option>';
groups_options=groups_options+'<option value="NAV_1_993">Public Services</option>';
groups_options=groups_options+'<option value="NAV_1_994">Leisure</option>';
groups_options=groups_options+'<option value="NAV_1_995">Money</option>';

/** TIPO PERCORSO**/
pth_type_options='<OPTION VALUE="1">Quickest, no motorways</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="2">Shortest, no motorways</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="5">Quickest, with motorways</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="6">Shortest, with motorways</option>';
pth_type_options=pth_type_options + '<OPTION VALUE="8">Foot itinerary</option>';

/** DETTAGLIO PERCORSO**/
pth_detail_options='<OPTION VALUE="1">Min</option>';
pth_detail_options=pth_detail_options + '<OPTION VALUE="3">Max</option>';
							
/**tooltips**/
l_imposta_partenza='Set as departure point';
l_imposta_destinazione='Set as arrival point';
t_mod_normale='Set standard view mode';
t_mod_distanze='Set Kms mode';
t_mod_tappe='Imposta modalit&agrave; tappe';
t_mod_toponimi='Set street names mode';
t_zoom_piu='more detail'
t_zoom_meno='less detail';
t_elenco_poi='Create a list of points of interest appearing in the map';
t_legenda='show map legend';
t_cerca='Address search';
t_calcola='Calculate itinerary';
t_cancella='Reset itinerary';
t_prima='first map';
t_ultima='last map';
t_precedente='previous map';
t_successiva='next map';
t_ingrandire='How to enlarge an area ';
t_centrare='How to re-center';
t_visua_dist='How to calculate a distance';
t_visua_toponimi='How to highlight a street name';

/**error codes**/
e_70="Error: map not found";
e_71="Error: itinerary not found";
e_72="Error: address not found";//    -->ricerca indirizzo
e_73="Error: point of interest not found";//	   -->ricerca prossimità
e_74="Error: points of interest are only partially available";//  -->in caso non si visualizzino tutti i poi di

