$(document).ready(function()
{ 
  /* round corner */
  var r = 15;
  roundCorner('menuBox', 10);
  roundCorner('subMenuBox', 15);
  roundCorner('contentsBox', r);
  roundCorner('triplistBox', 10);
  
  closeAllTrip();
  
  roundCorner('mainBox', r);
});
