/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['News', 'content.html?news'],
		['Specials', 'content.html?specials'],
 		['Company Info','content.html?company']
	],
	['Web Design', null, null,
   ['Free tools', 'content.html?freetools',null,
		['Web Editor Software', 'content.html?freetools1'],
		['FTP Software', 'content.html?freetools2'],
		['Apache PHP MySQL', 'content.html?freetools3'],
		['Anti-Virus Software', 'content.html?freetools4']
   ],
   ['PHP Scripts', null,null,
		['Source Forge', 'content.html?NAMEOFPAGE'],
		['Chipmunk', 'content.html?NAMEOFPAGE'],
		['Free Scripts', 'content.html?NAMEOFPAGE'],
		['www.PHP.com', 'content.html?NAMEOFPAGE']
   ],
   ['Commercial Software', null,null,
		['Corel Paintshop Pro X', 'content.html?NAMEOFPAGE'],
		['Adobe Dreamweaver', 'content.html?NAMEOFPAGE'],
		['Adobe Flash', 'content.html?NAMEOFPAGE'],
		['Adobe Fireworks', 'content.html?NAMEOFPAGE']
   ],
	],
	['Portfolio', null, null,
   ['Commercial Sites',null,null,
		['Taj Mahal of Boise', 'http://www.tajmahalofboise.com', 'testwindow1'],
		['House 4 Sale', 'http://www.qrprogramming.com/house4sale/', 'testwindow2']
   ],
   ['Sample Sites',null,null,
		['Bread Baking Site', 'content.html?NAMEOFPAGE'],
		['eZine Site', 'content.html?NAMEOFPAGE']
   ],
   ['QRProgramming Sites',null,null,
		['Web log - BLOG', 'content.html?NAMEOFPAGE'],
		['Amazon.com Storefont', 'content.html?NAMEOFPAGE'],
		['Shopping Cart/PayPal', 'content.html?NAMEOFPAGE']
   ],
	],
	['Web log (BLOG)', null, null,
		['BLOG Info', 'content.html?NAMEOFPAGE'],
		['BLOG Software', 'content.html?NAMEOFPAGE'],
		['BLOG Online', 'content.html?NAMEOFPAGE']
	],
	['Online Shop', null, null,
   ['Shopping Cart', null,null,
		['Shopping Cart Info', 'content.html?NAMEOFPAGE'],
		['Shopping Cart Software', 'content.html?NAMEOFPAGE'],
		['Shopping Cart Demo', 'content.html?NAMEOFPAGE'],
		['Shopping Cart Admin', 'content.html?NAMEOFPAGE']
   ],
	 ['Amazon.com Storefront', null,null, 
		['Amazon.com Info', 'content.html?NAMEOFPAGE'],
		['Amazon.com Software', 'content.html?NAMEOFPAGE'],
		['Amazon.com Store', 'content.html?NAMEOFPAGE'],
		['Amazon.com Admin', 'content.html?NAMEOFPAGE']
	 ],
	],
	['Tech Support', null, null,
		['Consultation', 'content.html?NAMEOFPAGE'],
		['Website Maintenance', 'content.html?NAMEOFPAGE'],
		['Computer Training', 'content.html?NAMEOFPAGE'],
		['Online Store/Payments', 'content.html?NAMEOFPAGE'],
		['Anti-Virus Service', 'content.html?NAMEOFPAGE'],
		['System Evaluation', 'content.html?NAMEOFPAGE'],
		['Wireless Network', 'content.html?NAMEOFPAGE'],
		['Software Setup', 'content.html?NAMEOFPAGE']
	],
	['Contact', null, null,
		['Newsletter', 'content.html?NAMEOFPAGE'],
		['Contact Form', 'content.html?NAMEOFPAGE'],
		['Email', 'content.html?NAMEOFPAGE']
	],
];

