/* ---------------------------------------------------------------
	
	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*/
//	};



//ローカルナビゲーション
//	jQuery('#list').accordion();
//	$('.accordion').accordion({ header: '.selector', autoheight: false });
//$('.selector').accordion({ icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } });
/*
$(".selector").hover(function () {
  $(this).css({ backgroundColor:"yellow" });
});
*/

/*	jQuery('#list1b').accordion({
	autoheight: false
	});
*/

});


$(document).ready(function(){
  $(".noContextMenu").bind("contextmenu",function(e){
    return false;
  });
});

