/* Lightbox Modal Window - Based on Fancybox */

$(function() {
	$("a.window").fancybox({
		'autoDimensions' : false,
		'width' : 900,
		'height' : 338,
		'scrolling' : 'no'
	});
});

$(function() {
	$("a.window2").fancybox({
		'autoDimensions' : false,
		'width' : 780,
		'height' : 338,
		'scrolling' : 'no'
	});
});

jQuery(document).ready(function() {
    $(".window2").trigger('click');
});
