// JavaScript Document
var opr_present=false;
var opr_present_2=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();
	};
	if (opr_present_2 == true) 
	{
		initialiserOpr_2();
	};
});
