/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	

	15jan2006 revised by Grason Software & Systems, Inc. 
	each line is a NAME followed by a LINK. 
	If no LINK exists, use the 'null' variable.
	
	this file is very short in length as it only defines the menu entries, 
	and contains no other information.
	
	last revised 15jan2006

	
*/

var TREE_ITEMS = [
	
	['Home', 'http://www.remoteinet.com/',
	
	['Business Continuity Services',null,
		['Asset Inventory & Monitoring', null],
		['Off-Site Backup', null],
		['Patch Management', null],
		['Security & Access Services', null],
		['Application Deployment', null],
		['PureCustom Solutions', null],
		],
	
	['Optional Services', null,
		['Backup Data Circuits', null],
		['Data Replication', null],
		['High Availability Server', null],
		['24x7 Live Help Desk', null],
		['Pre-Configured Spares', null],
		['Standby Data Center', null],
		],
        
        ['Industries We Serve', null,
        	['Accounting Services', null],
        	['Financial Services', null],
        	['HealthCare & Medical', null],
        	['Legal Services', null],
        	['Real Estate', null],
        	['Retailing', null], 
        	],
   	     	    
	['DecisionMaking Tools',null,
		['Frequent Questions', null],
		['Case Studies', null],
		['Whitepapers', null],
		['Related Articles', null],
		['QuickLinks', null],
		],
   		 
	['Business Section', null, 
		['Information Request', null],
		['OnLine Estimator', null],
		['Step-by-Step Deployment', null],
		['Blank Forms', null],
		['Subscription Billing','http://www.grason.com/billing.htm'],
		['Conditions of Sale', 'http://www.grason.com/salesterms.htm'], 
		],
	
	
        ['24x7 Services', null,
        	['Grason WebSupport','http://websupport.grason.com'],
		['Our Public FTP Site', 'ftp://ftp.grason.com/pub/'],
		['The Grason Forum', null],
        	['MicroWiseSolutions eStore', null],
		['Atlantic Webs', 'http://www.atlanticwebs.net'],
	   	],        

		                                                        
	['Partner Site', null,
		['Referral Partners', 'referral.htm'],
		['Affiliate Partners', 'affiliates.htm'],
		['Partner Login', 'partnerlogin.htm'],
		],
		
	['About Us',null,
		['History', 'history.htm'],
		['Corporate Profile','profile.htm'],
		['Contact Us', 'contactus.htm'],
		['Legal','legal.htm'],
		],

/* 
	the right brace below closes-off the initial topic (i.e., Home)
	and the final brace at the bottom closes-off the variable TREE-ITEMS
*/
		
	]
];    
