onerror = report;

function report() {
	return true;
}

window.onload=function(){
if(!NiftyCheck())
    return;

//The main boxes around the outside    
Rounded("div.wsft_frame","all","#FFFFFF","#C0C0C0","smooth");
//The Tab displaying where you are
Rounded("div.wsft_middle_title","bottom","#FFFFFF","#C0C0C0","smooth");

//All included pages use these
//This is a full round box
Rounded("div.wsft_inline","all","#FFFFFF","#C0C0C0","smooth");

//Just the Top is rounded
Rounded("div.wsft_in_top","top","#FFFFFF","#C0C0C0","smooth");

//Just the bottom is rounded
Rounded("div.wsft_in_bottom","bottom","#FFFFFF","#C0C0C0","smooth");

}