//Games Listing Page Download Box definitions
//Andrew 'DaBooda' Stickney

//DBMAM Compiler
dlItem[dlCount++] = new Array('DBMAM Compiler','The original DBMAM compiler written in Visual Basic. I can\'t emphasize enough how hard that was, considering Visual Basic has very limited 32bit variable support. The new one will be done in FreeBasic.', 1,
	new Array('dbmam.gif','',''),
	new Array('Author','Andrew Stickney'),
	new Array('Date','N/A'),
	new Array('Version','1.0'),
	new Array('Release','Final'),
	new Array('Language','Visual Basic'),
	new Array('Os', 'Windows 98+'),
	new Array('Download','<a class="form_link" href="binary/gem/dbmam_compiler.zip">DBMAM Compiler</a>'),
	'null');

//Gem-T machine
dlItem[dlCount++] = new Array('Gemini-T','This is the one and only machine created for use with DBMAM. It is a text based machine with limited graphic capability. I think its kind of neat and fiddling with it can be fun.', 3,
	new Array('gemt_1.gif','gemt_2.gif','gemt_3.gif'),
	new Array('Author','Andrew Stickney'),
	new Array('Date','N/A'),
	new Array('Version','1.0'),
	new Array('Release','Final'),
	new Array('Language','FreeBasic'),
	new Array('Os', 'Windows 98+'),
	new Array('Download','<a class="form_link" href="binary/gem/gem_t_machine.zip">Gemini-T Machine</a>'),
	'null');
