/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'homepage.htm', {'tw':'main','tt':'Go to Home Page'},
		['A few words about COBOL', 'about_cobol.htm', {'tw':'main','tt':'Facts and Truth about COBOL'}],
		['COBOL Gold Mine®', 'cobolgoldmine.htm', {'tw':'main','tt':'At COBOL Gold Mine®, we think differently'}],
		['COBOL Items of Interest', 'under_revision.htm', {'tw':'main','tt':'COBOL Items of interest to discover'}]
	],
	['<marquee behavior="alternate" width="130">COBOL in Action</marquee>', 'cobolontheinternet.htm', {'tw':'main','tt':'Porting Legacy COBOL to the Internet/Cloud','sw':136},
		['<i>Web</i>UDABS - <font size="1">(eBusiness)</font>', 'webudabs_page.htm', {'tw':'main','tt':'This is an eBusiness COBOL application ','bt':10}],
		['CGM <i>eStore</i> - <font size="1">(eCommerce)</font>', 'CGMestore_page.htm', {'tw':'main','tt':'This is an eCommerce COBOL application ','bt':10}],
		['Advanced FORM Handling', 'cobolform_page.htm', {'tw':'main','tt':'This is a FORM Handling COBOL application ','bt':10}]
	],
	['COBOL Rejuvenation', 'cobol_rejuvenation.htm', {'tw':'main','tt':'Legacy COBOL Conversion and Modernization'},
		['Conversion & Migration', 'cobol_consulting.htm', {'tw':'main','tt':'COBOL Application Conversion and Migration','bt':10},
			['Sliver Platter Level', 'cobol_consulting.htm#silver', {'tw':'main','tt':'Sliver Platter Level Solution'}],
			['Gold Platter Level', 'cobol_consulting.htm#gold', {'tw':'main','tt':'Gold Platter Level Solution'}],
			['Platinum Platter Level', 'cobol_consulting.htm#platinum', {'tw':'main','tt':'Platinum Platter Level Solution'}],
			['Contact Consulting at ILS', 'cobol_consulting.htm#contact', {'tw':'main','tt':'Contact Consulting at ILS International'}]
		],
		['Legacy2: <i>the eBusiness</i> ©', 'legacy2ebusiness.htm', {'tw':'main','tt':'Legacy COBOL Conversion to eBusiness','bt':10}],
		['COBOL Legacy Assessment ', 'legacy_assessment.htm', {'tw':'main','tt':'COBOL applications assessment and component analysis','bt':10}]
	],
	['COBOL Apps Hosting', 'cobol_webhosting.htm', {'tw':'main','tt':'COBOL Application Cloud Hosting'},
		[' Email Cloud Hosting Request', 'mailto:sales@ils-international.com&subject=COBOL Cloud Hosting Information Request', {'tt':'Request COBOL Cloud Hosting info'}]
	],
	['Contact', 'contact_ils_international.htm',
{'tw':'main','tt':'Contact ILS International'},
		['Contact Form', '../cobolcgi/contactform.exe', {'tw':'main','tt':'Use this form to request information&#010;Form email powered 100% by COBOL!'}],
		['ILS International', 'contact_ils_international.htm', {'tw':'main','tt':'Contact ILS International'}]
	]
];

