IFTLUI UnitFrames (Player/Target) Version 1.0

To Add To an Existing UI
	
	1.)Unzip 
	2.)Move eq2ui_mainhud_target.xml, eq2ui_mainhud_player.xml, _IFTL_Styles.xml To Your Named UI Folder 
	3.)Open Both The eq2ui_custom.xml File in the Named UI Folder
	4.)Add The Next Line To The File At The End
	<Namespace Name="IFTL_Styles"><include>_IFTL_Styles.xml</include></Namespace>
	6.)Move images in Images Folder Into The Already Existing Images Folder
	
	P.S The eq2ui_custom.xml and eq2ui_skininfo.xml Will Not Be Used
	
To Add To Default UI
	
	1.)Unzip
	2.)Create A Folder Under UI Directory Named IFTLUI 
	3.)Move All Files Into UI\IFTLUI
	4.)Create A File Named Eq2.ini Under Your EverQuest II Folder(Where EQ2.exe is Located)
	5.)Add The Next Two Lines To The File
	cl_ui_skinname IFTLUI
	cl_ui_subdir UI/

How To Change Bar Graphics

	1.)Open _IFTL_Styles.xml
	2.)Edit The Line<ImageFrame Name="image" SourceRect="0,0,256,32" Source="images/Aluminium.tga"  Stretch="false"/>
	3.)Source="images/GraphicYouWantToUseHere.tga"
	4.)SourceRect="0,0,WidthOfGraphicHere,HeightOfGraphicHere" 
	