// JavaScript Document
var arr_Elements = [];
var time, pos;
var dir;

function Scroll_DN(layer)
{
	if (!arr_Elements[layer])
	{
		arr_Elements[layer] = [];
		arr_Elements[layer]['pos'] = 0;
	}
	arr_Elements[layer]['pos'] = arr_Elements[layer]['pos']-6;

	pos = arr_Elements[layer]['pos'];

	document.getElementById(layer).style.top=pos+"px";

	if (pos > -2000)
	{
		time = setTimeout("Scroll_DN('"+layer+"')", 5);
	}
}

function Scroll_Stop()
{
	if (time) clearTimeout(time);
}

function Scroll_UP(layer)
{
	if (!arr_Elements[layer])
	{
		arr_Elements[layer] = [];
		arr_Elements[layer]['pos'] = 0;
	}
	arr_Elements[layer]['pos'] = arr_Elements[layer]['pos']+6;

	pos = arr_Elements[layer]['pos'];

	if (pos <= 0)
	{
		document.getElementById(layer).style.top=pos+"px";

		if (pos < 2000)
		{
			time = setTimeout("Scroll_UP('"+layer+"')", 5);
		}
	}
}

function Scroll_LFT(layer)
{
	if (!arr_Elements[layer])
	{
		arr_Elements[layer] = [];
		arr_Elements[layer]['pos'] = 0;
	}
	arr_Elements[layer]['pos'] = arr_Elements[layer]['pos']-6;

	pos = arr_Elements[layer]['pos'];

	if (pos <= 0)
	{
		document.getElementById(layer).style.left=pos+"px";

		if (pos < 2000)
		{
			time = setTimeout("Scroll_LFT('"+layer+"')", 5);
		}
	}
}

function Scroll_RGT(layer)
{
	if (!arr_Elements[layer])
	{
		arr_Elements[layer] = [];
		arr_Elements[layer]['pos'] = 0;
	}
	arr_Elements[layer]['pos'] = arr_Elements[layer]['pos']+6;

	pos = arr_Elements[layer]['pos'];

	if (pos <= 0)
	{
		document.getElementById(layer).style.left=pos+"px";

		if (pos < 2000)
		{
			time = setTimeout("Scroll_RGT('"+layer+"')", 5);
		}
	}
}

var lastCnt = 0;

var arr_Ptf = [];
arr_Ptf['geur'] = [];
arr_Ptf['geur']['text'] = [];
arr_Ptf['geur']['img'] = [];
arr_Ptf['geur']['text']['title'] = '“Geur Indruk” book';
arr_Ptf['geur']['text']['client'] = 'Spinhex & Industrie,<br>Eden Design & Communication<br>Amsterdam, 2004.';
arr_Ptf['geur']['text']['materials'] = 'This was a promotion book <br>for a print house. The reader can <br>smell different smells, by rubbing<br>special ink used in the book';
arr_Ptf['geur']['img'][0] = [];
arr_Ptf['geur']['img'][0]['tn'] = 'books/geur/1.gif';
arr_Ptf['geur']['img'][0]['full'] = 'books/geur/full/1.jpg';
arr_Ptf['geur']['img'][1] = [];
arr_Ptf['geur']['img'][1]['tn'] = 'books/geur/2.gif';
arr_Ptf['geur']['img'][1]['full'] = 'books/geur/full/2.jpg';
arr_Ptf['geur']['img'][2] = [];
arr_Ptf['geur']['img'][2]['tn'] = 'books/geur/3.gif';
arr_Ptf['geur']['img'][2]['full'] = 'books/geur/full/3.jpg';
arr_Ptf['geur']['img'][3] = [];
arr_Ptf['geur']['img'][3]['tn'] = 'books/geur/4.gif';
arr_Ptf['geur']['img'][3]['full'] = 'books/geur/full/4.jpg';
arr_Ptf['geur']['img'][4] = [];
arr_Ptf['geur']['img'][4]['tn'] = 'books/geur/5.gif';
arr_Ptf['geur']['img'][4]['full'] = 'books/geur/full/5.jpg';
arr_Ptf['geur']['img'][5] = [];
arr_Ptf['geur']['img'][5]['tn'] = 'books/geur/6.gif';
arr_Ptf['geur']['img'][5]['full'] = 'books/geur/full/6.jpg';

arr_Ptf['fetish'] = [];
arr_Ptf['fetish']['text'] = [];
arr_Ptf['fetish']['img'] = [];
arr_Ptf['fetish']['text']['title'] = '“Fetish” coffee table book';
arr_Ptf['fetish']['text']['client'] = '“Alice in chains” fetish shop<br>London, 2000';
arr_Ptf['fetish']['text']['materials'] = 'Book`s  cover was made<br>from rubber and metal, ';
arr_Ptf['fetish']['img'][0] = [];
arr_Ptf['fetish']['img'][0]['tn'] = 'books/fetish/1.gif';
arr_Ptf['fetish']['img'][0]['full'] = 'books/fetish/full/1.jpg';
arr_Ptf['fetish']['img'][1] = [];
arr_Ptf['fetish']['img'][1]['tn'] = 'books/fetish/2.gif';
arr_Ptf['fetish']['img'][1]['full'] = 'books/fetish/full/2.jpg';
arr_Ptf['fetish']['img'][2] = [];
arr_Ptf['fetish']['img'][2]['tn'] = 'books/fetish/3.gif';
arr_Ptf['fetish']['img'][2]['full'] = 'books/fetish/full/3.jpg';
arr_Ptf['fetish']['img'][3] = [];
arr_Ptf['fetish']['img'][3]['tn'] = 'books/fetish/4.gif';
arr_Ptf['fetish']['img'][3]['full'] = 'books/fetish/full/4.jpg';
arr_Ptf['fetish']['img'][4] = [];
arr_Ptf['fetish']['img'][4]['tn'] = 'books/fetish/5.gif';
arr_Ptf['fetish']['img'][4]['full'] = 'books/fetish/full/5.jpg';
arr_Ptf['fetish']['img'][5] = [];
arr_Ptf['fetish']['img'][5]['tn'] = 'books/fetish/6.gif';
arr_Ptf['fetish']['img'][5]['full'] = 'books/fetish/full/6.jpg';
arr_Ptf['fetish']['img'][6] = [];
arr_Ptf['fetish']['img'][6]['tn'] = 'books/fetish/7.gif';
arr_Ptf['fetish']['img'][6]['full'] = 'books/fetish/full/7.jpg';

