function hover(what)
{
 switch (what)
 {
  case 1:
	layerWrite('<p>We got real reactions from real people to create the perfect recruitment video for this Chicago based environmental company.</p>');
	break;
  case 2:
	layerWrite('<p>To attract sponsors for this equestrian phenom, we dramatized his appeal through personal interviews with his peers, family and himself.</p>');
	break;
  case 3:
	layerWrite('<p>President Steve Woodward&#146;s video welcomes you to his upscale online store that&#146;s packed with content for the wine inspired.</p>');
	break;
  case 4:
	layerWrite('<p>The running gear store that&#146;s also a storehouse of knowledge. Be sure to check out our Marathon Minutes video collection of training tips.</p>');
	break;
  case 5:
	layerWrite('<p>Simple site, elegant navigation, plus a video overview featuring owner Vanessa Berger. It&#146;s leaps and bounds better than any of its competitor sites.</p>');
	break;
  case 6:
	layerWrite('<p>For a retail site that was created: "Because Men Can&#146;t Shop", we developed the Doghouse Dispatch, an interactive, customizable video message Ladies can send to their Guys to let them know "You&#146;re in the doghouse, pal!"</p>');
	break;
  case 7:
	layerWrite('<p>One high school that&#146;s making a real difference in the middle of one of Chicago&#146;s worst neighborhoods. Hear the real story from the parents, students, and teachers.</p>');
	break;
  case 8:
	layerWrite('<p>A breakthrough workout is developed to help women conquer incontinence. The creators used the power of video on their website to show how it works.</p>');
	break;
  case 9:
	layerWrite('<p>When Dan left ESPN radio to create his own brand, we helped create 30 daily videos to keep his face and personality in front of his fans until he went back on the air.</p>');
	break;
  case 10:
	layerWrite('<p></p>');
	break;
  case 11:
	layerWrite('<p></p>');
	break;
  default:
	layerWrite('<p>Here&#146;s some of the forward-thinking websites that use our customized video to help them stand out.<br><br>Macali, Momentum and Happenstance were also designed from the ground up by Big Thinking By The Hour.</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/links1.jpg"
img2 = new Image()
img2.src = "images/links2.jpg"
img3 = new Image()
img3.src = "images/links3.jpg"
img4 = new Image()
img4.src = "images/links4.jpg"
img5 = new Image()
img5.src = "images/links5.jpg"
img6 = new Image()
img6.src = "images/links6.jpg"
img7 = new Image()
img7.src = "images/links7.jpg"
img8 = new Image()
img8.src = "images/links8.jpg"
img9 = new Image()
img9.src = "images/links9.jpg"
img10 = new Image()
img10.src = "images/links10.jpg"
img11 = new Image()
img11.src = "images/links11.jpg"
