// JavaScript Document
		$(document).ready(function(){

			
				$(".noscroll").colorbox({width:"825", height:"780", iframe:true});
				$("#tabs").idTabs(); 
				$("#mid-three").idTabs(); 
				$(".scroll").colorbox({width:"825", height:"700", iframe:true});
				$(".join").colorbox({width:"825", height:"300", iframe:true});
				$(".gallery").colorbox({width:"825", height:"600", iframe:true});
				$(".funfacts").colorbox({width:"825", height:"523", iframe:true});
				$(".minified").colorbox({width:"780", height:"384", iframe:true});
				$("a[rel='gallery']").colorbox({slideshow:true});
				$(".mapped .map").colorbox({width:"825", height:"600", iframe:true});
				$("#slider").easySlider({auto:true,pause: 7000,continuous: true,speed: 200});
});
					function oColorBox(page){$.fn.colorbox({href:page+".html", open:true,iframe:true, width:'825',height:'680'});}
					function oColorBox1(page){$.fn.colorbox({href:page+".html", open:true,iframe:true, width:'825',height:'450'});}
