$(function(){
		$('a#Xpander').Xpander({
			height: '',
			width: '90%',
			fx: 'slow',
			style: 'pretty'
			});
		$('a.Xpand').Xpander({
			fx: 1000 
			});
	});