$(document).ready(function() {
	$('.dhtmlgoodies_question div.more').hide();
	
     // $('.dhtmlgoodies_answer').hide();
     // $('.dhtmlgoodies_question div.more').show();
    //  $('.dhtmlgoodies_question div.more').click(function() {
    //  $this = $(this);
    //  $('.dhtmlgoodies_answer').hide();
    //  $('.dhtmlgoodies_question div.more').show();
    // $('.dhtmlgoodies_answer', $this.parent()).show();
    //     $(this).hide();
    //  });
   });