// JavaScript Document
var opr_present=false;
jQuery(document).ready(function(){
	/*
	Si on veut des animations pour menu
	*/
	if (bolAvecAnim == true) 
	{
		initialiserParamsAnimation();
	};
	/*
	Si on veut que le OPR fonctionne
	*/
	if (opr_present == true) 
	{
		initialiserOpr();
	};
});
