// JavaScript Document
		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$(".contact").colorbox({iframe:true, innerWidth:525, innerHeight:525});
                        $(".brochure").colorbox({iframe:true, innerWidth:325, innerHeight:344});
                        $(".dvd").colorbox({iframe:true, innerWidth:225, innerHeight:344});
                        $(".youtube").colorbox({iframe:true, innerWidth:575, innerHeight:344});
                        $(".virtualtour").colorbox({iframe:true, innerWidth:600, innerHeight:400});
                        $(".menu").colorbox({rel:'menu', slideshow:true});
                        $(".group2").colorbox({rel:'group2', transition:"fade"});
                        $(".payment").colorbox({iframe:true, innerWidth:860, innerHeight:860});

});

