<!--
var bookmarkurl="http://www.bigwebmaster.com/";
var bookmarktitle="Big Webmaster Scripts : CGI Scripts, Books, Tutorials, Programming, Webmaster Resources";

function addbookmark() {
if (navigator.appName=='Netscape')
   alert("Close this popup, and then Hit CTRL+D to bookmark this site.");
else 
   window.external.AddFavorite(bookmarkurl,bookmarktitle);
}

function show(flashObject,flashTrigger,flashHeight) {
	if (document.getElementById) {
		document.getElementById(flashObject).style.visibility = 'visible';
		document.getElementById(flashObject).style.display = 'block';
		document.getElementById(flashObject).style.height = flashHeight;
		document.getElementById(flashTrigger).style.visibility = 'hidden';
	}
	else if (document.all) {
		document.all[flashObject].style.visibility = 'visible';
		document.all[flashObject].style.display = 'block';
		document.all[flashObject].style.height = flashHeight;
		document.all[flashTrigger].style.visibility = 'hidden';
	}
}

// -->

