function hover(what)
{
 switch (what)
 {
  case 1:
	layerWrite('<p style="white-space: normal; width: 270px;">How does an established a Do It Yourself brand build online involvement? With a weekly 5-minute mini-reality show based on a Do It Yourself Swat Team. The team travels across the US surprising consumers and we capture their antics, and their painting tips, and deliver it weekly to the website.</p>');
	break;
  case 2:
	layerWrite('<p style="white-space: normal; width: 270px;">When the worlds leading marketing school published a book on branding, they looked to us to help market it. We delivered a 10 minute video jammed with interviews of the contributing authors, business leaders, and editors. </p>');
	break;
  case 3:
	layerWrite('<p style="white-space: normal; width: 270px;">The head of one of the top schools of Entrepreneurship in the world wanted his website to make a stronger impression on  alumni and peer educators. The result: a 10 minute film packed with the passion, energy, and knowledge of some of the country&#146;s most successful entrepreneurs.</p>');
	break;
  case 4:
	layerWrite('<p style="white-space: normal; width: 270px;">When we first met with Entact, we met a company filled with people of unbridled passion and energy. We captured that for their website to help them attract more of the kind of people that will keep them growing and successful.</p>');
	break;
  case 5:
	layerWrite('<p style="white-space: normal; width: 270px;">Over 5 days in 4 cities we captured the essence of a fast growing, fast moving company that tackles environmental cleanups from small neighborhoods to EPA Superfund sites.</p>');
	break;
  case 6:
	layerWrite('<p style="white-space: normal; width: 270px;">When Kevin Donnellon wanted to demonstrate his personality and expertise in golf marketing across to his clients, we put him front and center on his website to make his pitch.</p>');
	break;
  case 7:
	layerWrite('<p style="white-space: normal; width: 270px;">Equestrian farm owner Vanessa Berger had a unique vision for her boutique stable. And her passion really came across when we documented her daily routine.</p>');
	break;
  case 8:
	layerWrite('<p style="white-space: normal; width: 270px;">Advances in technology gave Federal Signal a real story to tell their customers. And we helped them tell it best with this action video.</p>');
	break;
  case 9:
	layerWrite('<p style="white-space: normal; width: 270px;">Fortune 500 company Federal Signal was about to face a roomful of investors and needed to show how each division was delivering on the CEO&#146;s vision of quality and performance. Which we delivered by crossing the US interviewing customers, vendors and employees.</p>');
	break;
  case 10:
	layerWrite('<p style="white-space: normal; width: 270px;">For their yearly fundraising program, The Civil War Preservation Trust originally asked for an inexpensive 2 color brochure. We delivered them a video that drew applause from crowds and brought new emotional resonance to their message. </p>');
	break;
  case 11:
	layerWrite('<p style="white-space: normal; width: 270px;">When this boutique running gear store repositioned itself as a knowledge resource for athletes, we redesigned their website and helped create a series of online video training tips that got more people to spend more time with the brand. </p>');
	break;
  case 12:
	layerWrite('<p style="white-space: normal; width: 270px;">Alliance Francaise</p>');
	break;
  default:
	layerWrite('<p>mainText</p>');
	break;
 }
 changePic(what);
}

function changePic(what)
{
 document.images['middle'].src = eval("img" + what + ".src");
}

function layerWrite(text) {
 document.getElementById('dynamicText').innerHTML = text;
}

img1 = new Image()
img1.src = "images/samples1.jpg"
img2 = new Image()
img2.src = "images/samples2.jpg"
img3 = new Image()
img3.src = "images/samples3.jpg"
img4 = new Image()
img4.src = "images/samples4.jpg"
img5 = new Image()
img5.src = "images/samples5.jpg"
img6 = new Image()
img6.src = "images/samples6.jpg"
img7 = new Image()
img7.src = "images/samples7.jpg"
img8 = new Image()
img8.src = "images/samples8.jpg"
img9 = new Image()
img9.src = "images/samples9.jpg"
img10 = new Image()
img10.src = "images/samples10.jpg"
img11 = new Image()
img11.src = "images/samples11.jpg"
img12 = new Image()
img12.src = "images/samples12.jpg"
