window.onload=function(){
if(!NiftyCheck())
    return;

Rounded("div#navigation","bottom","#FFF","#999","smooth");
Rounded("div#tree","all","#FFF","transparent","smooth");
Rounded("div#banner","all","#FFF","transparent","smooth");
Rounded("div#main","all","#FFF","#EEE","smooth");
Rounded("div#categories","top","#EEE","#FF9900","border #CCC");
Rounded("div#categories","bottom","#EEE","#FBFCEE","small border #CCC");
Rounded("div#menu","tr","#EEE","#FBFCEE","border #CCC");
Rounded("div#menu","bottom","#EEE","#FBFCEE","border #CCC");
Rounded("div#menuBlog","tr","#EEE","#FBFCEE","border #CCC");
Rounded("div#menuBlog","bottom","#EEE","#FBFCEE","border #CCC");
Rounded("div#catTitle","tl bottom","#EEE","#FF9900","border #CCC");
Rounded("div#contentmain","tl","#EEE","#FFF","border #CCC");
Rounded("div#contentmain","bottom","#EEE","#FFF","border #CCC");
Rounded("div.ressource","tl","#FFF","#FF9900","border #CCC");
Rounded("div.ressource","bottom","#FFF","#FFF","border #CCC");
Rounded("div#navmain","tl","#EEE","#FBFCEE","border #CCC");
Rounded("div#navmain","bottom","#EEE","#FBFCEE","border #CCC");
Rounded("div#answerBlog","tl","#FFF","#FBFCEE","border #CCC");
Rounded("div#answerBlog","bottom","#FFF","#FBFCEE","border #CCC");
Rounded("div#footer","top","#FFF","#999","smooth");
}
