/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Roderick W. Divilbiss | http://www.rodsdot.com/Licensed under: Creative Commons License
 */

function showPhoto1() {
  oDiv = document.getElementById('thePhotoDiv');
  oDiv.style.display='block';
  return false;
}

function hidePhoto1() {
  oDiv = document.getElementById('thePhotoDiv');
  oDiv.style.display='none';
  return false;
}

function showPhoto2() {
  oDiv = document.getElementById('thePhotoDiv2');
  oDiv.style.display='block';
  return false;
}

function hidePhoto2() {
  oDiv = document.getElementById('thePhotoDiv2');
  oDiv.style.display='none';
  return false;
}

function showPhoto3() {
  oDiv = document.getElementById('thePhotoDiv3');
  oDiv.style.display='block';
  return false;
}

function hidePhoto3() {
  oDiv = document.getElementById('thePhotoDiv3');
  oDiv.style.display='none';
  return false;
}

function showPhoto4() {
  oDiv = document.getElementById('thePhotoDiv4');
  oDiv.style.display='block';
  return false;
}

function hidePhoto4() {
  oDiv = document.getElementById('thePhotoDiv4');
  oDiv.style.display='none';
  return false;
}

function showPhoto5() {
  oDiv = document.getElementById('thePhotoDiv5');
  oDiv.style.display='block';
  return false;
}

function hidePhoto5() {
  oDiv = document.getElementById('thePhotoDiv5');
  oDiv.style.display='none';
  return false;
}

function showPhoto6() {
  oDiv = document.getElementById('thePhotoDiv6');
  oDiv.style.display='block';
  return false;
}

function hidePhoto6() {
  oDiv = document.getElementById('thePhotoDiv6');
  oDiv.style.display='none';
  return false;
}

function showPhoto7() {
  oDiv = document.getElementById('thePhotoDiv7');
  oDiv.style.display='block';
  return false;
}

function hidePhoto7() {
  oDiv = document.getElementById('thePhotoDiv7');
  oDiv.style.display='none';
  return false;
}

function showPhoto8() {
  oDiv = document.getElementById('thePhotoDiv8');
  oDiv.style.display='block';
  return false;
}

function hidePhoto8() {
  oDiv = document.getElementById('thePhotoDiv8');
  oDiv.style.display='none';
  return false;
}

function showPhoto8() {
  oDiv = document.getElementById('thePhotoDiv8');
  oDiv.style.display='block';
  return false;
}

function hidePhoto9() {
  oDiv = document.getElementById('thePhotoDiv9');
  oDiv.style.display='none';
  return false;
}

function showPhoto9() {
  oDiv = document.getElementById('thePhotoDiv9');
  oDiv.style.display='block';
  return false;
}

function hideOrder1() {
  oDiv = document.getElementById('theOrderDiv1');
  oDiv.style.display='none';
  return false;
}

function showOrder1() {
  oDiv = document.getElementById('theOrderDiv1');
  oDiv.style.display='block';
  return false;
}

function hideOrder2() {
  oDiv = document.getElementById('theOrderDiv2');
  oDiv.style.display='none';
  return false;
}

function showOrder2() {
  oDiv = document.getElementById('theOrderDiv2');
  oDiv.style.display='block';
  return false;
}

function hideOrder3() {
  oDiv = document.getElementById('theOrderDiv3');
  oDiv.style.display='none';
  return false;
}

function showOrder3() {
  oDiv = document.getElementById('theOrderDiv3');
  oDiv.style.display='block';
  return false;
}

