var TNEWS_NODES = [
	['August 05, 2006', '<a href="./winpe.html">ShellPE</a>',
		['Added a new program called ShellPE. It provides a launch menu and a taskbar for Windows PE. It is compatible with the Nu2Menu XML format.']
	],
	['May 15, 2005', '<a href="./xbcd.html#v107">XBCD</a>',
		['New release of XBCD which fixes the problem with the Setup Utility not being able to detect gamepads under the original Windows 98.']
	],
	['April 28, 2005', '<a href="./xbcd_rc.html">XBCDRC</a>',
		['Released XBCDRC 0.28 which fixes problems with 3rd party remote controls.']
	],
	['March 20, 2005', '<a href="./xbcd.html#v106">XBCD</a>',
		['I know it had been a while since the last update but the new XBCD is finally here.']
	],
    ['December 31, 2004', 'Happy New Year!',
		['I hope all of you had a great 2004 and I wish you have an even better 2005.  Thanks to everyone for your support and contributions; you\'ve helped these programs become what they are.<br><br>Redcl0ud']
	],
    ['November 23, 2004', '<a href="./xbcd_rc.html">XBCDRC</a>',
		['New version 0.26 of XBCDRC.  Added support for Windows 98.']
	],
    ['October 26, 2004', '<a href="./xbcd.html">XBCD</a>',
		['Finally found some time to fix the rumble DLL in version 1.03; I\'ve been really busy with school lately.<br><br>Grab the modified XBCDv103.exe from the XBCD page.']
	],
    ['October 12, 2004', '<a href="./xbcd.html">XBCD</a>',
		['XBCD version 1.03 is available.  See details in the XBCD page.']
	],
    ['September 28, 2004', '<a href="./controlmk/index.html">ControlMK</a>',
		['Updated ControlMK to fix a bug in the repeat rate setting.']
	],
    ['September 16, 2004', '<a href="./xbcd.html">XBCD</a>',
		['Made some changes to the registry settings for the rumble support in XBCD.  Rumble works in Colin McRae Rally 4 now.']
	],
	['August 19, 2004', '<a href="./xbcd.html">XBCD</a>',
		['Updated XBCD with a minor fix for axes scales in the setup utility.  Also added the ability to turn off some of the axes as a compatibility fix for games.']
	],
	['August 18, 2004', '<a href="./xbcd.html">XBCD</a>',
		['A new version of XBCD is online.  A lot of changes have been made and it\'s now more flexible than ever.  Most of the credit goes to Mez for providing a lot of the code and ideas for this new version.']
	],
	['July 29, 2004', '<a href="./controlmk/index.html">ControlMK</a>',
		['Fixed a problem in ControlMK under Windows 98.']
	],
	['June 24, 2004', '<a href="./controlmk/index.html">ControlMK</a>',
		['ControlMK can now import and export profiles.']
	],
	['June 23, 2004', '<a href="./controlmk/index.html">ControlMK</a>',
		['Made some small changes to ControlMK.']
	],
	['June 15, 2004', '<a href="./xbox_other.html">XBMem</a>',
		['Just finished writing an XBox Memory Card driver.  See the Readme.txt.']
	],
	['May 30, 2004', '<a href="./controlmk/index.html">ControlMK</a>',
		['ControlMK version 0.21.  Just some minor fixes.']
	],
	['May 21, 2004', '<a href="./controlmk/index.html">ControlMK</a>',
		['New version of ControlMK, 0.20.  Added auto-repeat option and POV switch support.']
	],
	['May 16, 2004', '<a href="./xbox_other.html">XBAudio</a>, <a href="./xbcd.html">XBCD</a>',
		['Updated the XBox audio driver to include support for the Music Mixer Microphone.<br><br>Made some minor changes/fixes to XBCD.  See XBCD page for details on version 0.57.']
	],
	['May 15, 2004', '<a href="./xbox_other.html">XBAudio</a>',
		['For those of you who own the XBox Live Headset, here\'s a driver for it.  See the Readme.txt for more.']
	],
	['April 29, 2004', '<a href="./xbcd.html">XBCD</a>, <a href="./controlmk/index.html">ControlMK</a>',
		['XBCD and ControlMK now have installers to help make the installation process easier.  ControlMK has a few minor updates.']
	],
	['April 27, 2004', '<a href="./controlmk/index.html">ControlMK</a>',
		['First release of ControlMK.  Utility to emulate mouse/keyboard with a game controller.']
	],
	['April 13, 2004', '<a href="./xbcd.html">XBCD</a>',
		['Version 0.56 of XBCD is now available.  Some minor changes in Trigger functions.']
	]
];

var TPAGES_NODES = [
    ['Xbox', null, null,
		['XBCD', './xbcd.html', "_self"],
		['Others', './xbox_other.html', "_self"]
	],
    ['Miscellaneous', null, null,
        ['ControlMK', './controlmk/index.html', "_self"],
		['PEBuilder', './winpe.html', "_self"],
        ['Others', './misc.html', "_self"]
	],
    ['Links', './links.html', "_self"]
];