/* ---------------------------------------------------------------
	
	MAIN.JS -- FOURDIGIT JavaScript BASAE FUNCTIONS
	Copyright (c) FOURDIGIT Inc. All Rights Reserved.
		
--------------------------------------------------------------- */

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

/*each page function*/
// ex)
//	if(jQuery("body#PAGEID")[0]) {};
  jQuery('#subNavi').fadeIn(2000,function(){
    fixPosition('subNavi');
  });
});