*********************
NAVIHELPER PLUGIN
PLUGIN FOR WE-TRAVEL VERSIONS >=V0.9.06
CREATED BY: JORIS SYNAEVE, WE-TRAVEL (2008-2009), BELGIUM
*********************
*********************
LAYOUT MANUAL
*********************
The layout is an xml-data file. You can customize this for your needs.
See the current layout for a standard-example.

You can add multiple skinlet-images on your screen:
An image is tagged between <image></image> (=image-structure). You can add or delete as much image-structures you want.
An image-structure is defined by a 
* name <name>
* Skinlet <skinlet>
	> This is the classpath to this skinlet. Be sure the value "JorisS.NaviHelper.NaviHelper" is always available between this tag.
	> You can give the skinlet some variables:
		-> DrawType: 
			> DrawType=Speed: This will shown the speed-indicator with location indicator on your screen
			> DrawType=Icon: This will shown the navigation icon on your screen. Be sure you give also The IconNumber if you use this variable!
		-> IconNumber:
			> IconNumber=[1-3]: this is a value for respectively the next navigation-point to the 3th-next navigation point.
		-> IconType:
			> IconType=xxx: This will drawn an icon in the iconset (in the xxx-directory of the Icons-directory).
* x & y : This is the position where you want your image on the screen
* width & height: This is the width and height of your image
* hanchor & vanchor & torder & cmd: Only for advanced users!
************************
