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#topmenu3","top","#000","#2b2b2b","smooth");
	Rounded("div#topmenu","top","#000","#2b2b2b","smooth");
	Rounded("div#topmenu2","top","#000","#2b2b2b","smooth");
*/
}