$(document).ready(function(){
	hs.graphicsDir = 'http://www.alaiz.org/scripts/graphics/';
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.headingEval = 'this.a.title';
	
	$("td[align=right] a").click(function(){
		return hs.expand(this);
	});
});
