//**************************************////			FAQ_NavigateVars.js////**************************************var	NavigateFunctions = [	["Dummy","Dummy","","Dummy Zero Entry"],	["Back" ,"&#9668;&#9552;&#9552;&#9552;" ,"b","Navigate Back"],	["Home" ,"Home" ,"h","Navigate to Home Page"],	["Up",   "&#9650;Up&#9650;","u","Navigate Up One Level"],	["Down" ,"&#9660;Dn&#9660;" ,"d","Navigate Down One Level"],	["Top",  "&#9567;&#9668;&#9552;&#9559;",,"Navigate to Top Level"],	["First","&#9500;&#9668;&#9552;&#9559;","f","Navigate to First Section"],	["Prev1","&#9668;&#9552;&#9552;&#9574;","", "Navigate to Previous Section - same or higher level"],	["Prev2","&#9668;&#9552;&#9552;&#9580;","v","Navigate to Previous Section - regardless of level"],	["Next2","&#9580;&#9552;&#9552;&#9658;","n","Navigate to Next Section - regardless of level"],	["Next1","&#9574;&#9552;&#9552;&#9658;","", "Navigate to Next Section - same or higher level"],	["Last" ,"&#9562;&#9552;&#9658;&#9508;" ,"l","Navigate to Last Section"],	["Plain","Plain","", "Reload Document without Frames or Navigation"],	["Print","Print","p","Load Printable Version of this file"],	["Help", "Help" ,"h","Help and Other Useful Information"]	];var	NavigateAnchorName	= "A_Name_";var NavigateAnchorID	= "A_ID_";var	NavigateAnchorFocus	= "Go";var	NavigateButtonID	= "B_ID_"var	NavigateButtonName	= "B_Name_";var	NavigateButtonFocus	= "B_Focus_";var	NavigateButtonClick	= "B_Click_";var	NavigateButtonUp	= "TopButtonUp";var	NavigateButtonDn	= "TopButtonDn"
