<!--
             
 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(159,22); 
              onimage1.src = "gifs/link-history-of-mumbai1.gif"; 
              offimage1 = new Image(159,22); 
              offimage1.src = "gifs/link-history-of-mumbai.gif";    
 
              onimage2 = new Image(159,22); 
              onimage2.src = "gifs/link-mumbai-hotels1.gif"; 
              offimage2 = new Image(159,22); 
              offimage2.src = "gifs/link-mumbai-hotels.gif";  
   
              onimage3 = new Image(159,22); 
              onimage3.src = "gifs/link-hotelsin-goa-pune1.gif"; 
              offimage3 = new Image(159,22); 
              offimage3.src = "gifs/link-hotelsin-goa-pune.gif";
			  
			  onimage9 = new Image(159,22); 
              onimage9.src = "gifs/link-hotelsin-pune1.gif"; 
              offimage9 = new Image(159,22); 
              offimage9.src = "gifs/link-hotelsin-pune.gif";
   
              onimage4 = new Image(159,22); 
              onimage4.src = "gifs/link-exotic-holiday-resorts1.gif"; 
              offimage4 = new Image(159,22); 
              offimage4.src = "gifs/link-exotic-holiday-resorts.gif";    
 
              onimage5 = new Image(159,22); 
              onimage5.src = "gifs/link-mumbai-tours1.gif"; 
              offimage5 = new Image(159,22); 
              offimage5.src = "gifs/link-mumbai-tours.gif";
													      onimage6 = new Image(159,22); 
              onimage6.src = "gifs/link-short-package-trips1.gif"; 
              offimage6 = new Image(159,22); 
              offimage6.src = "gifs/link-short-package-trips.gif"; 
													      onimage7 = new Image(159,22); 
              onimage7.src = "gifs/link-fixed-departures1.gif"; 
              offimage7 = new Image(159,22); 
              offimage7.src = "gifs/link-fixed-departures.gif"; 
													      onimage8 = new Image(159,22); 
              onimage8.src = "gifs/link-exclusive-package1.gif"; 
              offimage8 = new Image(159,22); 
              offimage8.src = "gifs/link-exclusive-package.gif";    
   
   		
   
           }
function itson(imgDocID,imgObjName) {
            if (CanAnimate)   
            document.images[imgDocID].src=eval(imgObjName+".src");
                             }
         
//-->
