/* ---------------------------------------------------------------
	
	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 */
//	if(jQuery("body#PAGEID")[0]) {
/*   jQuery('#sideBar').each(function(){
    fixPosition('sideBar', 'foot');
  });*/
});

function hideAndSeek (objId, objsclass) {
	$("div."+objsclass).css("display","none");
	//$("div#"+objId).css("display","block");
	$("div#"+objId).fadeIn();
}
