window.onload=function(){
if(!NiftyCheck())
    return;

highlightPanelContent();

Rounded("div#nav","#FFFFFF","#009900","small");
Rounded("div#sidePanel","#FFFFFF","#009900","small");
Rounded("div#content","#FFFFFF","#009900","small");
Rounded("div#currentDir","#FFFFFF","#9900CC","small");
try{
	Rounded("div#galleryNav","#009900","#9900CC","small");
	Rounded("div#galleryImg","#009900","#9900CC","small");
}
catch(e){}
}