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#footer_indirizzo","all","#fff","#dee2e7","smooth");
    //	Rounded("div#menusx_testa","top","#fff","#dee2e7","smooth");
    //	Rounded("div#menudx_testa","top","#fff","#dee2e7","smooth");
    //	Rounded("div#news_testa","top","#fff","#dee2e7","smooth");
   // Rounded("div#centrale_titolo_home1", "top", "#FFFFFF", "#A0D8E3", "smooth");
    //Rounded("div#centrale_home1", "top", "#FFFFFF", "#A0D8E3", "smooth");
    //Rounded("div#centrale_home1_coda", "bottom", "#FFFFFF", "#FFFFFF", "border = #A0D8E3");

    //Rounded("div#centrale_button_home1", "all", "#FFFFFF", "#ff6600", "border = #ff6600");
    
    Rounded("div#menudx1_sotto", "bottom", "#FFFFFF", "#DEF1F5", "normal");
    Rounded("div#menudx2_sotto", "bottom", "#FFFFFF", "#FFF0D4", "normal");
    Rounded("div#menudx_home_coda", "bottom", "#FFFFFF", "#DEF1F5", "normal");
    Rounded("div#menudx_home_coda2", "bottom", "#FFFFFF", "#DEF1F5", "normal");
    Rounded("div#contattaci", "all", "#FFFFFF", "#DEF1F5", "normal");
    Rounded("div#form_cont","all", "#FFFFFF", "#DEF1F5", "normal");
    Rounded("div.box_tondo_azzurro","all", "#FFFFFF", "#DEF1F5", "normal");
	
}