/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [	
	['ANDROGRADE','http://andrograde.com', {'tw' : '_parent'}],
	['BEAT ME UP TOO','http://andrograde.com/games.php?game=BMU2', {'tw' : '_parent'}],
	['BEAT ME UP','../../Projects/Game2/game2.php', {'tw' : '_parent'}],
	['TECHNOPOLY','../../technopoly.php', {'tw' : '_parent'}],
	['FFS','../../FFS.php', {'tw' : '_parent'}],	
	['PROJECTS','../../projects.php', {'tw' : '_parent'}],
	['CODE >','', {'tw' : '_parent'},
	    ['BREW >', '', {'tw' : '_parent'},
			['C++ in BREW','../../Code/brewcpp.php', {'tw' : '_parent'}],
			['Misc','../../Code/codebrew.php', {'tw' : '_parent'}],
		],		
		['Javascript >', '', {'tw' : '_parent'},
			['Null or not an Object','../../Code/codejavascript.php', {'tw' : '_parent'}],
			['Toggling page elements','../../Code/codeshowhide.php', {'tw' : '_parent'}],
		],
        ['CSS >', '', {'tw' : '_parent'},
            ['Advanced CSS For Tables','../../Code/codecsstable.php', {'tw' : '_parent'}],            
        ],
		['PHP >', '', {'tw' : '_parent'},
			['Implementing CAPTCHA','../../Code/phpcaptcha.php', {'tw' : '_parent'}],
			['Getting the current URL','../../Code/phpurl.php', {'tw' : '_parent'}],
			['Creating an RSS feed','../../Code/phprss.php', {'tw' : '_parent'}],
			['Creating a Facebook App in PHP4','../../Code/phpfacebook.php', {'tw' : '_parent'}],
		],
		['Flash >', '', {'tw' : '_parent'},
			['XML AS 3','../../Code/as3xml.php', {'tw' : '_parent'}],
			['Creating a UI in AS 3','../../Code/as3ui.php', {'tw' : '_parent'}],
			['Disabling Browser Caching','../../Code/as3nocache.php', {'tw' : '_parent'}],
			['Error with downloading Remote Content','../../Code/as3error.php', {'tw' : '_parent'}],
			['Gapless sound looping in Flash','../../Code/as3loopsong.php', {'tw' : '_parent'}],
		],
		['J2ME >', '', {'tw' : '_parent'},
			['JSR135 Camera Access','../../Code/j2mecamera.php', {'tw' : '_parent'}],		
			['Event Threaded TimerTask','../../Code/codetimertask.php', {'tw' : '_parent'}],		
			['Adding JSR75 Contacts','../../Code/codejsr75.php', {'tw' : '_parent'}],		
			['WMA / JSR120','../../Code/codej2mewma.php', {'tw' : '_parent'}],		
			['Sprint Error 909','../../Code/code909.php', {'tw' : '_parent'}],		
			['Custom ANT fileset task','../../Code/codeant.php', {'tw' : '_parent'}],		
			['Image Scaling','../../Code/codescaling.php', {'tw' : '_parent'}],		
			['Rendering a 3D cube','../../Code/codej2merendercube.php', {'tw' : '_parent'}],
			['Tips and Tricks','../../Code/codej2metricks.php', {'tw' : '_parent'}],		
		],		
		['C/C++ >', '', {'tw' : '_parent'},
			['Graphics >', '', {'tw' : '_parent'},
				['Optimized Line Drawing','../../Code/codeline.php', {'tw' : '_parent'}],
				['Optimized Circle Drawing','../../Code/codecircle.php', {'tw' : '_parent'}],
				['Drawing an Ellipse','../../Code/ellipse.php', {'tw' : '_parent'}],				
				['Render To Texture','../../Code/coderendertotexture.php', {'tw' : '_parent'}],
				['Reading PAL Files','../../Code/codereadingpal.php', {'tw' : '_parent'}],		
				['16bit DOS SVGA','../../Code/codesvga.php', {'tw' : '_parent'}],						
			],			
			['Networking >', '', {'tw' : '_parent'},
				['Proper Networking','../../Code/codepropernetworking.php', {'tw' : '_parent'}],
				['Resolving Your IP','../../Code/coderesolveip.php', {'tw' : '_parent'}],				
			],
			['Math >', '', {'tw' : '_parent'},
				['2D Vector Class','../../Code/vector2.php', {'tw' : '_parent'}],
				['3D Vector Class','../../Code/vector3.php', {'tw' : '_parent'}],
				['Spline Class','../../Code/spline.php', {'tw' : '_parent'}],
				['Quaternion Class','../../Code/quaternion.php', {'tw' : '_parent'}],
				['Misc Math Class','../../Code/mathutil.php', {'tw' : '_parent'}],
			],
			['Misc >', '', {'tw' : '_parent'},
				['Plugin/Mod Functionality','../../Code/codedll.php', {'tw' : '_parent'}],				
				['Fast Gaussian Map','../../Code/codegaussian.php', {'tw' : '_parent'}],				
				['Member Function Pointer','../../Code/codeptrmemberfunc.php', {'tw' : '_parent'}],				
				['Resolving Error Strings','../../Code/codeerrorstring.php', {'tw' : '_parent'}],		
				['Shared File Access','../../Code/codefilelock.php', {'tw' : '_parent'}],		
				['Accurate Sleep','../../Code/codeaccuratesleep.php', {'tw' : '_parent'}],		
				['Getting the CPU Speed','../../Code/codecpuspeed.php', {'tw' : '_parent'}],					
				['Local Functions','../../Code/codelocalfuncs.php', {'tw' : '_parent'}],		
				['Lesser Known Functions','../../Code/codesecretfuncs.php', {'tw' : '_parent'}],					
			],
		],		
		['Misc','../../Code/codemisc.php', {'tw' : '_parent'}],		
		['SVN Server Setup','../../Code/svnserver.php', {'tw' : '_parent'}],		
		['Downloadable Code','../../Code/code.php', {'tw' : '_parent'}],		
		['Links','../../Code/codelinks.php', {'tw' : '_parent'}],		
	],
	['COLITIS >','../../colitis.php', {'tw' : '_parent'},
	    ['Main Page', '../../colitis.php', {'tw' : '_parent'}],
		['What is UC?', '../../colitisinfo.php', {'tw' : '_parent'}],
	    ['During Ulcerative Colitis', '../../colitis1.php', {'tw' : '_parent'}],
		['During Ileostomy', '../../colitis2.php', {'tw' : '_parent'}],
		['During J-Pouch', '../../colitis3.php', {'tw' : '_parent'}],
	],			
	['CV / RESUME','../../resume.php', {'tw' : '_parent'}],				
	['ABOUT ME','../../aboutme.php', {'tw' : '_parent'}],
	['EMAIL ME','mailto:webmaster@willperone.net', {'tw' : '_parent'}],
	['BONUS','../../bonus.php', {'tw' : '_parent'}],
];