<!--
/*
readme.txt when in doubt 
or ask F02@frutabomba.nl
*/

// visualsItems[...]=[titel, id, url, omschrijving, locaties plaatje ];
// voeg je desktop toe achter de laatste. Bijvoorbeeld: visualsItems10 is de laatste dus ---> visualsItems11

visualsItems=new Array();

visualsItems[0]=["Want tees?",
				"tees",
				"visuals/tees/index.html",
				"We design t-shirts too, but do we have what it takes to take those tees to the top?",
				"_images/items/visuals_tees.gif"];
				
visualsItems[1]=["Next project",
				"next",
				"visuals/next/index.html",
				"A fighting cock is the start of a hectic voyage through cyberspace.",
				"_images/items/visuals_next.gif"];

visualsItems[2]=["Desktoppattern",
				"desktoppattern",
				"visuals/desktoppattern/index.html",
				"Loadsa stylish desktop patterns expertly crafted to pattern your desktops.",
				"_images/items/visuals_desktops.gif"];

visualsItems[3]=["Shield Generator",
				"shield",
				"visuals/shield/index.html",
				"This generator does for logo design what the calculator did for adding up.",
				"_images/items/visuals_shield.gif"];

visualsItems[4]=["Tribal Generator",
				"tribal",
				"visuals/tribal/index.html",
				"Some Flash generated body art.",
				"_images/items/visuals_tribal.gif"];

visualsItems[5]=["Pinstripe",
				"pinstripe",
				"visuals/pinstripe/index.html",
				"Hordes of pinstripe artists are hunting for F02's blood because this automated pinstripe generator put them out of work.",
				"_images/items/visuals_pinstripe.gif"];
				
visualsItems[6]=["Pixel tshirt",
				"pixeltee",
				"visuals/pixeltee/index.html",
				" F02: I wanted to create a logo with a communist vibe to it. I was inspirated by cyrillic characters and used their shapes to create a more or less readable logo.",
				"_images/items/visuals_pixeltee.gif"];
				
visualsItems[7]=["Draw",
				"draw",
				"visuals/draw/index.html",
				"If you're quick enough you can write a naughty word before it disappears.",
				"_images/items/visuals_draw.gif"];
				
visualsItems[8]=["3D_engine",
				"engine",
				"visuals/3D_engine/index.html",
				"F03 puts some Flash in Frutabomba. Make an F move just like you wish...",
				"_images/items/visuals_3d.gif"];
				
visualsItems[9]=["Talkingskull <img src='_images/index/new_pijl.gif' border='0'>",
				"talkingskull",
				"visuals/talkingskull/index.html",
				" A sticker I [F02] made to spread the Fruta gospel to all y'all disbelievers",
				"_images/items/no_image.gif"];				





//-->