window.onload=function(){
if(!NiftyCheck())
	return;
/*  Rounded("nome del div","posizione","colore angoli","colore parte lunga","tipo di angolo")
    > posizione: all, top, bottom, tl(top-left), tr(top-right), bl(bottom-left), br(bottom-right)
    > tipo di angolo: smooth, border(con il colore in esadecimale), small.   */

	Rounded("div#descrizione2","all","#FFF","#e3dcd0","big");
	Rounded("div#footer_indirizzo","all","#FFF","#e5ebef","big");
	Rounded("div#footer","bottom","#bfccd5","#FFF","big");
	//Nifty("#menu_sx_on", "transparent");
	Rounded("div#formcontatto", "all", "#fff", "#f4f7d1", "smooth");
}