﻿
var arrImgs = new Array();

arrImgs= ["strapLine.gif","strapLineWorkingwith.gif","strapLineResources.gif","strapLineKidsStats.gif","strapLineMakingDif.gif","strapLineAbout.gif","strapLineTheZone.gif","strapLine.gif","strapLine.gif","strapLine.gif"];

function showPic (myIndex) {
 if (document.getElementById) {
  document.getElementById('strapLineImg').src = "/images/" + arrImgs[myIndex];
  return false;
 } else {
  return true;
 }
}
