function fbox_conf(){};
if(lang == 'en'){
fbox_conf.prototype = {	
	disable_fadin:false,
//---------------------------------	
	progress_src : 'plugins/content/fboxbot/frontbox/indicator.gif',
	nbsp_count: 4, //IE5 ...
	close_txt : 'Close Here',
	max_txt: 'Maximize',
	min_txt: 'Minimize',
	prev_txt: '&laquo; Previous',
	next_txt: 'Next &raquo;'		
}
}else{
fbox_conf.prototype = {	
	disable_fadin:false,
//---------------------------------	
	progress_src : 'plugins/content/fboxbot/frontbox/indicator.gif',
	nbsp_count: 4, //IE5 ...
	close_txt : 'Fermer',
	max_txt: 'Plein écran',
	min_txt: 'Minimiser',
	prev_txt: '&laquo; Précédente',
	next_txt: 'Suivante &raquo;'		
}
	
}