arr_Ptf['power'] = [];
arr_Ptf['power']['text'] = [];
arr_Ptf['power']['img'] = [];
arr_Ptf['power']['text']['title'] = '“Power” book ';
arr_Ptf['power']['text']['client'] = 'Personal project<br>Amsterdam, 2001 ';
arr_Ptf['power']['img'][0] = [];
arr_Ptf['power']['img'][0]['tn'] = 'books/power/1.gif';
arr_Ptf['power']['img'][0]['full'] = 'books/power/full/1.jpg';
arr_Ptf['power']['img'][1] = [];
arr_Ptf['power']['img'][1]['tn'] = 'books/power/2.gif';
arr_Ptf['power']['img'][1]['full'] = 'books/power/full/2.jpg';
arr_Ptf['power']['img'][2] = [];
arr_Ptf['power']['img'][2]['tn'] = 'books/power/3.gif';
arr_Ptf['power']['img'][2]['full'] = 'books/power/full/3.jpg';
arr_Ptf['power']['img'][3] = [];
arr_Ptf['power']['img'][3]['tn'] = 'books/power/4.gif';
arr_Ptf['power']['img'][3]['full'] = 'books/power/full/4.jpg';
arr_Ptf['power']['img'][4] = [];
arr_Ptf['power']['img'][4]['tn'] = 'books/power/5.gif';
arr_Ptf['power']['img'][4]['full'] = 'books/power/full/5.jpg';
arr_Ptf['power']['img'][5] = [];
arr_Ptf['power']['img'][5]['tn'] = 'books/power/6.gif';
arr_Ptf['power']['img'][5]['full'] = 'books/power/full/6.jpg';
arr_Ptf['power']['img'][6] = [];
arr_Ptf['power']['img'][6]['tn'] = 'books/power/7.gif';
arr_Ptf['power']['img'][6]['full'] = 'books/power/full/7.jpg';
arr_Ptf['power']['img'][7] = [];
arr_Ptf['power']['img'][7]['tn'] = 'books/power/8.gif';
arr_Ptf['power']['img'][7]['full'] = 'books/power/full/8.jpg';

arr_Ptf['travel'] = [];
arr_Ptf['travel']['text'] = [];
arr_Ptf['travel']['img'] = [];
arr_Ptf['travel']['text']['title'] = '“My Traveling”';
arr_Ptf['travel']['text']['client'] = 'Personal project<br>Amsterdam, 2001 ';
arr_Ptf['travel']['img'][0] = [];
arr_Ptf['travel']['img'][0]['tn'] = 'books/travel/1.gif';
arr_Ptf['travel']['img'][0]['full'] = 'books/travel/full/1.jpg';
arr_Ptf['travel']['img'][1] = [];
arr_Ptf['travel']['img'][1]['tn'] = 'books/travel/2.gif';
arr_Ptf['travel']['img'][1]['full'] = 'books/travel/full/2.jpg';
arr_Ptf['travel']['img'][2] = [];
arr_Ptf['travel']['img'][2]['tn'] = 'books/travel/3.gif';
arr_Ptf['travel']['img'][2]['full'] = 'books/travel/full/3.jpg';
arr_Ptf['travel']['img'][3] = [];
arr_Ptf['travel']['img'][3]['tn'] = 'books/travel/4.gif';
arr_Ptf['travel']['img'][3]['full'] = 'books/travel/full/4.jpg';

arr_Ptf['scum'] = [];
arr_Ptf['scum']['text'] = [];
arr_Ptf['scum']['img'] = [];
arr_Ptf['scum']['text']['title'] = '“Scum” magazine  ';
arr_Ptf['scum']['text']['client'] = '“Scum” magazine<br>Amsterdam, 1999<br>Issue 3 & sticker';
arr_Ptf['scum']['img'][0] = [];
arr_Ptf['scum']['img'][0]['tn'] = 'books/scum/1.gif';
arr_Ptf['scum']['img'][0]['full'] = 'books/scum/full/1.jpg';
arr_Ptf['scum']['img'][1] = [];
arr_Ptf['scum']['img'][1]['tn'] = 'books/scum/2.gif';
arr_Ptf['scum']['img'][1]['full'] = 'books/scum/full/2.jpg';
arr_Ptf['scum']['img'][2] = [];
arr_Ptf['scum']['img'][2]['tn'] = 'books/scum/3.gif';
arr_Ptf['scum']['img'][2]['full'] = 'books/scum/full/3.jpg';

// posters
arr_Ptf['beauty'] = [];
arr_Ptf['beauty']['text'] = [];
arr_Ptf['beauty']['img'] = [];
arr_Ptf['beauty']['text']['title'] = '“Make me beautiful”';
arr_Ptf['beauty']['text']['client'] = 'Personal project<br>Amsterdam, 2005 ';
arr_Ptf['beauty']['text']['materials'] = 'Paper, plastic';
arr_Ptf['beauty']['text']['size'] = 'A0';
arr_Ptf['beauty']['img'][0] = [];
arr_Ptf['beauty']['img'][0]['tn'] = 'posters/beauty/1.gif';
arr_Ptf['beauty']['img'][0]['full'] = 'posters/beauty/full/1.jpg';
arr_Ptf['beauty']['img'][1] = [];
arr_Ptf['beauty']['img'][1]['tn'] = 'posters/beauty/2.gif';

arr_Ptf['urban'] = [];
arr_Ptf['urban']['text'] = [];
arr_Ptf['urban']['img'] = [];
arr_Ptf['urban']['text']['title'] = '“Urban camuflage” ';
arr_Ptf['urban']['text']['client'] = 'Personal project<br>Amsterdam, 2003 ';
arr_Ptf['urban']['text']['size'] = 'A2';
arr_Ptf['urban']['img'][0] = [];
arr_Ptf['urban']['img'][0]['tn'] = 'posters/urban/1.gif';
arr_Ptf['urban']['img'][0]['full'] = 'posters/urban/full/1.jpg';
arr_Ptf['urban']['img'][1] = [];
arr_Ptf['urban']['img'][1]['tn'] = 'posters/urban/2.gif';
arr_Ptf['urban']['img'][1]['full'] = 'posters/urban/full/2.jpg';
arr_Ptf['urban']['img'][2] = [];
arr_Ptf['urban']['img'][2]['tn'] = 'posters/urban/3.gif';
arr_Ptf['urban']['img'][2]['full'] = 'posters/urban/full/3.jpg';

