
images = new Array();

images[0] = new Image();
images[0].src = "images/advertising_ACS.jpg";

images[1] = new Image();
images[1].src = "images/advertising_coxsmith.jpg";

images[2] = new Image();
images[2].src = "images/advertising_XMradio.jpg";

images[3] = new Image();
images[3].src = "images/artdirection_carnival.jpg";

images[4] = new Image();
images[4].src = "images/artdirection_obrien.jpg";

images[5] = new Image();
images[5].src = "images/artdirection_yellowsquare.jpg";

images[6] = new Image();
images[6].src = "images/identity_aria.jpg";

images[7] = new Image();
images[7].src = "images/identity_cravecreations.jpg";

images[8] = new Image();
images[8].src = "images/identity_mushyplushy.jpg";

images[9] = new Image();
images[9].src = "images/identity_oslo.jpg";

images[10] = new Image();
images[10].src = "images/identity_urbanspace.jpg";

images[11] = new Image();
images[11].src = "images/identity_whiteheatltd.jpg";

images[12] = new Image();
images[12].src = "images/identity_whlbolognainvitation.jpg";

images[13] = new Image();
images[13].src = "images/typedesign_bookcover.jpg";

images[14] = new Image();
images[14].src = "images/typedesign_cosmo.jpg";

images[15] = new Image();
images[15].src = "images/typedesign_smith.jpg";

images[16] = new Image();
images[16].src = "images/web_coxsmith.jpg";

images[17] = new Image();
images[17].src = "images/web_thompsoncoe.jpg";

function $(element)
{
	return document.getElementById(element);
}

function showImage(id)
{
	$('display-image').src = images[id].src;
}

function changeText(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>In the effort of keeping cost down, the campaign was to be created using only letterform. The idea behind the campaign is to attach the audience to the statistic through a personal story between the cancer victim and a loved one.';
}

function changeText1(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>This campaign was created overnight based on the client’s tagline, Practical Advice for the Real World. The images are abstracts of natural beauty in the real world. This campaign is still in use.';
}

function changeText2(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>This idea behind this campaign is a play on the words “sound advice” and connecting the audience to the product through mood and associated artists.';
}

function changeText3(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>This poster was created by combining two themes, music and tropical landscape.';
}

function changeText4(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>Tim O’Brien writes about the dark side of war. The image in this poster is shows how war effects the dark side of soldiers.';
}

function changeText5(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>This book cover was created as part of a series of pop-up books for adults.';
}

function changeText6(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>The colors and swirls in this logo are bright and trendy bringing the spa access to a younger client base.';
}

function changeText7(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>Crave Creations was meant to be both young and classic. The black and white evokes the classic, while the illustration style brings a youthful flair.';
}

function changeText8(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>This logo was done for a line of children’s books featuring life lessons and a plush character spine.';
}

function changeText9(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>Olso was a bar high-end martini bar located in downtown Austin. The logo holds the same cold, minimalist feeling as the bar.';
}

function changeText10(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>Urban Space is an Austin-based real estate firm specializing in new, modern down town properties.';
}

function changeText11(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>The children’s logo already existed, but as four children in bright primary styled colors. I created a new identity by bring the logo down to only two children with a color palate of red, white and sometimes black.';
}

function changeText12(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>This invitation shows the company’s new identity in place.';
}

function changeText13(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>This book cover was based on the turning point in the story, where orphans find a body in the trunk of an old car. The image was shot in a junkyard and edited to place the focus on the trunk.';
}

function changeText14(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>The focus of this spread is to be the image, which was created by merging the original photograph and a traced drawing. The words were placed in to call out some striking characteristics and facts about the subject.';
}

function changeText15(){
document.getElementById('boldStuff').innerHTML = '<p>Schoolwork.</p>This re-design attempted to bring a classic feel and cleanliness to magazine so full of information. All images would be in grayscale, and the headlines and pulled out quotes would contain the only color.';
}

function changeText16(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>This goal was to create a site stemming from the current ad campaign that was easy to navigate as well as simple and very sophisticated.';
}

function changeText17(){
document.getElementById('boldStuff').innerHTML = '<p>Professional.</p>Thompson Coe is the rare firm wants a site that is efficient and brawny. A site that shows the firm as more of a hard-working, blue collar place.';
}