<!--
var newwindow;
function poptastic(url,n,hw)
{
	newwindow=window.open(url,n,hw);
	if (window.focus) {newwindow.focus()}
}

function bookmark(url, description)
{
netscape="Netscape User's hit CTRL+D to add a bookmark to this site."
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}






-->

