function Toggle(divname)
  {
  $("#" + divname).toggle();
  }

$(function()
  { 
  $('img.reflect').reflect({height: 0.6, opacity: 0.3});
  })
