window.onload=function(){
if(!NiftyCheck())
    return;
/**
 * Rounded
 * @param String The div 
 * @param String The corners to be rounded. [bottom, tr, bl, top.. etc..]
 * @param String background colour [ in hex ] 
 * @param String foreground colour [ in hex ] 
 * @param String the type of rounding.. [small smooth : smooth ]
 */    
/*
Rouned("div.menu_heading","top","#FA8072","#FA0000","smooth"); 
 
Rounded("div#side_menu_container","bottom","#AF023FF","#E1E2E3","smooth"); 
Rounded("div.tablecontainer","all","#DDEBE8","#FFFFFF","small smooth");
Rounded("div#header","bottom","#DDEBE8","transparent","smooth");
//Rounded("div#header h1","bottom","#006752","transparent","small smooth");

Rounded("div#sidebar","all","#DDEBE8","#E1E2E3","smooth");


Rounded("div.menutop","tr","#D6DEEC","#006752", "smooth");
Rounded("div.menucontent","bl","#D6DEEC","#EFEFEF", "smooth");

Rounded("div.table_heading","top","#FFFFFF","#006752", "smooth");
Rounded("div.table_bottom","bottom","#FFFFFF","#c0c0c0","smooth");


Rounded("div.news_heading","top","#FFFFFF","#006752", "smooth");
Rounded("div.news_bottom","bottom","#FFFFFF","#c0c0c0","smooth")


Rounded("div.inspectionTabs","top","#FFFFFF","#006752","smooth");*/
}