// logos housestyles
arr_Ptf['bienfonat'] = [];
arr_Ptf['bienfonat']['text'] = [];
arr_Ptf['bienfonat']['img'] = [];
arr_Ptf['bienfonat']['text']['title'] = 'House style';
arr_Ptf['bienfonat']['text']['client'] = '“BienFonat”<br>Construction Projects<br>Amsterdam, since 2005';
arr_Ptf['bienfonat']['img'][0] = [];
arr_Ptf['bienfonat']['img'][0]['tn'] = 'houselogos/bienfonat/1.gif';
arr_Ptf['bienfonat']['img'][1] = [];
arr_Ptf['bienfonat']['img'][1]['tn'] = 'houselogos/bienfonat/2.gif';

arr_Ptf['unit'] = [];
arr_Ptf['unit']['text'] = [];
arr_Ptf['unit']['img'] = [];
arr_Ptf['unit']['text']['title'] = 'House style';
arr_Ptf['unit']['text']['client'] = '“UnitSpectra”<br>Amsterdam, 2005 ';
arr_Ptf['unit']['img'][0] = [];
arr_Ptf['unit']['img'][0]['tn'] = 'houselogos/unit/1.png';
arr_Ptf['unit']['img'][0]['full'] = 'houselogos/unit/full/1.jpg';

arr_Ptf['bachcam'] = [];
arr_Ptf['bachcam']['text'] = [];
arr_Ptf['bachcam']['img'] = [];
arr_Ptf['bachcam']['text']['title'] = 'New Logo proposal';
arr_Ptf['bachcam']['text']['client'] = '“Bachcam”<br>Paris, 2007 ';
arr_Ptf['bachcam']['img'][0] = [];
arr_Ptf['bachcam']['img'][0]['tn'] = 'houselogos/bachcam/1.gif';
arr_Ptf['bachcam']['img'][0]['full'] = 'houselogos/bachcam/full/1.jpg';

arr_Ptf['baltimore'] = [];
arr_Ptf['baltimore']['text'] = [];
arr_Ptf['baltimore']['img'] = [];
arr_Ptf['baltimore']['text']['title'] = 'Logo';
arr_Ptf['baltimore']['text']['client'] = '“Jon Baltimore Music, INC”<br>New York, 2006 ';
arr_Ptf['baltimore']['img'][0] = [];
arr_Ptf['baltimore']['img'][0]['tn'] = 'houselogos/baltimore/1.png';
arr_Ptf['baltimore']['img'][0]['full'] = 'houselogos/baltimore/full/1.jpg';

arr_Ptf['pierk'] = [];
arr_Ptf['pierk']['text'] = [];
arr_Ptf['pierk']['img'] = [];
arr_Ptf['pierk']['text']['title'] = 'House style';
arr_Ptf['pierk']['text']['client'] = 'Pier K (cultural center)<br>Eden Design & <br>Communication, <br>Amsterdam, 2004 ';
arr_Ptf['pierk']['img'][0] = [];
arr_Ptf['pierk']['img'][0]['tn'] = 'houselogos/pierk/1.gif';
arr_Ptf['pierk']['img'][0]['full'] = 'houselogos/pierk/full/1.jpg';
arr_Ptf['pierk']['img'][1] = [];
arr_Ptf['pierk']['img'][1]['tn'] = 'houselogos/pierk/2.gif';
arr_Ptf['pierk']['img'][2] = [];
arr_Ptf['pierk']['img'][2]['tn'] = 'houselogos/pierk/3.gif';
arr_Ptf['pierk']['img'][3] = [];
arr_Ptf['pierk']['img'][3]['tn'] = 'houselogos/pierk/4.gif';
arr_Ptf['pierk']['img'][4] = [];
arr_Ptf['pierk']['img'][4]['tn'] = 'houselogos/pierk/5.gif';

arr_Ptf['parental'] = [];
arr_Ptf['parental']['text'] = [];
arr_Ptf['parental']['img'] = [];
arr_Ptf['parental']['text']['title'] = 'House style';
arr_Ptf['parental']['text']['client'] = 'Personal project,<br>(Parental advisory)<br> Amsterdam, 2004';
arr_Ptf['parental']['img'][0] = [];
arr_Ptf['parental']['img'][0]['tn'] = 'houselogos/parental/1.gif';
arr_Ptf['parental']['img'][0]['full'] = 'houselogos/parental/full/1.jpg';
arr_Ptf['parental']['img'][1] = [];
arr_Ptf['parental']['img'][1]['tn'] = 'houselogos/parental/2.gif';
arr_Ptf['parental']['img'][1]['full'] = 'houselogos/parental/full/2.jpg';

// Illustrations
arr_Ptf['fashion'] = [];
arr_Ptf['fashion']['text'] = [];
arr_Ptf['fashion']['img'] = [];
arr_Ptf['fashion']['text']['title'] = 'Illustration';
arr_Ptf['fashion']['text']['client'] = 'Fashion Magazine<br>Amsterdam, 2002';
arr_Ptf['fashion']['img'][0] = [];
arr_Ptf['fashion']['img'][0]['tn'] = 'illustrations/fashion/1.gif';
arr_Ptf['fashion']['img'][1] = [];
arr_Ptf['fashion']['img'][1]['tn'] = 'illustrations/fashion/2.gif';


// Advertising
arr_Ptf['uxebu_christmas'] = [];
arr_Ptf['uxebu_christmas']['text'] = [];
arr_Ptf['uxebu_christmas']['img'] = [];
arr_Ptf['uxebu_christmas']['text']['title'] = 'Postcards';
arr_Ptf['uxebu_christmas']['text']['client'] = 'uxebu Ltd & Co. Kg.<br>Munich, 2008';
arr_Ptf['uxebu_christmas']['text']['material'] = 'Boomerang cards ';
arr_Ptf['uxebu_christmas']['img'][0] = [];
arr_Ptf['uxebu_christmas']['img'][0]['tn'] = 'advertising/uxebu_christmas/1.gif';
arr_Ptf['uxebu_christmas']['img'][0]['full'] = 'advertising/uxebu_christmas/full/1.jpg';
arr_Ptf['uxebu_christmas']['img'][1] = [];
arr_Ptf['uxebu_christmas']['img'][1]['tn'] = 'advertising/uxebu_christmas/2.gif';
arr_Ptf['uxebu_christmas']['img'][1]['full'] = 'advertising/uxebu_christmas/full/2.jpg';
arr_Ptf['uxebu_christmas']['img'][2] = [];
arr_Ptf['uxebu_christmas']['img'][2]['tn'] = 'advertising/uxebu_christmas/3.gif';
arr_Ptf['uxebu_christmas']['img'][2]['full'] = 'advertising/uxebu_christmas/full/3.jpg';

