// JavaScript Document
window.onload=function(){
if(!NiftyCheck())
    return;
/* 	 1° parametro NOME DIV
	 2° parametro QUALI ANGOLI SMUSSARE 	tutti=all, 
									   	 	sotto=bottom, 
									   		sotto+alto sx=tl bottom, 
									   		sotto+alto dx=tr bottom,)
									   	 	sopra=tl tr, 
									   		sopra+basso sx=tl tr bl, 
									   		sopra+alto dx=tl tr br, 
	 3° parametro COLORE SFONDO
	 4° parametro COLORE BORDO
	 5° parametro TIPO BORDO	small=sottile
	 							smooth=sfumato
								border #88D84F=ulteriore bordo del colore indicato
*/
Rounded("div#head","bottom","#D48DE5","#333333","smooth");
Rounded("div#menu","tl br","#D48DE5","#601A71","small");
Rounded("div#title_colonna0","tr bl br","#D48DE5","#1E421C","smooth");
Rounded("div#title_colonna","tr","#D48DE5","#333333","smooth");
Rounded("div#colonna","bl br","#D48DE5","#601A71","smooth");
Rounded("div#title_colonna2","tr","#D48DE5","#333333","smooth");
Rounded("div#colonna2","bl br","#D48DE5","#601A71","smooth");
Rounded("div#title_colonna3","tr","#D48DE5","#333333","smooth");
Rounded("div#colonna3","bl br","#D48DE5","#601A71","smooth");
Rounded("div#corpo_centro","tr bl","#D48DE5","#333333","smooth");
Rounded("div#corpo_colonna_dx","tl bl br","#D48DE5","#333333","smooth");
Rounded("div#footer","tl tr","#D48DE5","#601A71","small");
//Rounded("div#head h1","bottom","#84B7FF","#657DA6","small smooth");
//Rounded("div#content","tl bottom","#D6DEEC","#FFF","smooth");
//Rounded("div#nav","tr bottom","#D6DEEC","#95B3DE","smooth");
//Rounded("div#sidenotes","all","#D6DEEC","#B1C0D5","smooth");
//Rounded("form","all","#D6DEEC","#B4CEF7","smooth");
//Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
//Rounded("div#relax","all","#FFF","transparent");
//Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
}