﻿var productID=new Array();
var productPlatform=new Array();
var productType=new Array();
var productName=new Array();
var productScreenshot=new Array();
var productRelease=new Array();
var productDownload=new Array();
var productDescription=new Array();

var PLATFORM_PC=1,PLATFORM_J2ME=2,PLATFORM_JAVA=3,PLATFORM_GP32=4,PLATFORM_C64=5,PLATFORM_TI83=6,PLATFORM_DTV=7,PLATFORM_PSP=8,PLATFORM_VMU=9,PLATFORM_VIC20=10,PLATFORM_MSX=11,PLATFORM_ZX81=12,PLATFORM_2600=13;
var platformDescription=new Array("-","PC","J2ME/Midlet","Java","GamePark32","C64","TI-83","DTV","PSP","VMU","VIC-20","MSX","ZX-81","Atari VCS/2600");
var TYPE_DEMO=1,TYPE_GAME=2,TYPE_UTIL=3,TYPE_OPENGL=4,TYPE_SCREENSAVER=5,TYPE_EMULATOR=6,TYPE_OTHER=7;	
var typeDescription=new Array("-","Demo","Game","Utility","OpenGL","Screensaver","Emulator","Other");
var totProds;

function SetupProds()
{
	totProds=0;
	// Nextprod = 57
	productID[totProds]=55;
	productPlatform[totProds]=PLATFORM_ZX81;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='There Are No Limits';
	productScreenshot[totProds]='gfx/nolimits.png';
	productRelease[totProds]='2009-12-20';
	productDownload[totProds]='<A href="files/Noice-ThereAreNoLimits.zip">Download No Limtis... (4 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=gpsvgWsTX1I">Watch video on YouTube</a><br>\
									   <a href="files/NoLimits.mp3">Download audio-file for transfer to real ZX81 hardware (8 mb)</a><br>';
	productDescription[totProds]='Demo featuring high-resolution, full-screen, full-framerate effects on ZX-81 with 16kb RAM.';		
	totProds++;	

	productID[totProds]=56;
	productPlatform[totProds]=PLATFORM_2600;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Noice #2600';
	productScreenshot[totProds]='gfx/noice2600.png';
	productRelease[totProds]='2009-09-28';
	productDownload[totProds]='<A href="files/Noice2600.zip">Download Noice #2600... (3 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=yMrC9A2VHXI">Watch video on YouTube</a><br>';
	productDescription[totProds]='My first demo for the Atari VCS/2600 platform.';		
	totProds++;	

	productID[totProds]=54;
	productPlatform[totProds]=PLATFORM_ZX81;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Somewhat Less Limited Capabilities';
	productScreenshot[totProds]='gfx/sllc.jpg';
	productRelease[totProds]='2009-09-13';
	productDownload[totProds]='<A href="files/Noice-SomewhatLessLimitedCapabilities.zip">Download SLLC... (6 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=X92xvLlbnVg">Watch video on YouTube</a><br>\
									   <a href="files/sllc.mp3">Download audio-file for transfer to real ZX81 hardware (5 mb)</a><br>';
	productDescription[totProds]='Another ZX-81 demo, this time for machines with 16kb RAM expansion.';		
	totProds++;	

	productID[totProds]=53;
	productPlatform[totProds]=PLATFORM_ZX81;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Severely Limited Capabilities';
	productScreenshot[totProds]='gfx/slc.png';
	productRelease[totProds]='2009-02-28';
	productDownload[totProds]='<A href="files/Noice-SeverelyLimitedCapabilities.zip">Download SLC... (154 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=Dmy9eyYo1cY">Watch video on YouTube</a>';
	productDescription[totProds]='A little attempt to code for unexpanded ZX-81 (that is, 1kb of RAM only).';		
	totProds++;	

	productID[totProds]=52;
	productPlatform[totProds]=PLATFORM_MSX;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Invasion of the big pixels';
	productScreenshot[totProds]='gfx/invasion.png';
	productRelease[totProds]='2008-12-28';
	productDownload[totProds]='<A href="files/Noice-Invasion.zip">Download Invasion... (27 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=SMOXgTA48BM">Watch video on YouTube</a>';
	productDescription[totProds]='My first demo for MSX-computers. Requires at least an MSX1 with 64kb RAM and 16kb VRAM. Placed 2nd at <a href="http://grep.demoose.se/grepwhite08/index.html">GREP White 2008</a> demo competition.';		
	totProds++;	

	productID[totProds]=51;
	productPlatform[totProds]=PLATFORM_VIC20;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Ancient School';
	productScreenshot[totProds]='gfx/ancient.png';
	productRelease[totProds]='2008-09-14';
	productDownload[totProds]='<A href="files/Noice_AncientSchool.d64">Download Ancient School (170 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=IwWzqZeSmHg">Watch video on YouTube</a>';
	productDescription[totProds]='A demo for VIC-20 with at least 16kb expansion memory. Winner of the <a href="http://sundowndemoparty.org/">Sundown</a> oldschool demo competition!';		
	totProds++;	
	
	productID[totProds]=50;
	productPlatform[totProds]=PLATFORM_VIC20;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='126b';
	productScreenshot[totProds]='gfx/126b.png';
	productRelease[totProds]='2008-08-12';
	productDownload[totProds]='<A href="files/126b.zip">Download 126b (2 kb)</A><br>';
	productDescription[totProds]='My first production for the VIC-20, a 128 byte intro.';		
	totProds++;	

	productID[totProds]=49;
	productPlatform[totProds]=PLATFORM_C64;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='PseudoCode';
	productScreenshot[totProds]='gfx/pseudocode.jpg';
	productRelease[totProds]='2008-08-02';
	productDownload[totProds]='<A href="files/Noice_PseudoCode.d64">Download PseudoCode (170 kb)</A><br>';
	productDescription[totProds]='Trackloading C64 demo. Done in cooperation with Archmage/Instinct (gfx) and Dane/Booze Design (music). Placed 3rd in the St:LCP 2008 C64 demo competition.';		
	totProds++;			

	productID[totProds]=48;
	productPlatform[totProds]=PLATFORM_VMU;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Very Much Useless';
	productScreenshot[totProds]='gfx/vmu.jpg';
	productRelease[totProds]='2008-08-02';
	productDownload[totProds]='<A href="files/Noice - Very Much Useless.zip">Download Very Much Useless (18 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=oeKDnlXIpbE">Watch video on YouTube</a>';
	productDescription[totProds]='A demo for the Sega Dreamcast memory card (VMU). Won the mixed platform demo competition at St:LCP 2008.';		
	totProds++;			

	productID[totProds]=47;
	productPlatform[totProds]=PLATFORM_C64;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='407566';
	productScreenshot[totProds]='gfx/407566.png';
	productRelease[totProds]='2008-04-09';
	productDownload[totProds]='<A href="files/407566.prg">Download 407566 (18 kb)</A><br>';
	productDescription[totProds]='This small one-part demo was made to celebrate that I have had my C64 (with serial number 407566) for 20 years!';		
	totProds++;			

	productID[totProds]=46;
	productPlatform[totProds]=PLATFORM_J2ME;
	productType[totProds]=TYPE_GAME;
	productName[totProds]='Sycorax - Episode 1';
	productScreenshot[totProds]='gfx/sycoraxep1.png';
	productRelease[totProds]='2008-04-01';
	productDownload[totProds]='<a href="http://sdwdevelopments.com/sycoraxep1.html">Sycorax - Episode 1</a>';
	productDescription[totProds]='Sycorax is an oldschool side-scrolling shoot\'em\'up game.</a>.';
	totProds++;		
	
	productID[totProds]=45;
	productPlatform[totProds]=PLATFORM_PSP;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Minimalistic Crap/Plastic (PSP port)';
	productScreenshot[totProds]='gfx/minicrap_psp.png';
	productRelease[totProds]='2007-08-15';
	productDownload[totProds]='<A href="files/Plastic-MinimalisticCrap_PSP.zip">Download Minimalistic Crap (130 kb)</A>';
	productDescription[totProds]='Port of an <a href="prods.html?prodid=26">old GP32 demo</a> I did just as a first baby step in PSP coding.';		
	totProds++;			
	
	productID[totProds]=44;
	productPlatform[totProds]=PLATFORM_DTV;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Uncharted Territory/Noice (101% version)';
	productScreenshot[totProds]='gfx/uncharted.jpg';
	productRelease[totProds]='2007-07-28 (updated 2007-08-03)';
	productDownload[totProds]='<A href="files/Noice-UnchartedTerritory.zip">Download Uncharted Territory (169 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=zkMpH_w7yyI">Watch video on YouTube (old party version)</a>';
	productDescription[totProds]='Demo for the C64 DTV, competed in the mixed platform demo competition at Big Floppy People 2007, where it placed 1st!<br>Note that this is the 101% version (amongst other things 2000 dots in the dots part, party version had only 1500)';		
	totProds++;		
	
	productID[totProds]=43;
	productPlatform[totProds]=PLATFORM_DTV;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Hello DTV World/Noice';
	productScreenshot[totProds]='gfx/hellodtv.jpg';
	productRelease[totProds]='2007-05-06';
	productDownload[totProds]='<A href="files/hellodtv.prg">Download Hello DTV World (48 kb)</A><br>\
									   <a href="http://www.youtube.com/watch?v=9UVGLFq5cYQ">Watch video on YouTube</a>';
	productDescription[totProds]='My first demo for the C64 DTV/Hummer.';		
	totProds++;		
	
	productID[totProds]=42;
	productPlatform[totProds]=PLATFORM_TI83;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Two By Two/Noice';
	productScreenshot[totProds]='gfx/twobytwo.jpg';
	productRelease[totProds]='2007-04-08';
	productDownload[totProds]='<A href="files/Noice-TwoByTwo.zip">Download Two By Two (Binaries + DivX-video, 15.5 Mb)</A>';
	productDescription[totProds]='TI-83 demo, competed in the console/wild compo at Breakpoint 2007, where it ended up in 8th place (in a REALLY good competition!)';		
	totProds++;		
	
	productID[totProds]=37;
	productPlatform[totProds]=PLATFORM_J2ME;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='4th Dimension/Noice';
	productScreenshot[totProds]='gfx/4thdim.png';
	productRelease[totProds]='2007-01-11';
	productDownload[totProds]='<A href="files/Noice-4thDimension.zip">Download 4thDimension (5 kb)</A><br>';
	productDescription[totProds]='Another 4k demo for J2ME, this time with 3D and music. Requires MIDP2.0, CLDC1.1, JSR135 and JSR184.';		
	totProds++;			
		
	productID[totProds]=36;
	productPlatform[totProds]=PLATFORM_J2ME;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Proof Of Concept 4k/Noice';
	productScreenshot[totProds]='gfx/poc4k.jpg';
	productRelease[totProds]='2006-11-05';
	productDownload[totProds]='<A href="files/Noice-POC4k.zip">Download POC4k (5 kb)</A><br>';
	productDescription[totProds]='The worlds first 4k intro for J2ME! Well, nothing special, just a quick production with a couple of oldschool effects. Requires MIDP2.0 and CLDC1.1';		
	totProds++;			

	productID[totProds]=35;
	productPlatform[totProds]=PLATFORM_TI83;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='World Record/Noice';
	productScreenshot[totProds]='gfx/worldrec.jpg';
	productRelease[totProds]='2006-07-31';
	productDownload[totProds]='<A href="files/Noice - World Record (Xvid).avi">Download World Record (Xvid-video, 15.5 Mb)</A><br>\
										<A href="files/Noice-WorldRecord.zip">Download World Record (TI-83 binary (requires ION shell), 43 kb)</A>';
	productDescription[totProds]='A little TI-83 production that features (atleast to my knowledge) the largest scrolling\
											grayscale picture ever, 96x1229 pixels, more than 19 screens high.';		
	totProds++;			

	productID[totProds]=34;
	productPlatform[totProds]=PLATFORM_J2ME;
	productType[totProds]=TYPE_GAME;
	productName[totProds]='Viking Vex';
	productScreenshot[totProds]='developments/gfx/vikingvex1.png';
	productRelease[totProds]='2005-12-23';
	productDownload[totProds]='<a href="http://sdwdevelopments.com/vikingvex.html">Viking Vex</a>';
	productDescription[totProds]='Viking Vex is a puzzle game, with rich colorful graphics and addictive gameplay that will vex your mind!<br>\
											This is a commercial game, read more on how to get the demo and buy the full version at <a href="http://sdwdevelopments.com/">SDW Developments</a>.';
	totProds++;	

	productID[totProds]=33;
	productPlatform[totProds]=PLATFORM_J2ME;
	productType[totProds]=TYPE_GAME;
	productName[totProds]='SameGame v2.0';
	productScreenshot[totProds]='gfx/samegame2.png';
	productRelease[totProds]='2005-07-18';
	productDownload[totProds]='<a href="http://sdwdevelopments.com/samegame2.html">SameGame 2</a>';
	productDescription[totProds]='This is a puzzle game that is perfect for those quick breaks, as a game only takes\
										   a minute or so to play. There is also lots of statistics so you can keep track of\
 											your best and worst scores, how many games you have played and lots more!\
											SameGame should work on any MIDP1.0 compatible J2ME device, and scale to any display size.<br>';
	totProds++;	

	productID[totProds]=32;
	productPlatform[totProds]=PLATFORM_J2ME;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='ProjectLCD/Noice';
	productScreenshot[totProds]='gfx/projectlcd.png';
	productRelease[totProds]='2005-05-26';
	productDownload[totProds]='<a href="files/ProjectLCD.zip">Download ProjectLCD/Noice (18 kb)</a>';
	productDescription[totProds]='This is (atleast to my knowledge) the first scene demo targeting pure MIDP1.0 J2ME devices.\
										   It should run on any display-size, but to get the best visual effect you need atleast a grayscale screen,\
										   although it will run on monochrome devices aswell.<br>\
										   You can also download via WAP at: <b>wapsdw.webhop.net</b>';
	totProds++;	

	productID[totProds]=29;
	productPlatform[totProds]=PLATFORM_J2ME;
	productType[totProds]=TYPE_UTIL;
	productName[totProds]='StopWatch v1.5';
	productScreenshot[totProds]='gfx/stopwatch.png';
	productRelease[totProds]='2005-05-24 (updated 2007-09-25)';
	productDownload[totProds]='<a href="files/stopwatch.zip">Download StopWatch v1.5 (12 kb)</a>';
	productDescription[totProds]='This Java stopwatch for cellphones (and other J2ME capable devices) has some nice features,\
											like being able to take many lap/split times (only limited by the displaysize of the device).<br>\
											You can also download via WAP at: <b>wapsdw.webhop.net</b>';
	totProds++;	

	productID[totProds]=25;
	productPlatform[totProds]=PLATFORM_GP32;
	productType[totProds]=TYPE_GAME;
	productName[totProds]='Rescue';
	productScreenshot[totProds]='gfx/rescue.jpg';
	productRelease[totProds]='2004-07-04';
	productDownload[totProds]='<a href="files/rescue.zip">Download Rescue (218 kb)</a>';
	productDescription[totProds]='This was made for the <a href="http://www.pdroms.de/pdrc-compos.php">PDROMS.com v2.5 compo</a>,\
											where the task was to create a game reminiscent of the old Game&Watch LCD games.\
											Rescue ended up on 6th place out of 24, and was the best placed GP32 entry.<br>\
   										In the game the giant ape Kinky Kong has gone bananas and is throwing innocent people from the rooftops.\
   										Try to rescue them by positioning your truck so that they land safely.';
	totProds++;	

	productID[totProds]=28;
	productPlatform[totProds]=PLATFORM_GP32;
	productType[totProds]=TYPE_GAME;
	productName[totProds]='Tunnel Game 3D Tech Demo v0.4';
	productScreenshot[totProds]='gfx/tunnelgame.jpg';
	productRelease[totProds]='2004-06-08';
	productDownload[totProds]='<a href="files/tunnelgame3dv04.zip">Download Tunnel Game 3D Tech Demo v0.4 (240 kb)</a>';
	productDescription[totProds]='This is a small playable technology demo done for the GBAX.com 15-day coding competition, and later updated for the "GBAX Improvement"-compo.';
	totProds++;		

	productID[totProds]=26;
	productPlatform[totProds]=PLATFORM_GP32;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Minimalistic Crap/Plastic';
	productScreenshot[totProds]='gfx/minicrap.jpg';
	productRelease[totProds]='2003-11-02';
	productDownload[totProds]='<a href="files/plastic-minicrap.zip">Download Minimalstic Crap/Plastic (203 kb)</a>';
	productDescription[totProds]='This is a little demo thrown together in a couple of hours for a PDROMS.com competition.';
	totProds++;		

	productID[totProds]=1;
	productPlatform[totProds]=PLATFORM_TI83;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Monochromatic 2/Noice';
	productScreenshot[totProds]='gfx/monochr2.jpg';
	productRelease[totProds]='2003-08-10';
	productDownload[totProds]='<A href="files/Noice-Monochromatic2.zip">Download Monochromatic 2 (DivX-video, 10.5 Mb)</A><br>\
										<A href="files/Noice-Monochromatic2-NoVid.zip">Download Monochromatic 2 (TI-83 binary (requires ION shell), 26 kb)</A>';
	productDescription[totProds]='My second demo for the Texas Instruments TI-83 calculator.\
											Competed at <a href="http://www.assembly.org">Assembly 2003</a> in the mobile demo competition and ended up at 5th place.\
											Contains perhaps the first filled vector effect ever seen on the TI-83!';		
	totProds++;			
	
	productID[totProds]=27;
	productPlatform[totProds]=PLATFORM_GP32;
	productType[totProds]=TYPE_EMULATOR;
	productName[totProds]='GP32Vecx v0.2';
	productScreenshot[totProds]='gfx/gp32vecx.jpg';
	productRelease[totProds]='2003-07-10';
	productDownload[totProds]='<a href="files/gp32vecxv02.zip">Download GP32Vecx v0.2 (162 kb)</a>';
	productDescription[totProds]='Emulates the Vectrex console on the GP32. This is a port of an existing windows emulator.';
	totProds++;		

	productID[totProds]=2;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Cracktro/Noice';
	productScreenshot[totProds]='gfx/cracktro.jpg';
	productRelease[totProds]='2002-12-28';
	productDownload[totProds]='<a href="files/noc-crck.zip">Download Cracktro (20 kb)</a>';
	productDescription[totProds]='This little OpenGL intro was at first a party hack I did at DH02 for the Razor 1911 cracktro competition.\
											I never got it finished, but now I finally took the time to do a "final" version.\
											It is very lame. Download at your own risk.';		
	totProds++;			
	
	productID[totProds]=3;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Goathack/Noice';
	productScreenshot[totProds]='gfx/goathack.jpg';
	productRelease[totProds]='2002-12-01';
	productDownload[totProds]='<a href="files/noc-hack.zip">Download Goathack (42 kb)</a>';
	productDescription[totProds]='This fast made 64k (or, in this case more like 42kb) intro competed at <a href="http://www.dreamhack.org">Dreamhack 2002</a>.\
											It finished in second place (as all my releases tend to do...)';	
	totProds++;			
	
	productID[totProds]=4;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='224/Noice';
	productScreenshot[totProds]='gfx/224.jpg';
	productRelease[totProds]='2002-07-31';
	productDownload[totProds]='<a href="files/noc-224.zip">Download 224 (9 kb)</a>';
	productDescription[totProds]='This little OpenGL 4k intro competed at <a href="http://www.assembly.org">Assembly 2002</a>\
											where it ended up in 4th place. Not bad for a quick production that was really just a test to see if\
											it was possible to write a 4k OpenGL intro with sound without coding any assembler, just pure C.';	
	totProds++;		

	productID[totProds]=5;
	productPlatform[totProds]=PLATFORM_TI83;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Monochromatic/Noice';
	productScreenshot[totProds]='gfx/monochromatic.jpg';
	productRelease[totProds]='2002-04-09';
	productDownload[totProds]='<A href="files/Noice-Monochromatic.zip">Download Monochromatic (mpeg-video, 13.4 Mb)</A><br>\
	 									<A href="files/Noice-Monochromatic-NoVid.zip">Download Monochromatic (TI-83 binary (requires ION shell), 18 kb)</A>';
	productDescription[totProds]='A demo for the Texas Instruments TI-83 calculator. Competed at <a href="http://ms.demo.org/2002/">Mekka Symposium 2002</a>\
    										in the wild (anything goes!) competition and ended up at 2nd place, which I was very pleased with!';		
	totProds++;			

	productID[totProds]=6;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Goatard/Noice';
	productScreenshot[totProds]='gfx/goatard.jpg';
	productRelease[totProds]='2001-12-11';
	productDownload[totProds]='<A href="files/noc_tard_final.zip">Download Goatard (47 kb)</A>';
	productDescription[totProds]='Goatard competed in the 64k competition at <a href="http://www.dreamhack.org">Dreamhack 2001</a>\
											where it got 2nd place. Most of the intro is coded by Gnilk, my only part is the one seen in the screenshot + some additional code.';		
	totProds++;			

	productID[totProds]=7;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Crazy Toon Man';
	productScreenshot[totProds]='gfx/crazytoonman.jpg';
	productRelease[totProds]='2001-07-??';
	productDownload[totProds]='<a href="files/crazytoonman.zip">Download Crazy Toon Man (182 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Loony Tunes". Placed Xth.';		
	totProds++;			

	productID[totProds]=30;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_SCREENSAVER;
	productName[totProds]='Particle Fountain Screensaver v1.4';
	productScreenshot[totProds]='gfx/fountain2.jpg';
	productRelease[totProds]='2001-07-21';
	productDownload[totProds]='<a href="files/ParticleFountain14.zip">Download Particle Fountain Screensaver v1.4 (416 kb)</a>';
	productDescription[totProds]='My first OpenGL ScreenSaver - A particle fountain with many different effects.';		
	totProds++;			

	productID[totProds]=8;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Plastified/Plastic';
	productScreenshot[totProds]='gfx/plastified-screenshot.jpg';
	productRelease[totProds]='2001-07-01';
	productDownload[totProds]='<A href="files/plastic_-_plastified.zip">Download Plastified (41 kb)</A>';
	productDescription[totProds]='A 64k (or rather, 43k) intro made just for fun and released under the <a href="http://www.noice.org/plastic">Plastic</a> label.\
    										It got 2nd place at the intro competition at <a href="http://www.remedy.nu">Remedy 2001</a>.';		
	totProds++;			

	productID[totProds]=9;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Flock of Feathers';
	productScreenshot[totProds]='gfx/flockoffeathers.jpg';
	productRelease[totProds]='2001-05-27';
	productDownload[totProds]='<a href="files/flockoffeathers.zip">Download Flock of Feathers (690 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Flocks of Feathers". Placed 1st.';		
	totProds++;			

	productID[totProds]=10;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Infinite Loop v1.1';
	productScreenshot[totProds]='gfx/infloop.jpg';
	productRelease[totProds]='2001-01-22';
	productDownload[totProds]='<a href="files/infloop11.zip">Download Infinite Loop v1.1 (231 kb)</a>';
	productDescription[totProds]='Source included : No<br><br>Notes : Competed in the Björn3D Demo Competetion. The demo also contains a transform+lighting benchmark mode.';		
	totProds++;			

	productID[totProds]=11;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Laser Turret';
	productScreenshot[totProds]='gfx/turret.jpg';
	productRelease[totProds]='2000-10-07';
	productDownload[totProds]='<a href="files/turret.zip">Download Laser Turret (172 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Arcing Lasers". Placed 1st.';		
	totProds++;			

	productID[totProds]=12;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='StarChild';
	productScreenshot[totProds]='gfx/starchild.jpg';
	productRelease[totProds]='2000-10-07';
	productDownload[totProds]='<a href="files/starchild.zip">Download StarChild (??? kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Re-Birth". Placed 3rd.';		
	totProds++;			

	productID[totProds]=31;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_GAME;
	productName[totProds]='GLBlocks v1.51';
	productScreenshot[totProds]='gfx/glblocks.jpg';
	productRelease[totProds]='2000-07-14';
	productDownload[totProds]='<a href="files/glblks151.zip">Download GLBlocks v1.51 (1.5 mb)</a>';
	productDescription[totProds]='GLBlocks is a puzzle/tetris-style game, with some 3D-effects added. Read more about it on the <a href="glblocks.html">GLBlocks page</a>.';
	totProds++;			

	productID[totProds]=13;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Sky Scene';
	productScreenshot[totProds]='gfx/skyscene.jpg';
	productRelease[totProds]='2000-05-29';
	productDownload[totProds]='<a href="files/skyscene.zip">Download Sky Scene (325 kb)</a>';
	productDescription[totProds]='Source included : No<br<br>Notes : Competed in the Flipcode coding contest, theme sky scene';		
	totProds++;			

	productID[totProds]=14;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Asteroid Belt';
	productScreenshot[totProds]='gfx/asteroid.jpg';
	productRelease[totProds]='2000-05-13';
	productDownload[totProds]='<a href="files/asteroid.zip">Download Asteroid Belt (192 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Flying Rocks". Placed 2nd.';		
	totProds++;			
	
	productID[totProds]=15;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Recursive Bush';
	productScreenshot[totProds]='gfx/recbush.jpg';
	productRelease[totProds]='2000-05-06';
	productDownload[totProds]='<a href="files/recbush.zip">Download Recursive Bush (219 kb)</a>">Download Recursive Bush (219 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "No Theme Week". Placed 2nd.';		
	totProds++;
	
	productID[totProds]=16;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Twisting Cylinder';
	productScreenshot[totProds]='gfx/twist.jpg';
	productRelease[totProds]='2000-02-19';
	productDownload[totProds]='<a href="files/twist.zip">Download Twisting Cylinder (207 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Squishy Shapes". Placed 1st.';		
	totProds++;				

	productID[totProds]=17;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Electric Bolt';
	productScreenshot[totProds]='gfx/elecbolt.jpg';
	productRelease[totProds]='2000-02-15';
	productDownload[totProds]='<a href="files/elecbolt.zip">Download Electric Bolt (126 kb)</a>';
	productDescription[totProds]='Source included : No<br><br>Notes : Winner of the Flipcode coding contest, theme electricity.';		
	totProds++;				

	productID[totProds]=18;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='EnvLines';
	productScreenshot[totProds]='gfx/envlines.jpg';
	productRelease[totProds]='2000-01-29';
	productDownload[totProds]='<a href="files/elecbolt.zip">Download EnvLines (240 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Bendy Lines". Placed 1st.';
	totProds++;
	
	productID[totProds]=19;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='ColorSplash';
	productScreenshot[totProds]='gfx/colsplsh.jpg';
	productRelease[totProds]='2000-01-22';
	productDownload[totProds]='<a href="files/colsplsh.zip">Download ColorSplash (218 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Splashes of Colour". Placed 2nd.';
	totProds++;	

	productID[totProds]=20;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Bouncing Ball';
	productScreenshot[totProds]='gfx/bball.jpg';
	productRelease[totProds]='2000-01-15';
	productDownload[totProds]='<a href="files/bball.zip">Download Bouncing Ball (209 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Bouncy". Placed 1st.';
	totProds++;	

	productID[totProds]=21;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Ghost';
	productScreenshot[totProds]='gfx/ghost.jpg';
	productRelease[totProds]='2000-01-08';
	productDownload[totProds]='<a href="files/ghost.zip">Download Ghost (212 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Ghostly Impressions". Placed 1st.';
	totProds++;	

	productID[totProds]=22;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Organic';
	productScreenshot[totProds]='gfx/organic.jpg';
	productRelease[totProds]='2000-01-01';
	productDownload[totProds]='<a href="files/organic.zip">Download Organic (214 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "No Theme Week". Placed 1st.';
	totProds++;	

	productID[totProds]=23;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Colorfire';
	productScreenshot[totProds]='gfx/colfire.jpg';
	productRelease[totProds]='1999-12-11';
	productDownload[totProds]='<a href="files/colfire.zip">Download Colorfire (184 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "Pyrotechnics". Placed 1st.';
	totProds++;	

	productID[totProds]=24;
	productPlatform[totProds]=PLATFORM_PC;
	productType[totProds]=TYPE_OPENGL;
	productName[totProds]='Environmentmapping';
	productScreenshot[totProds]='gfx/envmap.jpg';
	productRelease[totProds]='1999-12-04';
	productDownload[totProds]='<a href="files/envmap.zip">Download Environmentmapping (275 kb)</a>';
	productDescription[totProds]='Source included : Yes<br><br>Notes : Competed in the OpenGL Challenge, theme "No Theme Week". Placed 1st.';
	totProds++;			

	productID[totProds]=41;
	productPlatform[totProds]=PLATFORM_C64;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Independence/Noice';
	productScreenshot[totProds]='gfx/independence.png';
	productRelease[totProds]='1991-XX-XX';
	productDownload[totProds]='<A href="files/Noice-Independence.zip">Download Independence (139 kb)</A><br>';
	productDescription[totProds]='The first demo where I used my new hanlde (Shadow). The part I coded is the one seen in the screenshot.';		
	totProds++;	

	productID[totProds]=40;
	productPlatform[totProds]=PLATFORM_C64;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Time Out/Triad';
	productScreenshot[totProds]='gfx/timeout.png';
	productRelease[totProds]='1991-XX-XX';
	productDownload[totProds]='<A href="files/Triad-TimeOut.zip">Download Time Out (42 kb)</A><br>';
	productDescription[totProds]='My first (and only) full demo release as a member of Triad.';		
	totProds++;	
	
	productID[totProds]=39;
	productPlatform[totProds]=PLATFORM_C64;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Co-demo/Demons + Noice';
	productScreenshot[totProds]='gfx/codemo.png';
	productRelease[totProds]='1990-XX-XX';
	productDownload[totProds]='<A href="files/demons-co-demo.zip">Download Co-demo (139 kb)</A><br>';
	productDescription[totProds]='A co-op demo with Noice, coded in the brief time when I was a member of Demons.';		
	totProds++;		
	
	productID[totProds]=38;
	productPlatform[totProds]=PLATFORM_C64;
	productType[totProds]=TYPE_DEMO;
	productName[totProds]='Icefire/Mega-Master';
	productScreenshot[totProds]='gfx/icefire.png';
	productRelease[totProds]='1990-XX-XX';
	productDownload[totProds]='<A href="files/MegaMaster-Icefire.zip">Download Icefire (39 kb)</A><br>';
	productDescription[totProds]='The first multipart C64 demo I ever did. Coded when I was fourteen years old (working under the handle Mega-Master) in the TFC3 machine code monitor!';		
	totProds++;			
}

SetupProds();

function ShowProd(pID)
{	
	for(i=0;i<totProds;i++)
	{
		if(productID[i]==parseInt(pID,10))
		{
			document.write('<h2><b>'+productName[i]+'</b> ('+productRelease[i]+')</h2>');
			document.write('<img src="'+productScreenshot[i]+'"/>');
			document.write('<p><a href="prods.html?prodtype='+productType[i]+'">'+typeDescription[productType[i]]+'</a>, <a href="prods.html?prodplatform='+productPlatform[i]+'">'+platformDescription[productPlatform[i]]+'</a></p>');
			document.write('<p>'+productDescription[i]+'</p>');
			document.write('<p>'+productDownload[i]+'</p>');
		}
	}
}

