droplinemenu.buildmenu("menu");

jQuery(document).ready(function () 	{
	jQuery("a[rel=news_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'inside',
				'padding'			: '20',
				'width'				: '600',
				'height'			: '400',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">' + (title.length ? title : '') + '</span>'; }
//					return (title.length ? title : ''); }
			});	
			
	jQuery("a[rel=print_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'inside',
				'padding'			: '20',
				'width'				: '600',
				'height'			: '400',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">' + (title.length ? title : '') + '</span>'; }
					 
			});
	
	});




