//<!-- Add to Favourites -->
function bookmarkit()
{window.external.addFavorite('http://www.thelavenderg.co.uk/','The Lavender Garden')
};
if (document.all)
document.write()

//<!-- Print this page -->


//<!-- Preload Images -->
function loadImages() {
if (document.getElementById) {  // DOM3 = IE5, NS6
document.getElementById('hidepage').style.visibility = 'hidden';
}
else {
if (document.layers) {  // Netscape 4
document.hidepage.visibility = 'hidden';
}
else {  // IE 4
document.all.hidepage.style.visibility = 'hidden';
      }
   }
}
// OnLoad="PreloadImages('graphics/overLIB-BKD.gif','graphics/buttonpanel_2on.gif')"


//<A HREF style="cursor:hand" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.thelavenderg.co.uk/');"></A>



// Highlight Table Cells 
function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}