window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#menu","all","#fff","#800","small border #ccc");
Rounded("div#submenu","all","#fff","#800","small border #ccc");
Rounded("div.sidebarbox","top","#fff","#800","small border #ccc");
Rounded("div.sidebarbox","bottom","#fff","#eee","small border #ccc");
Rounded("div.box","all","#fff","#eee","small border #ccc");
Rounded("div#form","all","#fff","#eee","small border #ccc");
Rounded("div.titlebox","top","transparent","#eee","small border #ccc");
Rounded("div.titlebox","bottom","transparent","#fff","small border #ccc");
}
