function fancy(text) {
	$.fancybox(text,
		{
			'autoDimensions'	: false,
			'width'         		: 480,
			'height'        		: 'auto',
			'transitionIn'		: 'none',
			'transitionOut'		: 'none'
		}
	);	
}
