

window.onerror = null;

var netscape = 0;
var goodIE = 0;
browserName = navigator.appName.substring(0,8);
browserVer = parseFloat(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3)
{ netscape = 1; }
if (browserName == "Microsof" && browserVer >= 4)
{ goodIE = 1; }
// end error trapping code


if (netscape || goodIE) {

      pic1 = new Image(150,100);
      pic1.src = "img/cottages/heron/2/plaque.jpg";
      pic2 = new Image(150,100);
      pic2.src = "img/cottages/heron/2/lounge2.jpg";
      pic3 = new Image(150,100);
      pic3.src = "img/cottages/heron/2/bedroom2.jpg";
      pic4 = new Image(150,100);
      pic4.src = "img/cottages/heron/2/lounge3.jpg";
			pic5 = new Image(150,100);
      pic5.src = "img/cottages/heron/2/vase.jpg";
      

}

function hiLite(imgDocID, imgObjName, imgDocID2, imgObjName2) {
if (netscape || goodIE) {
        document.images[imgDocID].src = eval(imgObjName + ".src");
        document.images[imgDocID2].src = eval(imgObjName2 + ".src");

}}

//end hiding -->
