/* ---------------------------------------------------------------
	
	MAIN.JS
		
--------------------------------------------------------------- */

jQuery(document).ready(function(){
/* config - commentOut to Off */
	cssBrowserSelector();
	initRollOvers();
//	enableFlash();
	enablePNG ();
//	blankLogToGoogle();
	blankToPop();
	smoothScroll();

/* each page function */
//	if(jQuery("body#PAGEID")[0]) {
//		/*PAGEID FUNCTION*/
//	};
});

   	$("div#footerbox #bg-footer").ready(function(){
		$("#bg-footer").slideDown("slow");
	});
	$(window).resize(function(){
		$("div#footerbox #bg-footer").css("display", "none").slideDown("slow");
	});
