var win = null;


var aryRuzeeInit = new Array();
var modalRuzeeAdded = 0;
var helpboxRuzeeAdded = 0;

function showRoundedBoxes()
{
    RUZEE.Borders.add({
      ".highlightbox" : {borderType:"shadow", cornerRadius:10, shadowWidth:2 }
      //".action_box" : {borderType:"simple", cornerRadius:6  },
      
    });
        
    RUZEE.Borders.render();
}

function handlePageLoaded()
{
    showRoundedBoxes();
}
