//Games Listing Page Download Box definitions
//Andrew 'DaBooda' Stickney

//Sokoban
dlItem[dlCount++] = new Array('Sokoban <i>DBOS</i>','The very first(and last) DBOS game. A very challenging puzzle game that most will know. I added a little bit of a space twist to it, with some groovy little music. I think its a good starting point for DBOS and shows off quite a few of its nice features. Not only does it have 104 levels but a built in editor.', 3,
	new Array('sokoban1.gif','sokoban2.gif','sokoban3.gif'),
	new Array('Author','Andrew Stickney'),
	new Array('Date','01/11/2008'),
	new Array('Version','v1.0'),
	new Array('Language','FreeBasic'),
	new Array('Libraries','Included(Allegro and FMOD)'),
	new Array('Os', 'Windows 98+'),
	new Array('Video', 'Emulated 256x224x256'),
	new Array('Download','<a class="form_link" href="binary/dbos/Sokoban_Setup.exe">Sokoban Setup.exe(1.25Mb)</a>'),
	'null');
