function Expand(){
	$("html").addClass("js");
	$(function() {
	  $("#container div.scroll").expandAll({
		expTxt: "ZOBRAZIŤ CELÝ ČLÁNOK",
		cllpsTxt: "SKRYŤ CELÝ ČLÁNOK",
		ref: "div.collapse",
		switchPosition:'after',
		scroll:true,
		cllpsLength : 30,
	  });
	  $("html").removeClass("js");    
	});
}