arr_Ptf['shoe'] = [];
arr_Ptf['shoe']['text'] = [];
arr_Ptf['shoe']['img'] = [];
arr_Ptf['shoe']['text']['title'] = 'Shoe Campagne';
arr_Ptf['shoe']['text']['client'] = '“Collective Promotie<br> Schoenen”, <br>G2K Designers,<br>Amsterdam, 2003';
arr_Ptf['shoe']['text']['description'] = 'Boomerang cards ';
arr_Ptf['shoe']['img'][0] = [];
arr_Ptf['shoe']['img'][0]['tn'] = 'advertising/shoe/1.gif';
arr_Ptf['shoe']['img'][0]['full'] = 'advertising/shoe/full/1.jpg';
arr_Ptf['shoe']['img'][1] = [];
arr_Ptf['shoe']['img'][1]['tn'] = 'advertising/shoe/2.gif';
arr_Ptf['shoe']['img'][1]['full'] = 'advertising/shoe/full/2.jpg';
arr_Ptf['shoe']['img'][2] = [];
arr_Ptf['shoe']['img'][2]['tn'] = 'advertising/shoe/3.gif';
arr_Ptf['shoe']['img'][2]['full'] = 'advertising/shoe/full/3.jpg';

arr_Ptf['christmas'] = [];
arr_Ptf['christmas']['text'] = [];
arr_Ptf['christmas']['img'] = [];
arr_Ptf['christmas']['text']['title'] = 'Christmas Card';
arr_Ptf['christmas']['text']['client'] = 'Van Wijnen <br>G2K Designers, <br>Amsterdam, 2003';
arr_Ptf['christmas']['text']['description'] = 'Card';
arr_Ptf['christmas']['img'][0] = [];
arr_Ptf['christmas']['img'][0]['tn'] = 'advertising/christmas/1.gif';
arr_Ptf['christmas']['img'][0]['full'] = 'advertising/christmas/full/1.jpg';
arr_Ptf['christmas']['img'][1] = [];
arr_Ptf['christmas']['img'][1]['tn'] = 'advertising/christmas/2.gif';
arr_Ptf['christmas']['img'][1]['full'] = 'advertising/christmas/full/2.jpg';

arr_Ptf['promo'] = [];
arr_Ptf['promo']['text'] = [];
arr_Ptf['promo']['img'] = [];
arr_Ptf['promo']['text']['title'] = 'Promotion Card  ';
arr_Ptf['promo']['text']['client'] = 'G2K Designers, <br>Amsterdam, 2003';
arr_Ptf['promo']['text']['description'] = 'Boomerang Card';
arr_Ptf['promo']['img'][0] = [];
arr_Ptf['promo']['img'][0]['tn'] = 'advertising/promo/1.gif';
arr_Ptf['promo']['img'][0]['full'] = 'advertising/promo/full/1.jpg';

arr_Ptf['5percent'] = [];
arr_Ptf['5percent']['text'] = [];
arr_Ptf['5percent']['img'] = [];
arr_Ptf['5percent']['text']['title'] = 'Flyer  ';
arr_Ptf['5percent']['text']['client'] = '5%, <br>Amsterdam, 2006';
arr_Ptf['5percent']['img'][0] = [];
arr_Ptf['5percent']['img'][0]['tn'] = 'advertising/5percent/1.png';
arr_Ptf['5percent']['img'][0]['full'] = 'advertising/5percent/full/1.jpg';
arr_Ptf['5percent']['img'][1] = [];
arr_Ptf['5percent']['img'][1]['tn'] = 'advertising/5percent/2.png';
arr_Ptf['5percent']['img'][1]['full'] = 'advertising/5percent/full/2.jpg';

arr_Ptf['5percent-shirt'] = [];
arr_Ptf['5percent-shirt']['text'] = [];
arr_Ptf['5percent-shirt']['img'] = [];
arr_Ptf['5percent-shirt']['text']['title'] = 'T-Shirts  ';
arr_Ptf['5percent-shirt']['text']['client'] = '5%, <br />De Pijp Summer Festival,<br>Amsterdam, 2006';
arr_Ptf['5percent-shirt']['img'][0] = [];
arr_Ptf['5percent-shirt']['img'][0]['tn'] = 'advertising/5percent/t-shirts.gif';

arr_Ptf['promo_2'] = [];
arr_Ptf['promo_2']['text'] = [];
arr_Ptf['promo_2']['img'] = [];
arr_Ptf['promo_2']['text']['title'] = 'Promotion Poster';
arr_Ptf['promo_2']['text']['client'] = 'Work Shop with<br>Stone Tweens<br>(Dog Latrines) <br>Rotterdam, 2003';
arr_Ptf['promo_2']['text']['material'] = 'A1';
arr_Ptf['promo_2']['img'][0] = [];
arr_Ptf['promo_2']['img'][0]['tn'] = 'advertising/promo_2/1.gif';
arr_Ptf['promo_2']['img'][1] = [];
arr_Ptf['promo_2']['img'][1]['tn'] = 'advertising/promo_2/2.gif';

arr_Ptf['promo_3'] = [];
arr_Ptf['promo_3']['text'] = [];
arr_Ptf['promo_3']['img'] = [];
arr_Ptf['promo_3']['text']['title'] = 'Promotion Posters';
arr_Ptf['promo_3']['text']['client'] = 'Personal project<br>Rotterdam, 2004';
arr_Ptf['promo_3']['img'][0] = [];
arr_Ptf['promo_3']['img'][0]['tn'] = 'advertising/promo_3/1.gif';
arr_Ptf['promo_3']['img'][0]['full'] = 'advertising/promo_3/full/1.jpg';
arr_Ptf['promo_3']['img'][1] = [];
arr_Ptf['promo_3']['img'][1]['tn'] = 'advertising/promo_3/2.gif';
arr_Ptf['promo_3']['img'][1]['full'] = 'advertising/promo_3/full/2.jpg';
arr_Ptf['promo_3']['img'][2] = [];
arr_Ptf['promo_3']['img'][2]['tn'] = 'advertising/promo_3/3.gif';
arr_Ptf['promo_3']['img'][2]['full'] = 'advertising/promo_3/full/3.jpg';
arr_Ptf['promo_3']['img'][3] = [];
arr_Ptf['promo_3']['img'][3]['tn'] = 'advertising/promo_3/4.gif';
arr_Ptf['promo_3']['img'][3]['full'] = 'advertising/promo_3/full/4.jpg';
arr_Ptf['promo_3']['img'][4] = [];
arr_Ptf['promo_3']['img'][4]['tn'] = 'advertising/promo_3/5.gif';
arr_Ptf['promo_3']['img'][4]['full'] = 'advertising/promo_3/full/5.jpg';

