<!--
function MM_preloadImages() {
    if (document.images) {
        var imgFiles = MM_preloadImages.arguments;
        if (document.preloadArray == null) {
            document.preloadArray = new Array();
        }
        var i = document.preloadArray.length;
        with (document) {
            for (var j = 0; j < imgFiles.length; j++) {
                if (imgFiles[j].charAt(0) != "#") {
                    document.preloadArray[i] = new Image();
                    document.preloadArray[i++].src = imgFiles[j];
                }
            }
        }
    }
}



function change(html){
  	description.innerHTML=html
}

//Set the tool tip message you want for each link here.
     var tip=new Array
           tip[0]='Shows Mauritius Island on Historic Maps'
           tip[1]='Mauritius has other things to offer apart from rare stamps'
           tip[2]='About Classic Mauritius Stamps'
           tip[3]='Where to see the famous Post Office stamps'
           tip[4]='Genuine of Fake ?'
           tip[5]='Latest news and background inromation'
           tip[6]='Results of important recent auctions'
           tip[7]='Further Reading'
           tip[8]='Interesting sites on the Web'
           tip[9]='Awards this Web Site has won'
           tip[10]='Send me an email'
           tip[11]=' '

           tip[12]='Top of the Page'
           tip[13]='Sega, The Music and Dance of Mauritius'
           tip[14]='The Mauritian Kestrel, a Nearly Extinct Bird' // Kestrel
           tip[15]='The Pink Pigeon, another Endangered Species' // Pigeon
           tip[16]='The Dodo is Really Extinct' // Dodo
           tip[17]='The Mauritian Creole Language' // Mauricyen
           tip[18]='Non-Stamp Links' // Links

     function showtip(current,e,num)
        {
         if (document.layers) // Netscape 4.0+
            {
             theString="<DIV CLASS='ttip'>"+tip[num]+"</DIV>"
             document.tooltip.document.write(theString)
             document.tooltip.document.close()
             document.tooltip.left=e.pageX+14
             document.tooltip.top=e.pageY+2
             document.tooltip.visibility="show"
            }
         else
           {
            if(document.getElementById) // Netscape 6.0+ and Internet Explorer 5.0+
              {
               elm=document.getElementById("tooltip")
               elml=current
               elm.innerHTML=tip[num]
               elm.style.height=elml.style.height
               elm.style.top=parseInt(elml.offsetTop+elml.offsetHeight)
               elm.style.left=parseInt(elml.offsetLeft+elml.offsetWidth+10)
               elm.style.visibility = "visible"
              }
           }
        }
function hidetip(){
if (document.layers) // Netscape 4.0+
   {
    document.tooltip.visibility="hidden"
   }
else
  {
   if(document.getElementById) // Netscape 6.0+ and Internet Explorer 5.0+
     {
      elm.style.visibility="hidden"
     }
  } 
}

<!-- Begin
var bgcolor="#FFFFF0"; // make any color you want
var url = "info@orchids.mu"; //your email address here
var hdg1 = '<div align="center"><center><TABLE Border=0 CELLPADDING="2"><TR>';
var hdg2 = '</TR></TABLE></div>';
var hdg3 = '<TD ALIGN="center" >';
var hdg4 = '<A ID="ArialBlack" onmouseover="window.status=\' '+
'Click to get an email form\'; return true" onmouseout="window.status=document.title" HREF="';
	  
function  emailTo(){
	output = hdg1;
	output += hdg3 + hdg4 + "mailto:" + url + '">' + "Contact</A></TD>";
	output += hdg2;
	return output;
}
//-->