
 function showMap(){
 
 //alert('amde it');

    document.getElementById("d1").style.filter="blendTrans(duration=3)";
    document.getElementById("d1").filters.blendTrans(duration=3).Apply();
    document.getElementById("d1").filters.blendTrans.Play();
    //document.MainPic.src = eval('home' + HomeNum + '.src');
    //document.getElementById(id).style.opacity = 100
    document.getElementById("d1").style.visibility='visible';
   
    document.getElementById("mainTextabout").style.filter="blendTrans(duration=4)";
    document.getElementById("mainTextabout").filters.blendTrans(duration=4).Apply();
    document.getElementById("mainTextabout").filters.blendTrans.Play();

    document.getElementById("mainTextabout").style.width='300px';
  }  
  
  function hideMap(){
 
 // alert('amde it');

    document.getElementById("d1").style.filter="blendTrans(duration=3)";
    document.getElementById("d1").filters.blendTrans(duration=3).Apply();
    document.getElementById("d1").filters.blendTrans.Play();
    //document.MainPic.src = eval('home' + HomeNum + '.src');
    //document.getElementById(id).style.opacity = 100
    document.getElementById("d1").style.visibility='hidden';
   
    document.getElementById("mainTextabout").style.filter="blendTrans(duration=4)";
    document.getElementById("mainTextabout").filters.blendTrans(duration=4).Apply();
    document.getElementById("mainTextabout").filters.blendTrans.Play();

    document.getElementById("mainTextabout").style.width='400px';
  } 



 function showMap2(){
 
 //alert('amde it');   
    
 
 

    document.getElementById("d1").style.filter="blendTrans(duration=2)";
    document.getElementById("d1").filters.blendTrans(duration=2).Apply();
    document.getElementById("d1").filters.blendTrans.Play();
    //document.MainPic.src = eval('home' + HomeNum + '.src');
    //document.getElementById(id).style.opacity = 100
    document.getElementById("d1").style.visibility='visible';
   

    document.getElementById("ContactBox").style.filter="blendTrans(duration=4)";
    document.getElementById("ContactBox").filters.blendTrans(duration=4).Apply();
    document.getElementById("ContactBox").filters.blendTrans.Play();
  
    document.getElementById("ContactBox").style.left='115';
    document.getElementById("ContactBox").style.top='355';
    
    document.getElementById("Appointment").style.filter="blendTrans(duration=4)";
    document.getElementById("Appointment").filters.blendTrans(duration=4).Apply();
    document.getElementById("Appointment").filters.blendTrans.Play();
  
    document.getElementById("Appointment").style.left='115';
    document.getElementById("Appointment").style.top='495';
    
    document.getElementById("UsefulLinks").style.filter="blendTrans(duration=2)";
    document.getElementById("UsefulLinks").filters.blendTrans(duration=2).Apply();
    document.getElementById("UsefulLinks").filters.blendTrans.Play();
    document.getElementById("UsefulLinks").style.width='300px';
    
    document.getElementById("Listed").style.filter="blendTrans(duration=2)";
    document.getElementById("Listed").filters.blendTrans(duration=2).Apply();
    document.getElementById("Listed").filters.blendTrans.Play();
    document.getElementById("Listed").style.width='300px';
    document.getElementById("Listed").style.top='375';
  
  
  
  
    
//    document.getElementById("Contact").style.height='600px';
  }  
  
  
  function hideMap2(){
 
 // alert('amde it');

    
   
    document.getElementById("ContactBox").style.filter="blendTrans(duration=3)";
    document.getElementById("ContactBox").filters.blendTrans(duration=3).Apply();
    document.getElementById("ContactBox").filters.blendTrans.Play();

  //  document.getElementById("Contact").style.visibility ='hidden';

    document.getElementById("ContactBox").style.left='315';
    document.getElementById("ContactBox").style.top='210';
    
    document.getElementById("Appointment").style.filter="blendTrans(duration=3)";
    document.getElementById("Appointment").filters.blendTrans(duration=3).Apply();
    document.getElementById("Appointment").filters.blendTrans.Play();
    
    document.getElementById("Appointment").style.left='515';
    document.getElementById("Appointment").style.top='210';
    
    
    document.getElementById("UsefulLinks").style.filter="blendTrans(duration=2)";
    document.getElementById("UsefulLinks").filters.blendTrans(duration=2).Apply();
    document.getElementById("UsefulLinks").filters.blendTrans.Play();
    document.getElementById("UsefulLinks").style.width='375px';
    
    document.getElementById("Listed").style.filter="blendTrans(duration=2)";
    document.getElementById("Listed").filters.blendTrans(duration=2).Apply();
    document.getElementById("Listed").filters.blendTrans.Play();
    document.getElementById("Listed").style.width='375px';
    document.getElementById("Listed").style.top='510';
    
    document.getElementById("d1").style.filter="blendTrans(duration=2)";
    document.getElementById("d1").filters.blendTrans(duration=2).Apply();
    document.getElementById("d1").filters.blendTrans.Play();
    //document.MainPic.src = eval('home' + HomeNum + '.src');
    //document.getElementById(id).style.opacity = 100
    document.getElementById("d1").style.visibility='hidden';

 //   document.getElementById("ContactBox").style.visibility='visible';
  } 


