/*
$(document).ready(function(){
 $('#sw_content img').parent('a').click(function() {
  return hs.expand(this);
});
});
*/