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","#ecf1b2","big");
	Rounded("div#footer","bottom","#c1cf00","#FFF","big");
	Rounded("div#footer_home_indirizzo","all","#FFF","#ededed","big");
	Rounded("div#footer_home","bottom","#ededed","#FFF","big");
	//Nifty("#menu_sx_on", "transparent");
	Rounded("div#formcontatto", "all", "#fff", "#ededed", "smooth");
	Rounded("div#vendita", "bottom", "transparent", "#ededed", "small border #ededed");
}