window.onload=function(){
	if(!NiftyCheck())
		return;
		
		/* significato degli oggetti e sintassi: 
			Rounded("nomediv","qualiangoli","coloresfondo","colorebordo","tipodibordo")
								top							valore esad		smooth								
								bottom						traparent		small smooth
								all											border
								left										small border
								right										border #FFFFFF
								
		*/
		
/* div#header=testata della pagina*/		
		/*Rounded("div#header","all","#FFFFFF","#437A94","border");*/
		/*Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");*/

/* div#federazione e div#lingue sono contenuti nel div#affiliati*/
		/*Rounded("div#lingue","all","#40B2B2","transparent","small smooth");*/
		/*Rounded("div#federazione","all","#40B2B2","transparent","small smooth");*/
		
/* div#contenuto=contenuto della pagina*/
		Rounded("div#contenuto","top","#0D9F9F","transparent","smooth");
		/*Rounded("div#contenuto","all","#40B2B2","transparent","border");*/
		/*Rounded("div#contenuto","bottom","#E1F1F1","transparent","border");*/
		
/* div#extras=menu destro*/
		Rounded("div#extras","tl","#0D9F9F","#CCCCCC","smooth");
		Rounded("div#extras","br","#BEE5E4","transparent","smooth");
		/*Rounded("div#extras h3","bottom","#40B2B2","transparent","smooht");*/
		
/* div#extrasp=contenuto menu destro*/
		/*Rounded("div#extrasp","bottom","#FFFFFF","transparent","small border");*/
		/*Rounded("div#extrasp","br","#FFFFFF","transparent","border");*/
		
/* div#avmenu=contenuto menu sinistro*/
		Rounded("div#avmenu","tr","#0D9F9F","#CCCCCC","smooth");
		/*Rounded("div#avmenu","bl","#FFFFFF","transparent","smooth");*/
		/*Rounded("div#avmenu h3","top","#BEE5E4","transparent","border");*/
		Rounded("div#avmenu","bl","#2DABAA","transparent","smooth");
		
/* div#footer=fondo pagina*/
		/*Rounded("div#footer","all","#FFFFFF","transparent","border");*/

		/*Rounded("div#relax","all","#FFFFFF","#C1E6FF","small smooth");*/
		/*Rounded("div#relax1","all","#FFFFFF","#C1E6FF","small smooth");*/
		/*Rounded("div#relax2","all","#FFFFFF","#C1E6FF","small smooth");*/
		/*Rounded("div#relax3","all","#FFFFFF","#C1E6FF","small smooth");*/
}