arr_Ptf['homeless'] = [];
arr_Ptf['homeless']['text'] = [];
arr_Ptf['homeless']['img'] = [];
arr_Ptf['homeless']['text']['title'] = 'Night Bag &<br>Promotion Poster ';
arr_Ptf['homeless']['text']['client'] = 'Homeless people,<br>Personal project<br><br>The goal of the project was to design a bag for homeless people to cary their belonings during the day and sleep on during the night.<br><br>Amsterdam, 2003';
arr_Ptf['homeless']['img'][0] = [];
arr_Ptf['homeless']['img'][0]['tn'] = 'advertising/homeless/1.gif';
arr_Ptf['homeless']['img'][0]['full'] = 'advertising/homeless/full/1.jpg';

arr_Ptf['toilet'] = [];
arr_Ptf['toilet']['text'] = [];
arr_Ptf['toilet']['img'] = [];
arr_Ptf['toilet']['text']['title'] = 'Toilet Paper ';
arr_Ptf['toilet']['text']['client'] = '“Late” night club<br>London, 1999';
arr_Ptf['toilet']['text']['description'] = 'On each piece of paper<br>it says “She/He loves me”<br>and “She/He loves me not” ';
arr_Ptf['toilet']['img'][0] = [];
arr_Ptf['toilet']['img'][0]['tn'] = 'advertising/toilet/1.gif';
arr_Ptf['toilet']['img'][0]['full'] = 'advertising/toilet/full/1.jpg';

arr_Ptf['flyer'] = [];
arr_Ptf['flyer']['text'] = [];
arr_Ptf['flyer']['img'] = [];
arr_Ptf['flyer']['text']['title'] = 'Flyers & Tickets   ';
arr_Ptf['flyer']['text']['client'] = 'Personal project,<br> Walter van Beirendonck,<br>Amsterdam, 2000';
arr_Ptf['flyer']['img'][0] = [];
arr_Ptf['flyer']['img'][0]['tn'] = 'advertising/flyer/1.gif';
arr_Ptf['flyer']['img'][0]['full'] = 'advertising/flyer/full/1.jpg';

// Web design
arr_Ptf['sarine_web'] = [];
arr_Ptf['sarine_web']['text'] = [];
arr_Ptf['sarine_web']['img'] = [];
arr_Ptf['sarine_web']['text']['link'] = 'http://www.sarine-collection.com';
arr_Ptf['sarine_web']['text']['description'] = 'We developed a storefront for the fashion brand Sarine, <br>Amsterdam, 2009';
arr_Ptf['sarine_web']['img'][0] = [];
arr_Ptf['sarine_web']['img'][0]['tn'] = 'web/sarine_web/1.gif';
arr_Ptf['sarine_web']['img'][0]['full'] = 'web/sarine_web/full/1.jpg';
arr_Ptf['sarine_web']['img'][1] = [];
arr_Ptf['sarine_web']['img'][1]['tn'] = 'web/sarine_web/2.gif';
arr_Ptf['sarine_web']['img'][1]['full'] = 'web/sarine_web/full/2.jpg';
arr_Ptf['sarine_web']['img'][2] = [];
arr_Ptf['sarine_web']['img'][2]['tn'] = 'web/sarine_web/3.gif';
arr_Ptf['sarine_web']['img'][2]['full'] = 'web/sarine_web/full/3.jpg';

arr_Ptf['eugene_web'] = [];
arr_Ptf['eugene_web']['text'] = [];
arr_Ptf['eugene_web']['img'] = [];
arr_Ptf['eugene_web']['text']['link'] = 'http://www.eugenelab.com';
arr_Ptf['eugene_web']['text']['description'] = 'We developed a simple WordPress blog for Eugene Markine a software developer, <br>Amsterdam, 2009';
arr_Ptf['eugene_web']['img'][0] = [];
arr_Ptf['eugene_web']['img'][0]['tn'] = 'web/eugene_web/1.gif';
arr_Ptf['eugene_web']['img'][0]['full'] = 'web/eugene_web/full/1.jpg';

arr_Ptf['rainbow_web'] = [];
arr_Ptf['rainbow_web']['text'] = [];
arr_Ptf['rainbow_web']['img'] = [];
arr_Ptf['rainbow_web']['text']['link'] = 'http://www.stichting-rainbow.nl';
arr_Ptf['rainbow_web']['text']['description'] = 'This website has been developed for Stichting Rainbow an Amsterdam based organisation, <br>Amsterdam, 2008';
arr_Ptf['rainbow_web']['img'][0] = [];
arr_Ptf['rainbow_web']['img'][0]['tn'] = 'web/rainbow_web/1.gif';
arr_Ptf['rainbow_web']['img'][0]['full'] = 'web/rainbow_web/full/1.jpg';
arr_Ptf['rainbow_web']['img'][1] = [];
arr_Ptf['rainbow_web']['img'][1]['tn'] = 'web/rainbow_web/2.gif';
arr_Ptf['rainbow_web']['img'][1]['full'] = 'web/rainbow_web/full/2.jpg';

arr_Ptf['dojo_web'] = [];
arr_Ptf['dojo_web']['text'] = [];
arr_Ptf['dojo_web']['img'] = [];
arr_Ptf['dojo_web']['text']['link'] = 'http://archive.dojotoolkit.org/nightly/dojotoolkit/demos/flashCards/demo.html';
arr_Ptf['dojo_web']['text']['description'] = 'This is a demo application for the Dojo Toolkit, one of the most commonly used JavaScript libraries. It showcases the development of JavaScript based games.<br>Amsterdam, 2008';
arr_Ptf['dojo_web']['img'][0] = [];
arr_Ptf['dojo_web']['img'][0]['tn'] = 'web/dojo_web/1.gif';
arr_Ptf['dojo_web']['img'][0]['full'] = 'web/dojo_web/full/1.jpg';

