<osd enabled="yes" type="text" label="Vers ${navigation.item[1].street_name}" 
	x="0" y="0" font_size="300"  w="480" h="40" align="4" background_color="#000000c8"/>
<osd enabled="yes" type="navigation_next_turn" 
	x="0" y="40"  w="140" h="60"  background_color="#000000cc" />
<osd enabled="yes" type="text" label="${navigation.item[1].length[named]}" 
	x="0" y="100" w="140" h="40" align="" background_color="#000000cc" font_size="450"/>

<osd enabled="yes" type="text" label="${vehicle.position_speed} / ${tracking.item.route_speed}" 
	x="140" y="40" w="260" h="25" align="0" background_color="#000000cc" font_size="280"/>

<osd enabled="yes" type="gps_status"  x="-80" y="40" w="80" h="30" align="0" background_color="#000000cc" font_size="200" />
<osd enabled="yes" type="text" label="${vehicle.position_sats_signal}/${vehicle.position_qual}" 
	x="-80" y="70" font_size="300" w="80" h="25" align="0" background_color="#000000cc"/>


<osd enabled="yes" type="button" x="-96" y="-126" command="zoom_in()" src="zoom_in.xpm"/>
<osd enabled="yes" type="button" x="0" y="-126" command="zoom_out()" src="zoom_out.xpm"/> 

<osd enabled="yes" type="text" label="${navigation.item.street_name} ${navigation.item[1].street_name_systematic}"  
	x="0" y="-55" w="480" h="30" align="0" background_color="#000000cc" font_size="250" />


<osd enabled="yes" type="text" label="ETA:${navigation.item.destination_time[arrival]}"  x="0" y="-25" w="160" h="25" align="4" background_color="#000000cc" font_size="350" />
<osd enabled="yes" type="text" label="TL:${navigation.item.destination_time[remaining]}"  x="160" y="-25" w="160" h="25"align="4" background_color="#000000cc" font_size="350" />
<osd enabled="yes" type="text" label="Dist:${navigation.item.destination_length[named]}"  x="320" y="-25" w="160" h="25" align="4" background_color="#000000cc" font_size="350" />
