//Project Listing Boxes(same as download boxes)
//Andrew 'DaBooda' Stickney

//Project FreeBasic port of DaBooda Turbo
dlItem[dlCount++] = new Array('DaBooda Turbo Wrapper for FreeBasic', 'This wrapper will allow you to use DaBooda Turbo in FreeBasic. If you do not know what DaBooda Turbo is, well you are missing out. It is a 2D gaming library built using the power of 3D hardware. Chris "Crysstaafur" Bennett is currently working on this, so get with him for status updates and progress.', 0,
    new Array('','',''),
    new Array('Author','Chris "Crysstaafur" Bennett'),
    new Array('Progress','95% complete'),
    new Array('Started','Sometime in 2006(maybe)'),
    new Array('Updated','January 4, 2009'),
    new Array('Language','FreeBasic'),
    new Array('Notes','Its a high level code translator that will soak in vb style dbt code and convert to fb compatible sources using dispatchhelper. Download link for the most recent build is found in the forum under temporary download links. A new version is pending the release of DBTv1.5 that will use direct vtables instead and only require the user to use a mere include instead.. stay tuned.'),
    new Array('Email','<a class="form_link" href="mailto:crysstaafur@dabooda.org">crysstaafur@dabooda.org</a>'),
    new Array('Est. Date','Unknown'),
    'null');

//Project Unamed Libary
dlItem[dlCount++] = new Array('DaBooda (unamed) Libary','This new library is built on HGE and will utilize its powerful features. But it is not going to be like HGE whatsoever, it will be completely independent and will stand on its own as a gaming engine. This project really excites me and consider it the Library that DaBooda Turbo should have been. Sorry about the mystery, but I do not want to reveal the name until the first tech demo is released.',0,
    new Array('','',''),
    new Array('Author','Andrew Stickney'),
    new Array('Progress','35%'),
    new Array('Started','April 23, 2009'),
    new Array('Updated','May 5, 2009'),
    new Array('Language','FreeBasic'),
    new Array('Notes','Finished a few more classes: dmTarget, dmMessage, dmMessageMGR and dmOverlay. The dmOverlay is quite complete, waiting on a few more classes.'),
    new Array('Email','<a class="form_link" href="mailto:dabooda@dabooda.org">dabooda@dabooda.org</a>'),
    new Array('Est. Date','Unknown'),
    'null');

//Project FreeBasic DBOS
dlItem[dlCount++] = new Array('DaBooda OldSchool Library(DBOS)','This library is not meant to make your programming easier, but rather to give you a structure that closely matches that of video console game programming. This is only recommended for advance programmers who are comfortable with bit shifting and pointers.', 0,
    new Array('','',''),
    new Array('Author','Andrew Stickney'),
    new Array('Progress','15% complete'),
    new Array('Started','February 2008'),
    new Array('Updated','April 25, 2009'),
    new Array('Language','FreeBasic'),
    new Array('Notes','Reworking entire lib into a class structure. I will not continue on this until the new hge library is done.'),
    new Array('Email','<a class="form_link" href="mailto:dabooda@dabooda.org">dabooda@dabooda.org</a>'),
    new Array('Est. Date','Unknown'),
    'null');