<!--
<!-- Original:  Jenny Blewitt (webmaster@webdesignsdirect.com) -->
<!-- Web Site:  http://www.webdesignsdirect.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

ns3up = (browserName == "Netscape" && browserVer >= 3);
ie4up = (browserName.indexOf("Microsoft") >= 0 && browserVer >= 4);

function doPic(imgName) {
	document.getElementById("divimage").style.display="block";
if (ns3up || ie4up) {
imgOn = ("images/gallery/big/" + imgName);
document.mainpic.src = imgOn;
document.getElementById("divimage").setAttribute("class", "mouseover");
document.getElementById("divfl").style.display="none";

   }
}
function doPic1(imgName) {
	document.getElementById("divimage").style.display="none";
if (ns3up || ie4up) {
imgOn = ("images/gallery/big/" + imgName);
document.mainpic.src = imgOn;
document.getElementById("divimage").setAttribute("class", "mouseout");
document.getElementById("divfl").style.display="block";

   }
}
//  End -->

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
