<!--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 the Sea-Vu South home page.");
}
else if (navigator.userAgent.indexOf("Opera") != -1 )
	{ 
alert("Press on the CTRL key and the T key at the same time after you click OK and you will bookmark the Sea-Vu South home page.");
}
else
{
window.external.AddFavorite(location.href, document.title);
}


}

//End Hide-->

 