/* ================================
    Sitewide JavaScript
   ================================ */

/* If you need to preload images:

if(document.images)
{
	var myImages = new Object();
	preload_image('images/header8.png');
	preload_image('images/header9.png');
}

*/

function page_loaded()
{
   //commenting out this IF because it's breaking the photo gallery banner image
   // generateThumbGallery({useThickBox: true, galleryName: "myGallery", filenameStart: "/images/gallery/PhotoGallery_", filenameEnd:".jpg", thumbFilenameStart: "/images/gallery/PhotoGallery_", thumbFilenameEnd:"_t.jpg", lastImage: 87, containerTarget: document.getElementById("csta_photo_gallery"), thumbColumns: 5, imgAttributes: "style=\"padding: 5px;\"", columnClass: "csta_column" });
	//if(window.location.indexOf("our_board.aspx") > 0){
	//	document.getElementById("banner_rotator").src = "/images/subpage_banners/IMG_0156.jpg";
	//}else{
	random_image_by_number("banner_rotator", "/images/subpage_banners/banner_", 6, ".jpg");
	//}
}

function style_to(target_child, style_state)
{
	if(style_state==0)
	{
		// Headers rollout
		target_child.style.backgroundColor = "#FFFFFF";
		target_child.style.color = "#990100";
	}
	else if (style_state==1)
	{
		// Headers rollover
		target_child.style.backgroundColor = "#990000";
		target_child.style.color = "#FFFFFF";
	}
}