arr_Ptf['laundry_new_web'] = [];
arr_Ptf['laundry_new_web']['text'] = [];
arr_Ptf['laundry_new_web']['img'] = [];
arr_Ptf['laundry_new_web']['text']['title'] = '&nbsp;';
arr_Ptf['laundry_new_web']['text']['description'] = 'This site is a prototype for a software program, to be used in the launderettes, worldwide. The concept was to create a product combining chat room and computer game elements. Whith this software program launderrette users chat online while they do laundry';
arr_Ptf['laundry_new_web']['img'][0] = [];
arr_Ptf['laundry_new_web']['img'][0]['tn'] = 'web/laundry_new_web/1.gif';
arr_Ptf['laundry_new_web']['img'][0]['full'] = 'web/laundry_new_web/full/1.jpg';
arr_Ptf['laundry_new_web']['img'][1] = [];
arr_Ptf['laundry_new_web']['img'][1]['tn'] = 'web/laundry_new_web/2.gif';
arr_Ptf['laundry_new_web']['img'][1]['full'] = 'web/laundry_new_web/full/2.jpg';
arr_Ptf['laundry_new_web']['img'][2] = [];
arr_Ptf['laundry_new_web']['img'][2]['tn'] = 'web/laundry_new_web/3.gif';
arr_Ptf['laundry_new_web']['img'][2]['full'] = 'web/laundry_new_web/full/3.jpg';
arr_Ptf['laundry_new_web']['img'][3] = [];
arr_Ptf['laundry_new_web']['img'][3]['tn'] = 'web/laundry_new_web/4.gif';
arr_Ptf['laundry_new_web']['img'][3]['full'] = 'web/laundry_new_web/full/4.jpg';
arr_Ptf['laundry_new_web']['img'][4] = [];
arr_Ptf['laundry_new_web']['img'][4]['tn'] = 'web/laundry_new_web/5.gif';
arr_Ptf['laundry_new_web']['img'][4]['full'] = 'web/laundry_new_web/full/5.jpg';
arr_Ptf['laundry_new_web']['img'][5] = [];
arr_Ptf['laundry_new_web']['img'][5]['tn'] = 'web/laundry_new_web/6.gif';
arr_Ptf['laundry_new_web']['img'][5]['full'] = 'web/laundry_new_web/full/6.jpg';


arr_Ptf['i4d_web'] = [];
arr_Ptf['i4d_web']['text'] = [];
arr_Ptf['i4d_web']['img'] = [];
arr_Ptf['i4d_web']['text']['title'] = '&nbsp;';
arr_Ptf['i4d_web']['text']['description'] = 'This is a prototype site for the International Image Institute. The main part of the site is the search engine, which is unique in the way information is presented and interlinked';
arr_Ptf['i4d_web']['img'][0] = [];
arr_Ptf['i4d_web']['img'][0]['tn'] = 'web/i4d_web/1.gif';
arr_Ptf['i4d_web']['img'][0]['full'] = 'web/i4d_web/full/1.jpg';
arr_Ptf['i4d_web']['img'][1] = [];
arr_Ptf['i4d_web']['img'][1]['tn'] = 'web/i4d_web/2.gif';
arr_Ptf['i4d_web']['img'][1]['full'] = 'web/i4d_web/full/2.jpg';
arr_Ptf['i4d_web']['img'][2] = [];
arr_Ptf['i4d_web']['img'][2]['tn'] = 'web/i4d_web/3.gif';
arr_Ptf['i4d_web']['img'][2]['full'] = 'web/i4d_web/full/3.jpg';
arr_Ptf['i4d_web']['img'][3] = [];
arr_Ptf['i4d_web']['img'][3]['tn'] = 'web/i4d_web/4.gif';
arr_Ptf['i4d_web']['img'][3]['full'] = 'web/i4d_web/full/4.jpg';
arr_Ptf['i4d_web']['img'][4] = [];
arr_Ptf['i4d_web']['img'][4]['tn'] = 'web/i4d_web/5.gif';
arr_Ptf['i4d_web']['img'][4]['full'] = 'web/i4d_web/full/5.jpg';

arr_Ptf['dawa_web'] = [];
arr_Ptf['dawa_web']['text'] = [];
arr_Ptf['dawa_web']['img'] = [];
arr_Ptf['dawa_web']['text']['link'] = 'http://www.dawarecords.com';
arr_Ptf['dawa_web']['text']['client'] = 'DAWA Music,<br>Amsterdam, 2005';
arr_Ptf['dawa_web']['img'][0] = [];
arr_Ptf['dawa_web']['img'][0]['tn'] = 'web/dawa_web/1.gif';
arr_Ptf['dawa_web']['img'][0]['full'] = 'web/dawa_web/full/1.jpg';

arr_Ptf['dsopm_web'] = [];
arr_Ptf['dsopm_web']['text'] = [];
arr_Ptf['dsopm_web']['img'] = [];
arr_Ptf['dsopm_web']['text']['link'] = 'http://www.dsopm.nl';
arr_Ptf['dsopm_web']['text']['client'] = 'D.S.O.P.M.,<br>Amsterdam, 2005';
arr_Ptf['dsopm_web']['img'][0] = [];
arr_Ptf['dsopm_web']['img'][0]['tn'] = 'web/dsopm_web/1.gif';
arr_Ptf['dsopm_web']['img'][0]['full'] = 'web/dsopm_web/full/1.jpg';

arr_Ptf['bandklas_web'] = [];
arr_Ptf['bandklas_web']['text'] = [];
arr_Ptf['bandklas_web']['img'] = [];
arr_Ptf['bandklas_web']['text']['link'] = 'http://www.bandklas.nl';
arr_Ptf['bandklas_web']['text']['client'] = 'D.S.O.P.M.,<br>Amsterdam, 2005';
arr_Ptf['bandklas_web']['img'][0] = [];
arr_Ptf['bandklas_web']['img'][0]['tn'] = 'web/bandklas_web/1.gif';
arr_Ptf['bandklas_web']['img'][0]['full'] = 'web/bandklas_web/full/1.jpg';
arr_Ptf['bandklas_web']['img'][1] = [];
arr_Ptf['bandklas_web']['img'][1]['tn'] = 'web/bandklas_web/2.gif';
arr_Ptf['bandklas_web']['img'][1]['full'] = 'web/bandklas_web/full/2.jpg';

