$(document).ready(function()
{ 
  /* round corner */
  var r = 15;
  roundCorner('menuBox', 10);
  roundCorner('subMenuBox', 15);
  roundCorner('contentsBox', r);
  roundCorner('bookBox', r);  
  
  $('#info').ToolTip('darkTooltip');
  
  roundCorner('mainBox', r);   
});

