/* Nifty corners */

window.onload=function() {
	Nifty("div.side-block","tl bl transparent small");
	Nifty("div.side-block div.wrap","tl bl transparent small");
	Nifty("div#signin-block","transparent small");
	Nifty("div#signin-block FORM","transparent small");
}


function book(url, description)
{
	firefox="Mozilla Firefox User's hit CTRL+D to add a bookmark to this site."
	opera="Opera 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(firefox);
	}
	if (navigator.appName=='Opera')
	{
		alert(opera);
	}
}


function infocus(el,col,id)
{
	el2=document.getElementById(id);
	if(el.value.length>=col) el2.focus();
}