arr_Ptf['bienfonat_web'] = [];
arr_Ptf['bienfonat_web']['text'] = [];
arr_Ptf['bienfonat_web']['img'] = [];
arr_Ptf['bienfonat_web']['text']['link'] = 'http://www.bienfonat.com';
arr_Ptf['bienfonat_web']['text']['client'] = 'Bienfonat,<br>Amsterdam, since 2005';
arr_Ptf['bienfonat_web']['img'][0] = [];
arr_Ptf['bienfonat_web']['img'][0]['tn'] = 'web/bienfonat_web/1.gif';
arr_Ptf['bienfonat_web']['img'][0]['full'] = 'web/bienfonat_web/full/1.jpg';
arr_Ptf['bienfonat_web']['img'][1] = [];
arr_Ptf['bienfonat_web']['img'][1]['tn'] = 'web/bienfonat_web/2.gif';
arr_Ptf['bienfonat_web']['img'][1]['full'] = 'web/bienfonat_web/full/2.jpg';

arr_Ptf['washomatic_web'] = [];
arr_Ptf['washomatic_web']['text'] = [];
arr_Ptf['washomatic_web']['img'] = [];
arr_Ptf['washomatic_web']['text']['title'] = '&nbsp;';
arr_Ptf['washomatic_web']['text']['client'] = 'Personal project,<br>Rotterdam, 2004';
arr_Ptf['washomatic_web']['img'][0] = [];
arr_Ptf['washomatic_web']['img'][0]['tn'] = 'web/washomatic_web/1.gif';
arr_Ptf['washomatic_web']['img'][0]['full'] = 'web/washomatic_web/full/1.jpg';
arr_Ptf['washomatic_web']['img'][1] = [];
arr_Ptf['washomatic_web']['img'][1]['tn'] = 'web/washomatic_web/2.gif';
arr_Ptf['washomatic_web']['img'][1]['full'] = 'web/washomatic_web/full/2.jpg';
arr_Ptf['washomatic_web']['img'][2] = [];
arr_Ptf['washomatic_web']['img'][2]['tn'] = 'web/washomatic_web/3.gif';
arr_Ptf['washomatic_web']['img'][2]['full'] = 'web/washomatic_web/full/3.jpg';
arr_Ptf['washomatic_web']['img'][3] = [];
arr_Ptf['washomatic_web']['img'][3]['tn'] = 'web/washomatic_web/4.gif';
arr_Ptf['washomatic_web']['img'][3]['full'] = 'web/washomatic_web/full/4.jpg';
arr_Ptf['washomatic_web']['img'][4] = [];
arr_Ptf['washomatic_web']['img'][4]['tn'] = 'web/washomatic_web/5.gif';
arr_Ptf['washomatic_web']['img'][4]['full'] = 'web/washomatic_web/full/5.jpg';
arr_Ptf['washomatic_web']['img'][5] = [];
arr_Ptf['washomatic_web']['img'][5]['tn'] = 'web/washomatic_web/6.gif';
arr_Ptf['washomatic_web']['img'][5]['full'] = 'web/washomatic_web/full/6.jpg';

arr_Ptf['kronus_web'] = [];
arr_Ptf['kronus_web']['text'] = [];
arr_Ptf['kronus_web']['img'] = [];
arr_Ptf['kronus_web']['text']['title'] = '&nbsp;';
arr_Ptf['kronus_web']['text']['client'] = 'Kronus Music,<br>Amsterdam, 2006';
arr_Ptf['kronus_web']['img'][0] = [];
arr_Ptf['kronus_web']['img'][0]['tn'] = 'web/kronus_web/1.gif';
arr_Ptf['kronus_web']['img'][0]['full'] = 'web/kronus_web/full/1.jpg';
arr_Ptf['kronus_web']['img'][1] = [];
arr_Ptf['kronus_web']['img'][1]['tn'] = 'web/kronus_web/2.png';
arr_Ptf['kronus_web']['img'][1]['full'] = 'web/kronus_web/full/2.jpg';
arr_Ptf['kronus_web']['img'][2] = [];
arr_Ptf['kronus_web']['img'][2]['tn'] = 'web/kronus_web/3.png';
arr_Ptf['kronus_web']['img'][2]['full'] = 'web/kronus_web/full/3.jpg';

arr_Ptf['baltimore_web'] = [];
arr_Ptf['baltimore_web']['text'] = [];
arr_Ptf['baltimore_web']['img'] = [];
arr_Ptf['baltimore_web']['text']['link'] = 'http://www.jonbaltimoremusic.com';
arr_Ptf['baltimore_web']['text']['client'] = 'Jon Baltimore Music, INC<br>New York, 2006';
arr_Ptf['baltimore_web']['img'][0] = [];
arr_Ptf['baltimore_web']['img'][0]['tn'] = 'web/baltimore_web/1.png';
arr_Ptf['baltimore_web']['img'][0]['full'] = 'web/baltimore_web/full/1.jpg';
arr_Ptf['baltimore_web']['img'][1] = [];
arr_Ptf['baltimore_web']['img'][1]['tn'] = 'web/baltimore_web/2.png';
arr_Ptf['baltimore_web']['img'][1]['full'] = 'web/baltimore_web/full/2.jpg';
arr_Ptf['baltimore_web']['img'][2] = [];
arr_Ptf['baltimore_web']['img'][2]['tn'] = 'web/baltimore_web/3.png';
arr_Ptf['baltimore_web']['img'][2]['full'] = 'web/baltimore_web/full/3.jpg';

arr_Ptf['ivriet_web'] = [];
arr_Ptf['ivriet_web']['text'] = [];
arr_Ptf['ivriet_web']['img'] = [];
arr_Ptf['ivriet_web']['text']['title'] = '&nbsp;';
arr_Ptf['ivriet_web']['text']['client'] = 'Stichting Rainbow,<br>Amsterdam, 2007';
arr_Ptf['ivriet_web']['img'][0] = [];
arr_Ptf['ivriet_web']['img'][0]['tn'] = 'web/ivriet_web/1.png';
arr_Ptf['ivriet_web']['img'][0]['full'] = 'web/ivriet_web/full/1.jpg';
arr_Ptf['ivriet_web']['img'][1] = [];
arr_Ptf['ivriet_web']['img'][1]['tn'] = 'web/ivriet_web/2.png';
arr_Ptf['ivriet_web']['img'][1]['full'] = 'web/ivriet_web/full/2.jpg';

