function dom_init() {

  // See http://fancybox.net/api for all options
  
  $("a.fancybox").fancybox({
    'speedIn' : 600,
    'speedOut' : 300,
	});

	$("a.fancyiframe").fancybox({
    	'speedIn' 			: 600,
    	'speedOut' 			: 300,
    	'width'				: 600,
		'height'			: 400,
 		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
    	'overlayShow'       :  true,
		'overlayOpacity'	: 0.2,
		'type'				: 'iframe'
	});

}
