function roll(img_name, img_src)
   {
   document[img_name].src = img_src;
   }

window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#top","tr","#ebebeb","#ffffff","smooth");
Rounded("div#box_left","bl","#ebebeb","#ffffff","smooth");   
Rounded("div#box_right","br","#ebebeb","#ffffff","smooth"); 
Rounded("div#box_center","tr","#ffffff","#ffffff","smooth");
Rounded("div#content_left","bl","#ebebeb","#ffffff","smooth");
Rounded("div#column_right","br","#ebebeb","#ffffff","smooth");
Rounded("div#content_right","br","#ebebeb","#ffffff","smooth");
Rounded("div#column_left","bl","#ebebeb","#ffffff","smooth");
Rounded("div#footer","bottom","#ebebeb","#ffffff","smooth");
Rounded("div#color_box","top","transparent","#A2C80C","border #ebebeb");
Rounded("div#color_box","bottom","transparent","#F0F0E7","small border #ebebeb");
}

