$(document).ready(function() {	$("a.grouped_elements").fancybox();	$("a#interface1").fancybox({		'width'             : 400,		'height'            : 430,        'autoScale'     	: false,		'transitionOut'		: 'none',		'type'				: 'iframe',		'hideOnContentClick': true	});	$("a#interface2").fancybox({		'width'             : 325,		'height'            : 325,        'autoScale'     	: false,		'transitionOut'		: 'none',		'type'				: 'iframe',		'hideOnContentClick': true	});	$("a#interface3").fancybox({		'width'             : 630,		'height'            : 430,        'autoScale'     	: false,        'transitionIn'		: 'none',		'transitionOut'		: 'none',		'type'				: 'iframe',		'hideOnContentClick': true	});	$("a#interface4").fancybox({		'width'             : 300,		'height'            : 300,        'autoScale'     	: false,		'transitionOut'		: 'none',		'type'				: 'iframe',		'hideOnContentClick': true	});	$("a#interface5").fancybox({		'width'             : 235,		'height'            : 235,        'autoScale'     	: false,		'transitionOut'		: 'none',		'type'				: 'iframe',		'hideOnContentClick': true	});});
