<!--Hide

function bookmarkUs()   {


if (navigator.appName=="Netscape")
{
alert("Press on the CTRL key and the D key at the same time after you click OK and you will bookmark this web page.");
}
else
{
window.external.AddFavorite(location.href, document.title);
}

}

//End Hide-->