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

$(function(){
/* config - commentOut to Off */
	cssBrowserSelector();
	initRollOvers();
//	enableFlash();
//	enablePNG ();
	blankToPop();
	smoothScroll();
	
	$('.sNav h4 a').hover(
		function(){$(this).css("opacity", 0.6);},
		function(){$(this).css("opacity", 1);}
	);
});
