window.onload=function(){
if(!NiftyCheck())
	return;
	Rounded("div#Footer","top","#EAEAEA","#000","smooth");
	Rounded("div#FooterHome","top","#757575","#000","smooth");
	Rounded("div.div_categoria","top","transparent","#EAEAEA","border #AEAEAE");
	Rounded("div.div_categoria","bottom","transparent","#EAEAEA","border #AEAEAE");
	Rounded("div#divMenuProdotto","top","#EAEAEA","#FFF","border #AEAEAE");
	Rounded("div#divMenuProdotto","bottom","#EAEAEA","#FFF","border #AEAEAE");
	Rounded("div#_ctl0_prodotti_speciali","top","#EAEAEA","#FEEBDF","border #FFC698");
	Rounded("div#_ctl0_prodotti_speciali","bottom","#EAEAEA","#FEEBDF","border #FFC698");
	Rounded("div#divRichiediPreventivo","top","#EAEAEA","#FEEBDF","border #AEAEAE");
	Rounded("div#divRichiediPreventivo","bottom","#EAEAEA","#FEEBDF","border #AEAEAE");
	Rounded("div#news","top","transparent","#757575","border #FFFFFF");
	Rounded("div#news","bottom","transparent","#757575","border #FFFFFF");
}