//	General Common variables
			var globalCookiePrefix= 'commissioners_';
			/*var dispClName	= 'displayed';
			var dispClIName	= 'displayedIn';
			var hiddClName	= 'hidden';
			var hiddClIName	= 'hiddenIn';*/
			var imgPath		= 'images/';
			var jsPath	=	getJSPath('mootools.functions.js');
			var cssPath	=	getCSSPath('style_constant.css');
onGecko=true;
onGeckoVersion=19;
onTrident=true;
onTridentVersion=4;
onWebkit=true;
onWebkitVersion=419;
onPresto=true;
onPrestoVersion=925;

if(CompatibleBrowser()){
	
// Generic
	
	includeJS("mootools.is_css_activate.js");
includeCSS("mootools.hidden.css");
includeCSS("mootools.multipage.css");
includeCSS("mootools.menu_lang.css");

includeJS("mootools-1.2.3.1-more.js");
//includeJS("mootools.lang_selector.js");
includeJS("mootools.lang_menu.js");
includeJS("mootools.text_size.js");

includeJS("mootools.print.js");
includeJS("mootools.bookmark.js");
includeJS("mootools.color.js");

// custom
includeJS("mootools.multipage.js");
includeJS("mootools.navigation.js");
//includeJS("mootools.share.js");
includeJS("mootools.squeezebox.js");
includeJS("mootools.display_box.js");
includeJS("mootools.accordion.js");
includeJS("mootools.search.js");
includeJS("mootools.slimbox.js");
includeJS("mootools.tabs.js");
includeJS("mootools.sub_topic.js");
includeJS("mootools.formcheck.js");
//always the last include
includeJS("mootools.hidden.js");

}
	
