/*
-------------------------------------------------------------------------------------------
	GLOBAL VARIABLES -- This file declares all variables needed by myriad functions.  If
	you want to declare a variable that more than one function can use, put it in this
	file.

	Note: The "anchors" declared below are the equivalent of the <A> tag.  As is obvious,
	each link is named according to what it pertains to.  example:

		For "Skenar Technology", the anchor name would be: anchorSkenar
		For the Skenar sub link "Theory", the anchor name would be : anchorSkenarTheory

	Also, the above mentioned sub link "Theory" is indented to easily indicate that it is
	part of the parent section, "Skenar".

	If you keep this method intact, you're in for smooth sailing.
-------------------------------------------------------------------------------------------
*/


/*
****************************************************
	begin global variables
****************************************************
*/

	var beginRow = '<tr>';
	var beginData = '<td>';
	var beginDataLeft = '<td align="left">';

	var endData = '</td>';
	var endRow = '</tr>';
	var endTable = '</table>';

	var endImage = '</img>';
	var endAnchor = '</a>';

	var lineBreak = '<br>';

	// setup BOLD variable
	var beginBold = '<span class="bold">';
	var endBold = '</span>';

	var anchorHome = '<a href="http://www.green8usa.com" class="leftSide">';
	var anchorPolicy = '<a href="http://futuretechtoday.net/policy.htm" class="leftSide">';
	var anchorContact = '<a href="http://futuretechtoday.net/contact/index.php" class="leftSide">';
	var anchorSiteMap = '<a href="http://futuretechtoday.net/siteMap.htm" class="leftSide">';
	var anchorAboutUs = '<a href="http://futuretechtoday.net/aboutUs.htm" class="leftSide">';
	var anchorHelp = '<a href="http://futuretechtoday.net/help.htm" class="leftSide">';
	var anchorElectro1 = '<a href="http://futuretechtoday.net/" class="leftSide">';
	var anchorCatalogRequest = '<a href="http://futuretechtoday.net/forms/index.htm" class="leftSide">';


	var anchorPhoneInfo = '<a href="http://futuretechtoday.net/green8/phoneinfo.htm" class="leftSide">';

	var anchorCellRadiation = '<a href="http://futuretechtoday.net/green8/radiation.htm" class="leftSide">';
		var anchorLink1 = '<a href="http://www.ewire.com/display.cfm?Wire_ID=1480" class="leftSideSubLink" target="_blank">';
		var anchorLink2 = '<a href="http://ehpnet1.niehs.nih.gov/docs/2003/6039/abstract.html" class="leftSideSubLink" target="_blank">';
		var anchorLink3 = '<a href="http://ehpnet1.niehs.nih.gov/docs/2001/109-5/correspondence.html" class="leftSideSubLink" target="_blank">';

		var anchorLink4 = '<a href="http://ehpnet1.niehs.nih.gov/docs/2000/108p1059-1062chia/abstract.html" class="leftSideSubLink" target="_blank">';
		var anchorLink5 = '<a href="http://www.health-concerns.org/health_concerns/registry.asp" class="leftSideSubLink" target="_blank">';
		var anchorLink6 = '<a href="http://www.health-concerns.org/health_concerns/survey_news.asp" class="leftSideSubLink" target="_blank">';
		var anchorLink7 = '<a href="http://www.health-concerns.org/health_concerns/registry_news/" class="leftSideSubLink" target="_blank">';

	var anchorPhoneRadia = '<a href="http://futuretechtoday.net/green8/radfacts.htm" class="leftSide">';

	var anchorPhoneDistribution = '<a href="http://futuretechtoday.net/green8/distribution.htm" class="leftSide">';

	var anchorGreen8 = '<a href="http://futuretechtoday.net/green8/green8.htm" class="leftSide">';
		var anchorGreen8Proof = '<a href="http://futuretechtoday.net/green8/green8.htm#proof" class="leftSideSubLink">';
		var anchorGreen8Video = '<a href="http://futuretechtoday.net/green8/green8Video.htm" class="leftSideSubLink">';


// added
	var anchorPST28 = '<a href="http://futuretechtoday.net/green8/pst28.htm" class="leftSide">';

	var anchorPST23 = '<a href="http://futuretechtoday.net/green8/pst23.htm" class="leftSide">';



	var anchorFutureTech = '<a href="http://www.futuretechtoday.com/" class="leftSide" target="_blank">';

	var anchorCellHealth = '<a href="http://futuretechtoday.net/brain/index.html" class="leftSide">';
		var anchorCellHealthHazard = '<a href="http://futuretechtoday.net/brain/index.html" class="leftSideSubLink">';
		var anchorCellHealthSolution = '<a href="http://futuretechtoday.net/brain/brain.htm" class="leftSideSubLink">';
		var anchorCellHealthProof = '<a href="http://futuretechtoday.net/green8/images/G-8-Test-En.pdf" class="leftSideSubLink">';

	var anchorBrainShield = '<a href="http://futuretechtoday.net/brain/index.htm" class="leftSide">';
		var anchorBrainShieldProof = '<a href="http://futuretechtoday.net/brain/proof.htm" class="leftSideSubLink">';
		var anchorBrainShieldPerformance = '<a href="http://futuretechtoday.net/brain/performance.htm" class="leftSideSubLink">';
		

	var anchorEverydaywealth = '<a href="http://wealthlink.com/futuretech" class="leftSide">';


/*
****************************************************
	end global variables
****************************************************
*/
