<!--
             
 browserName = navigator.appName;
 browserVer = parseInt(navigator.appVersion);
condition1 = (browserName.indexOf("Netscape") >=0 ) && browserVer > 2 ;
condition2 = (browserName.indexOf("Explorer") >= 0) && browserVer > 3
if (condition1 == true  || condition2 == true)
                                 CanAnimate = true;
else
    {CanAnimate = false; }
if (CanAnimate) {

onimage1 = new Image(216,18);
              onimage1.src = "gifs/quote1.gif"; 
              offimage1 = new Image(216,18); 
              offimage1.src = "gifs/quote.gif";

onimage2 = new Image(216,19);
              onimage2.src = "gifs/calendarin1.gif"; 
              offimage2 = new Image(216,19); 
              offimage2.src = "gifs/calendarin.gif"; 

onimage3 = new Image(216,20);
              onimage3.src = "gifs/paintingsin1.gif"; 
              offimage3 = new Image(216,20); 
              offimage3.src = "gifs/paintingsin.gif"; 



onimage4 = new Image(216,20);
              onimage4.src = "gifs/wallin1.gif"; 
              offimage4 = new Image(216,20); 
              offimage4.src = "gifs/wallin.gif"; 


onimage5 = new Image(216,20);
              onimage5.src = "gifs/postersin1.gif"; 
              offimage5 = new Image(216,20); 
              offimage5.src = "gifs/postersin.gif"; 

onimage6 = new Image(216,20);
              onimage6.src = "gifs/wallh1.jpg"; 
              offimage6 = new Image(216,20); 
              offimage6.src = "gifs/wallh.jpg"; 

onimage7 = new Image(216,20);
              onimage7.src = "gifs/wallh2.jpg"; 
              offimage7 = new Image(216,20); 
              offimage7.src = "gifs/wallh.jpg"; 

onimage8 = new Image(216,20);
              onimage8.src = "gifs/wallh3.jpg"; 
              offimage8 = new Image(216,20); 
              offimage8.src = "gifs/wallh.jpg"; 

onimage9 = new Image(216,20);
              onimage9.src = "gifs/wallh4.jpg"; 
              offimage9 = new Image(216,20); 
              offimage9.src = "gifs/wallh.jpg"; 

onimage10 = new Image(216,20);
              onimage10.src = "gifs/wallh5.jpg"; 
              offimage10 = new Image(216,20); 
              offimage10.src = "gifs/wallh.jpg"; 


             }
function itson(imgDocID,imgObjName) {
            if (CanAnimate)   
            document.images[imgDocID].src=eval(imgObjName+".src");
                             }
         
//-->
