

<!-- 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);
op1up =( browserName == "Opera" && browserVer >= 1);

function dopic(imgname) {
if (ns3up || ie4up || op1up) {
imgOn = ("" + imgname);
document.mainpic.src = imgOn;
}
}
// end -->

