<!--
var expandSrc="images/expand.gif";
var colapseSrc="images/colapse.gif";
var arrowSrc="images/arrow.jpg";

/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1 // if do not want to use transitions or filters in any of the tips set this to 0

Text['release_info_version']=["Release Build "+release_ap_version,"<span class=\"text\">This release [ <span class=\"text_red_bold\">"+release_ap_version+"</span> ] contains a large number of fixes and changes.<br><a href=\"http://tracker.mywhmautopilot.com/report/10\" target=\"apchangelog\"><span class=\"text_blue\" onmouseover=\"this.className='text_green';\" onmouseout=\"this.className='text_blue';\">Click here</span></a> to see a list of recent bug fixes.</span>"]

if (release_upgrade_sql=="") {
	upgrade_type="<span class=\"text\">There have only been file changes to the release. A full file upgrade is required to be up to date with your installation.</span>"
} else {
	upgrade_type="<span class=\"text\">There have been both file changes and database changes to the release. A full file upgrade and database update is required to be up to date with your installation.</span>"
}

Text['release_info_upgrade_type']=["File Upgrade Type",""+upgrade_type+"<br><br>&nbsp;&nbsp;<span class=\"text_red_bold\">Admin Upgrade:</span><br><center><div class=\"wrapper\" align=\"left\"><span class=\"text\">To upgrade the admin area you will  have to upload and overwrite ALL files.<br><a href=\"#g2_2\"><span class=\"text_blue\" onmouseover=\"this.className='text_green';\" onmouseout=\"this.className='text_blue';\" onClick=\"openDiv('upgradeGuide'); expand('upgradeGuide');\">Click here</span></a> for detailed upgrading instructions.</span></div></center><br>&nbsp;&nbsp;<span class=\"text_red_bold\">Client Profile Upgrade:</span><br><center><div class=\"wrapper\" align=\"left\"><span class=\"text\">If you have multiple profiles you will have to upload all files to all profile locations.<br><a href=\"#g2_3\"><span class=\"text_blue\" onmouseover=\"this.className='text_green';\" onmouseout=\"this.className='text_blue';\" onClick=\"openDiv('upgradeGuide'); expand('upgradeGuide');\">Click here</span></a> for detailed upgrading instructions.</span></div></center>"]

Text['release_info_upgrade_sql']=["Upgrade SQL To v. "+release_ap_version,"<span class=\"text_green_bold\">Simple Upgrade</span> <span class=\"text_green\">Only if you are upgrading from <i><b>"+last_ap_version+"</b></i><center><div class=\"wrapper_100\" align=\"left\">1) Run this SQL query code against your database ( while logged into phpMyAdmin, and have your database selected ).<br>2) Upload the update file structure to your admin area and all client profiles.</span><br><center><textarea class=\"upgrade_sql\">"+release_upgrade_sql+"</textarea></center></div></center><br><span class=\"text_red_bold\">Multiple Version Upgrade</span> <span class=\"text_red\">If you are upgrading from a version older than <i><b>"+last_ap_version+"</b></i><center><div class=\"wrapper_100\" align=\"left\"><span class=\"text_red\"><a href=\"#g2_1_2\"><span class=\"text_blue\" onmouseover=\"this.className='text_green';\" onmouseout=\"this.className='text_blue';\" onClick=\"openDiv('upgradeGuide'); expand('upgradeGuide');\">Click here</span></a> if you are upgrading across multiple versions to read the Upgrade Guides for the Updating the Database.</span></div></center>"]

Style['release_info_container']=[
	"white",			//	TitleColor
	"black",			//	TextColor
	"#CE0000",			//	TitleBgColor
	"white",			//	TextBgColor
	"",					//	TitleBgImag
	"",					//	TextBgImag
	"",					//	TitleTextAlign
	"",					//	TextTextAlign
	"Tahoma",			//	TitleFontFace
	"Verdana",			//	TextFontFace
	"fixed",			//	TipPosition
	"sticky",			//	StickyStyle
	"",					//	TitleFontSize
	"",					//	TextFontSize
	420,				//	Width
	"",					//	Height
	1,					//	BorderSize
	5,					//	PadTextArea
	320,				//	CoordinateX
	150,				//	CoordinateY
	37,					//	TransitionNumber [ 1 thru 51 ]
	1,					//	TransitionDuration
	"",					//	TransparencyLevel [ 1 thru 99 ] No Quotes
	"complex",			//	ShadowType ["complex" or "simple"]
	"#000000"			//	ShadowColor
]

applyCssFilter() // KEEP

//-->

