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(location.href,document.title);
	}
	else if (navigator.appName=='Netscape')
	{
	alert(netscape);
	}
}

function becomeaffiliate()
{
window.open("become_affiliate.php","Become","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=440,height=340,left = 200,top =50");
}

function show_article(artid,catid)
{
         doc1 = "articledt.php?art_id="+artid+"&cat_id="+catid;
         window.open (doc1,"", "toolbar=0, location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=600,height=500");
} 