// JavaScript Document

window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#librerie","top","#fff","#39391C","smooth");
Rounded("div#nav","bottom","#fff","#39391C","smooth");
Rounded("div#footer","all","#fff","#39391C","smooth");
Rounded("div#vetrina","top","#fff","#663","smooth");
Rounded("div.vetloop","all","#fff","#eed","smooth");
Rounded("div#contenitore","all","#fff","#eed","border #ccc");

Rounded("div#pass","all","#eed","#BFBF80","border #666");
Rounded("td#bordotl","tl","#eed","#BFBF80","smooth");
Rounded("td#bordotr","tr","#eed","#BFBF80","smooth");
Rounded("td#bordobl","bl","#eed","#BFBF80","smooth");
Rounded("td#bordobr","br","#eed","#BFBF80","smooth");
Rounded("td#bordotop","top","#eed","#BFBF80","smooth");
Rounded("td#bordobottom","bottom","#eed","#BFBF80","smooth");
Rounded("td#bordotbl","tl bl","#eed","#BFBF80","smooth");
Rounded("td#bordotbr","tr br","#eed","#BFBF80","smooth");
Rounded("div#paga","all","#eed","#BFBF80","smooth");

}