// JavaScript Document

function loadPortfolio(portfolioItem) {
	switch (portfolioItem) {
		//artwork
		case 'britvic':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/artwork/britvic.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Artwork";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Britvic<br /><br  /><b>Description:</b> We regularly work on all brands for Britvic, across a wide variety of formats, adhering to their guidelines.";
		break;
		case 'floranova':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/artwork/floranova.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Floranova<br /><br  /><b>Description:</b> This catalogue of flowers was fully designed and laid out by us.  We also sourced and project managed the print.";
		break;
		case 'mcdonalds':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/artwork/mcdonalds.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Artwork";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> McDonalds<br /><br  /><b>Description:</b> Designs carried out using licensed images for McDonalds Middle East.";
		break;
		case 'pepsi':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/artwork/pepsi.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Artwork";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Pepsi<br /><br  /><b>Description:</b> Dump bin design and artwork completed within strict brand guidelines and the parameters of the cutter.  We have completed many items of POS across various brands.";
		break;
		case 'tesco':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/artwork/tesco.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Artwork";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Tesco<br /><br  /><b>Description:</b> Having taken an initial look, we produced a whole range based around this theme.";
		break;
		
		//classics
		case 'campbells':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/classics/campbells.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Classics";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Campbells Condensed Soup<br /><br  /><b>Description:</b> A once in a lifetime chance to work on the iconic Campbells brand.  Taking the age old design, we created a derivative adding more impact, new food photography and a brand new reverse pack for the whole range.";
		break;
		case 'thermos':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/classics/thermos.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Classics";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Thermos<br /><br  /><b>Description:</b> Thermos bought the rights to use Tigger on cooler bags.  Working with Disney, we designed the shape of the bags including special 'tail' straps and created the graphics from licensed imagery.";
		break;
		case 'branson':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/classics/branson.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Classics";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Richard Branson<br /><br  /><b>Description:</b> Publicity shot of Richard Branson before he picked up his latest acquisition.";
		break;
		case 'sandringham':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/classics/sandringham.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Classics";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Sandringham House<br /><br  /><b>Description:</b> Creative design and artwork for publicity leaflet and dispenser.  We also commissioned and managed the print as part of the project.";
		break;
		
		//creative
		case 'dinosaurs':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/dinosaurs.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Bernard Matthews<br /><br  /><b>Description:</b> We created the 'Dinosaurs' brand with Bernard Matthews from scratch after the original Jurassic Park film.  This included the name, the logo, illustration and packaging design.  This pack has been through several reincarnations over the years carried out by ourselves.";
		break;
		case 'florahead':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/florahead.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Floranova<br /><br  /><b>Description:</b> Re-design of the Floranova logo which has been taken across all aspects of their publicity from letterheads to exhibition stands.";
		break;
		case 'gilchrist':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/gilchrist.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Gilchrist and Soames<br /><br  /><b>Description:</b> Brochure design, photography and artwork carried out and produced in many languages. Specification and sourcing of print also project managed by us.";
		break;
		case 'premier':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/premier.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Premier Foods<br /><br  /><b>Description:</b> Distribution Drive packs designed and produced for Campbells' brands including folder, presenter, flyers & wobblers.";
		break;
		case 'franchise':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/franchise.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Proud to Franchise<br /><br  /><b>Description:</b> Brand creation taken across all paper work and website.   Includes aspects of illustration, lay out and artwork.";
		break;
		case 'sandringham2':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/sandringham2.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Sandringham<br /><br  /><b>Description:</b> Hand-drawn logo created for Sandringham.  This project was undertaken directly for The Queen.  This logo is used across all Sandringham publicity and merchandise.";
		break;
		case 'tesco2':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/tesco2.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Artwork";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Tesco<br /><br  /><b>Description:</b> Range of packaging produced for Tesco across various substrates and printing methods.";
		break;
		case 'wetones':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/creative/wetones.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Creative";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Wet Ones<br /><br  /><b>Description:</b> Creative design and illustration for the Sticky Fingers brand.";
		break;
		
		//illustration
		case 'footballers':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/illustration/footballers.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Illustration";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Bernard Matthews<br /><br  /><b>Description:</b> Illustration carried out from creative through to final artwork for the Footballers brand.";
		break;
		case 'farrows':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/illustration/farrows.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Illustration";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Easter Pic<br /><br  /><b>Description:</b> Internal Valentines day promotional illustration.  ";
		break;
		case 'majool':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/illustration/majool.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Illustration";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Mr. Majool<br /><br  /><b>Brief:</b> Drawing of children's book characters.  Shown are initial sketches.";
		break;
		
		//photography
		case 'robinsons':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/photography/robinsons.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Photography";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Robinsons<br /><br  /><b>Description:</b> Robinsons is very rarely photographed in any other way than just as a product. It's target audience is so vast that it makes the task difficult. This image was part of an experimental set to consider different ways to portray the Robinsons brand.";
		break;
		case 'drench':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/photography/drench.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Photography";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Drench<br /><br  /><b>Description:</b> Part of a series designed to portray Drench water as a lifestyle beverage. ";
		break;
		case 'wessex':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/photography/wessex.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Photography";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Wessex Foods<br /><br  /><b>Brief:</b> Food photography for use on final pack. Project completed in it's entirety.";
		break;
		
		//web
		case 'campus':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/web/campus.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Web";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Campus East<br /><br  /><b>Brief:</b> Campus East is a site regulated to coincide with the DDA requirements.  The site offers information on conference facilities offered by Universities in the Eastern region. The Campus East brand was developed by us and is being applied over many forms of publicity material.<br/><br/><a href='http://www.campuseast.co.uk' target='_blank'>http://www.campuseast.co.uk</a><br/>";
		break;
		case 'diss':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/web/diss.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Web";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Diss Council<br /><br  /><b>Description:</b> The Diss council website is just part of a long term project. Having been selected for Cittaslow funding, Diss and Farrows will be working to enhance the town and surrounding areas.<br/><br/><a href='http://www.disscouncil.co.uk' target='_blank'>http://www.disscouncil.co.uk</a><br/>";
		break;
		case 'dog':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/web/doggythings.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Web";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> doggythings.co.uk<br /><br  /><b>Description:</b> The Doggy Things brand and website was designed and launched by us. The site sells accessories for dogs online. All product photography featured was also carried out by us.<br/><br/><a href='http://www.doggythings.co.uk' target='_blank'>http://www.doggythings.co.uk</a><br/>";
		break;
		case 'hansells':
			document.getElementById('portfolio_pic').style.backgroundImage="url(images/portfolio/web/hansells.jpg)";
			document.getElementById('portfolio_heading').innerHTML="Web";
			document.getElementById('portfolio_text').innerHTML="<b>Client:</b> Hansells<br /><br  /><b>Description:</b> This website was designed to be very user friendly as it is accessed by a variety of people. The sky changes every hour to reflect the time of the day & to add interest.<br/><br/><a href='http://www.hansells.co.uk' target='_blank'>http://www.hansells.co.uk</a><br/>";
		break;
	}
}