
		function changeArtisanBio(b) {
			var artisan_zoran_barbesoski = "<h2>Zoran Barbesoski</h2><p>furniture <span class=\"divider_glyph\">}</span> beds, tables, entertainment units, kitchens, custom-made pieces</p><p>w: <a href=\"http://zokk.com.au\">zokk.com.au</a></p><p>Zoran&rsquo;s intentions are simple: each piece of furniture must be handcrafted to the highest quality. His commissions range from free-standing furniture to bespoke fitted kitchens. Each piece is made from the very best materials, and fitted with extreme care.</p>";
			var artisan_gwendolynne_burkin = "<h2>Gwendolynne Burkin</h2><p>fashion <span class=\"divider_glyph\">}</span> couture women&rsquo;s clothing, bridal dresses</p><p>w: <a href=\"http://gwendolynne.com.au\">gwendolynne.com.au</a></p><p>Entering the Gwendolynne Salon in the artistic hub of Fitzroy, one is transported to an enchanting, serene world of romantic feminine glamour. Gwendolynne Burkin&rsquo;s creative vision and beautiful creations are composed by an intuitive and emotive force.</p>";
			var artisan_arno_backes = "<h2>Arno Backes</h2><p>chocolate <span class=\"divider_glyph\">}</span> artisan chocolates, cakes, patisserie</p><p>w: <a href=\"http://ganache.com.au\">ganache.com.au</a></p><p>Arno&rsquo;s love affair with chocolate began when he was just 15. If ever you stroll by and find him at the window of his store, Ganache, dipping candied oranges in velvety dark chocolate, ask him if he gets tired of his job; he will admit, &lsquo;Never! I need chocolate to keep me company everywhere I go; I eat a kilo a week!&rsquo;</p>";
			var artisan_kris_coad = "<h2>Kris Coad</h2><p>ceramics <span class=\"divider_glyph\">}</span> porcelain tableware</p><p>w: <a href=\"http://kriscoad.com\">kriscoad.com</a></p><p>Ceramicist Kris Coad&rsquo;s porcelain pieces have a luminous quality. Her work invites the play of light on translucent porcelain, calibrated by the thickness of the clay.</p>";
			var artisan_mick_peel = "<h2>Mick Peel</h2><p>bicycle accessories <span class=\"divider_glyph\">}</span> reupholstered saddles, tailored apparel, bicycle recovery</p><p>w: <a href=\"http://busymanbicycles.blogspot.com\">busymanbicycles.blogspot.com</a></p><p>Mick Peel finds great fulfilment working with his hands and creating beautiful objects that are admired and often desired by his peers. He sees his work with saddles as an evolutionary design process. &lsquo;Each saddle is an iteration that enables refinement in design. Often techniques will emerge, and serendipitously become something else in the next life cycle&rsquo;.</p>";
			var artisan_camilla_gough = "<h2>Camilla Gough</h2><p>jewellery <span class=\"divider_glyph\">}</span> rings, custom-made pieces</p><p>w: <a href=\"http://camillagough.com\">camillagough.com</a></p><p>Camilla Gough never tires of stories about love; it ultimately provides the backdrop to all her pieces. She weaves these stories into small intricate circles of metal, using old-school steel tooling to forge her jewellery.</p>";
			
			$("#artisan_bios").html(eval(b));
			eval('$("#'+b+'")').attr("src","images/"+eval('$("#'+b+'")').attr("id")+".jpg");
			$('img:[class*="artisan"]').removeClass('current');
			eval('$("#'+b+'")').addClass('current');
			$("#artisan_zoran_barbesoski:not([class$='current'])").attr("src","images/artisan_zoran_barbesoski_desat.jpg");
			$("#artisan_gwendolynne_burkin:not([class$='current'])").attr("src","images/artisan_gwendolynne_burkin_desat.jpg");
			$("#artisan_arno_backes:not([class$='current'])").attr("src","images/artisan_arno_backes_desat.jpg");
			$("#artisan_kris_coad:not([class$='current'])").attr("src","images/artisan_kris_coad_desat.jpg");
			$("#artisan_mick_peel:not([class$='current'])").attr("src","images/artisan_mick_peel_desat.jpg");
			$("#artisan_camilla_gough:not([class$='current'])").attr("src","images/artisan_camilla_gough_desat.jpg");
			
		}
		
		function changeArtisanBright(b) {
			eval('$("#'+b+'")').attr("src","images/"+eval('$("#'+b+'")').attr("id")+".jpg");
		}
		
		function changeArtisanDesat(b) {
				eval('$("#'+b+':not([class$=\'current\'])")').attr("src","images/"+eval('$("#'+b+'")').attr("id")+"_desat.jpg");
		}
		
		function clearArtisanBio() {
			$("#artisan_bios").html("<img src=\"images/artisan_profiles.png\" width=\"320\" height=\"330\" alt=\"Artisan Profiles\" />");
		}
