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#riquadro_title1", "top", "#fff", "#DBDEE7", "smooth");
  Rounded("div#riquadro_title2", "top", "#fff", "#DBDEE7", "smooth");
  Rounded("div#riquadro_title3", "top", "#fff", "#DBDEE7", "smooth");
  Rounded("div#riquadro_title4", "top", "#fff", "#DBDEE7", "smooth");
  Rounded("div#banner_azzurro", "all", "#fff", "#e5e8f2", "smooth");
  Rounded("div#banner_azzurro2", "all", "#fff", "#e5e8f2", "smooth");
  Rounded("p.banner_pdf", "all", "#fff", "#e5e8f2", "smooth");
  Rounded("div#form", "all", "#fff", "#e7e8ef", "smooth");
  Rounded("div#formcontatto", "all", "#fff", "#f4f7d1", "smooth");
  Rounded("div#vendita", "bottom", "transparent", "#ECF1B2", "small border #CDD833");
  Rounded("div.sfondo_1", "all", "#fff", "#DAECF4", "smooth");
  Rounded("div.sfondo_2", "all", "#fff", "#fff", "smooth");
  Rounded("div#listino_sfondo2", "tr,bl,br", "#fff", "#dbeaf1", "smooth");
  Rounded("div.passi", "all", "#fff", "#dbeaf1", "smooth");
 
}
