/** 
 * showFactbox
 *
 * 20090613-wiener: showFactbox
 *
 */



function sfb_show_factbox(content){
	  	  
	  $("#showfactbox").html(content);
	  $("#showfactbox").slideDown();
  
}    