arr_Ptf['jjc_web'] = [];
arr_Ptf['jjc_web']['text'] = [];
arr_Ptf['jjc_web']['img'] = [];
arr_Ptf['jjc_web']['text']['link'] = 'http://www.juniorjazzcollege.nl';
arr_Ptf['jjc_web']['text']['client'] = 'Conservatorium van Amsetrdam,<br>Amsterdam, 2008';
arr_Ptf['jjc_web']['img'][0] = [];
arr_Ptf['jjc_web']['img'][0]['tn'] = 'web/jjc_web/1.png';
arr_Ptf['jjc_web']['img'][0]['full'] = 'web/jjc_web/full/1.jpg';
arr_Ptf['jjc_web']['img'][1] = [];
arr_Ptf['jjc_web']['img'][1]['tn'] = 'web/jjc_web/2.png';
arr_Ptf['jjc_web']['img'][1]['full'] = 'web/jjc_web/full/2.jpg';

function Back_PTF() {
	dojo.fx.wipeOut({
		node: "content",
		duration: 500,
		onEnd: function() {
			dojo.fx.wipeIn({
				node: "preview",
				duration: 500
			}).play();
		}
	}).play();
}

function Write_PTF(name)
{
	while (dojo.byId('content').hasChildNodes()) {
		dojo.byId('content').removeChild(dojo.byId('content').firstChild);
	}

	dojo.fx.wipeOut({
		node: "preview",
		duration: 500,
		onEnd: function() {
			dojo.fx.wipeIn({
				node: "content",
				duration: 500
			}).play();
		}
	}).play();

	var content_str = '';

	info_c = document.createElement('div');
	dojo.style(info_c, 'width', '220px');
	dojo.style(info_c, 'height', '184px');
	dojo.addClass(info_c, 'preview_info');

	content_str += '<div style="width: 230px; float: left; height: 214px;">';
	if (arr_Ptf[name]['text']['title'])
	{
		entry_c = document.createElement('div');
		dojo.addClass(entry_c, 'text_std_bold');
		dojo.style(entry_c, 'paddingBottom', '15px');
		entry_c.innerHTML = arr_Ptf[name]['text']['title'];
		info_c.appendChild(entry_c);
	}
	if (arr_Ptf[name]['text']['link'])
	{
		entry_c = document.createElement('div');
		dojo.addClass(entry_c, 'text_std_bold');
		dojo.style(entry_c, 'paddingBottom', '15px');
		entry_c.innerHTML = '<a href="'+arr_Ptf[name]['text']['link']+'" target="_blank">'+arr_Ptf[name]['text']['link']+'</a>';
		info_c.appendChild(entry_c);
	}
	if (arr_Ptf[name]['text']['client'])
	{
		entry_c = document.createElement('div');
		dojo.addClass(entry_c, 'text_std');
		dojo.style(entry_c, 'paddingBottom', '15px');
		entry_c.innerHTML = '<strong>Client:</strong> <br /> '+arr_Ptf[name]['text']['client'];
		info_c.appendChild(entry_c);
	}
	if (arr_Ptf[name]['text']['description'])
	{
		entry_c = document.createElement('div');
		dojo.addClass(entry_c, 'text_std');
		dojo.style(entry_c, 'paddingBottom', '15px');
		entry_c.innerHTML = arr_Ptf[name]['text']['description'];
		info_c.appendChild(entry_c);
	}
	if (arr_Ptf[name]['text']['materials'])
	{
		entry_c = document.createElement('div');
		dojo.addClass(entry_c, 'text_std');
		dojo.style(entry_c, 'paddingBottom', '15px');
		entry_c.innerHTML = '<strong>Materials:</strong> <br /> '+arr_Ptf[name]['text']['materials'];
		info_c.appendChild(entry_c);
	}
	if (arr_Ptf[name]['text']['size'])
	{
		entry_c = document.createElement('div');
		dojo.addClass(entry_c, 'text_std');
		dojo.style(entry_c, 'paddingBottom', '15px');
		entry_c.innerHTML = '<strong>Size:  </strong><br />'+arr_Ptf[name]['text']['size'];
		info_c.appendChild(entry_c);
	}

	entry_c = document.createElement('div');
	dojo.addClass(entry_c, 'text_std');
	dojo.style(entry_c, 'position', 'absolute');
	dojo.style(entry_c, 'top', '0px');
	dojo.style(entry_c, 'right', '0px');
	entry_c.innerHTML = '<a href="javascript:void(0);" onclick="Back_PTF();">Back to overview</a>';
	info_c.appendChild(entry_c);

	dojo.byId('content').appendChild(info_c);

	img_c = document.createElement('div');
	dojo.style(img_c, 'paddingTop', '30px');

	if (lastCnt > 0) {
		for (i=0; i<lastCnt; i++) {
			if (dijit.byId(i+'_lightbox_'+name)) {
				dijit.byId(i+'_lightbox_'+name).destroy();
			}
		}
	}
	var randomnumber=Math.floor(Math.random()*1000001)
	for (var i=0;i<arr_Ptf[name]['img'].length; i++)
	{
		if (dijit.byId(i+'_lightbox_'+name)) {
			dijit.byId(i+'_lightbox_'+name).destroy();
		}
		if (arr_Ptf[name]['img'][i]['full'])
		{
			span_c = document.createElement('span');
			str = '<a group="ptf_lightbox_'+randomnumber+'" id="'+i+'_lightbox_'+name+'" href="../images/ptf/'+arr_Ptf[name]['img'][i]['full']+'" dojoType="dojox.image.Lightbox"><img class="ptf_img" src="../images/ptf/'+arr_Ptf[name]['img'][i]['tn']+'" border="0" style="margin: 5px;"></a>';
			span_c.innerHTML = str;

			img_c.appendChild(span_c);
		}
		else {
			img = document.createElement('img');
			img.src = '../images/ptf/'+arr_Ptf[name]['img'][i]['tn'];
			img.setAttribute('border', '0');
			dojo.style(img, 'margin', '5px');
			dojo.addClass(img, 'ptf_img');
			img_c.appendChild(img);
		}
	}
	lastCnt = arr_Ptf[name]['img'].length;

	dojo.byId('content').appendChild(img_c);

	dojo.parser.parse(dojo.byId('content'));
}

