window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#pagebody","all","#FFF","#FFFFff","border #cccccc");
Rounded("div#intro","all","#FFF","#fff","border #cccccc");
Rounded("ul#services li","tl tr bl","#FFF","#ffffe5","border #cccccc");
Rounded("div#menu","top","#fff","#00A74F","smooth");
//Rounded("ul#nav li","top","transparant","#00A74F","border #cccccc");
Rounded("div#info","all","#FFF","#f2f2f2","smooth");
Rounded("div#prodomraden","all","#FFF","#eee","smooth");
Rounded("div#footer","all","#FFF","#00A74F","smooth");
Rounded("div.sidebar_puff","all","#FFF","transparent","smooth");
Rounded("div#frmMeeting","all","#FFF","transparent","smooth");
}