/************************************************
*  Javascript functions for all pages           *
*  Copyright (c) 2007 Ramón Franco              *
************************************************/

/*************************************************
*  Rounded Corners Vars                          *
*************************************************/
//var settings6 = {tl:{radius:6},tr:{radius:6},bl:{radius:6},br:{radius:6},antiAlias:true,autoPad:true,validTags:["div"]}
function roundCorners()
{
	Nifty("ul.rounded", "normal");
	Nifty("li.rounded", "normal");
	Nifty("div.rounded", "normal");
	Nifty("div.littleRounded", "small");
	//var myBoxObject6 = new curvyCorners(settings6, "rounded6");myBoxObject6.applyCornersToAll();
	//Nifty("div.roundedB", "normal");
	//Nifty("div.roundedBottom", "br bl");
	//Nifty("div.roundedTop", "tr tl");
	//Nifty("ul.roundedBottom", "br bl");	
}
	

