function readmore(id) {
  var jQ  = jQuery.noConflict();
  jQ('#'+id).slideToggle('fast');
}

