

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/2/cottages.jpg";
      pic2 = new Image(150,100);
      pic2.src = "img/home/2b.jpg";
      pic3 = new Image(150,100);
      pic3.src = "img/cottages/kingfisher/2/bedroom1.jpg";
      pic4 = new Image(150,100);
      pic4.src = "img/cottages/2/brecon-beacons.jpg";
			pic5 = new Image(150,100);
      pic5.src = "img/cottages/2/cottages3.jpg";
      pic6 = new Image(150,100);
      pic6.src = "img/cottages/2/back-garden.jpg";
			pic7 = new Image(150,100);
      pic7.src = "img/cottages/2/views.jpg";
			pic8 = new Image(150,100);
      pic8.src = "img/cottages/2/books.jpg";
			pic9 = new Image(150,100);
      pic9.src = "img/cottages/2/back-garden2.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 -->
