$(function()
{
  // open the Mattresses menu by default
  $("span.arrow").click();
});