	<!--
             
 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(116,119);
              onimage1.src = "gifs/pakistan-m2.gif"; 
              offimage1 = new Image(116,119); 
              offimage1.src = "gifs/pakistan-m1.gif";
              			
              onimage2 = new Image(122,119); 
              onimage2.src = "gifs/nepal-m2.gif"; 
              offimage2 = new Image(122,119); 
              offimage2.src = "gifs/nepal-m1.gif";
              
              onimage3 = new Image(120,119); 
              onimage3.src = "gifs/bhutan-m2.gif"; 
              offimage3 = new Image(120,119); 
              offimage3.src = "gifs/bhutan-m1.gif";
              
              onimage4 = new Image(119,119); 
              onimage4.src = "gifs/india-m2.gif"; 
              offimage4 = new Image(119,119); 
              offimage4.src = "gifs/india-m1.gif";

			  onimage5 = new Image(118,119); 
              onimage5.src = "gifs/bangladesh-m2.gif"; 
              offimage5 = new Image(118,119); 
              offimage5.src = "gifs/bangladesh-m1.gif";

			  onimage6 = new Image(122,116); 
              onimage6.src = "gifs/maldives-m2.gif"; 
              offimage6 = new Image(122,116); 
              offimage6.src = "gifs/maldives-m1.gif";

			  onimage7 = new Image(120,116); 
              onimage7.src = "gifs/srilanka-m2.gif"; 
              offimage7 = new Image(120,116); 
              offimage7.src = "gifs/srilanka-m1.gif";

			    onimage8 = new Image(120,116); 
              onimage8.src = "gifs/anuradhapura-1.gif"; 
              offimage8 = new Image(120,116); 
              offimage8.src = "gifs/anuradhapura.gif";

			    onimage9 = new Image(120,116); 
              onimage9.src = "gifs/mihintale-1.gif"; 
              offimage9 = new Image(120,116); 
              offimage9.src = "gifs/mihintale.gif";

			    onimage10 = new Image(120,116); 
              onimage10.src = "gifs/sigiriya-1.gif"; 
              offimage10 = new Image(120,116); 
              offimage10.src = "gifs/sigiriya.gif";

			    onimage11 = new Image(120,116); 
              onimage11.src = "gifs/polonnaruwa-1.gif"; 
              offimage11 = new Image(120,116); 
              offimage11.src = "gifs/polonnaruwa.gif";

			    onimage12 = new Image(120,116); 
              onimage12.src = "gifs/dambulla-1.gif"; 
              offimage12 = new Image(120,116); 
              offimage12.src = "gifs/dambulla.gif";

			     onimage13 = new Image(120,116); 
              onimage13.src = "gifs/pinnawela.gif"; 
              offimage13 = new Image(120,116); 
              offimage13.src = "gifs/pinnawela-1.gif";

			     onimage14 = new Image(120,116); 
              onimage14.src = "gifs/negombo.gif"; 
              offimage14 = new Image(120,116); 
              offimage14.src = "gifs/negombo-1.gif";

			     onimage15 = new Image(120,116); 
              onimage15.src = "gifs/kandy-1.gif"; 
              offimage15 = new Image(120,116); 
              offimage15.src = "gifs/kandy.gif";

			     onimage16 = new Image(120,116); 
              onimage16.src = "gifs/nuwara-eliya-1.gif"; 
              offimage16 = new Image(120,116); 
              offimage16.src = "gifs/nuwara-eliya.gif";

			     onimage17 = new Image(120,116); 
              onimage17.src = "gifs/ratnapur-1.gif"; 
              offimage17 = new Image(120,116); 
              offimage17.src = "gifs/ratnapur.gif";

			     onimage18 = new Image(120,116); 
              onimage18.src = "gifs/bentota-1.gif"; 
              offimage18 = new Image(120,116); 
              offimage18.src = "gifs/bentota.gif";

			     onimage19 = new Image(120,116); 
              onimage19.src = "gifs/hikkaduwa-1.gif"; 
              offimage19 = new Image(120,116); 
              offimage19.src = "gifs/hikkaduwa.gif";

			     onimage20 = new Image(120,116); 
              onimage20.src = "gifs/galle-1.gif"; 
              offimage20 = new Image(120,116); 
              offimage20.src = "gifs/galle.gif";
			  
			  	     onimage21 = new Image(120,116); 
              onimage21.src = "gifs/delhi-1.gif"; 
              offimage21 = new Image(120,116); 
              offimage21.src = "gifs/delhi.gif";

	     onimage22 = new Image(120,116); 
              onimage22.src = "gifs/agra-1.gif"; 
              offimage22 = new Image(120,116); 
              offimage22.src = "gifs/agra.gif";

	     onimage23 = new Image(120,116); 
              onimage23.src = "gifs/jaipur-1.gif"; 
              offimage23 = new Image(120,116); 
              offimage23.src = "gifs/jaipur.gif";


				
}
function itson(imgDocID,imgObjName) {
            if (CanAnimate)   
            document.images[imgDocID].src=eval(imgObjName+".src");
                             }
         
//-->
