//**************************************************************************************************// CHARGEMENT DES FONCTIONS SOUHAITEES
$(document).ready(function(){
	open_ext_link();
	manage_cart();
	manage_sondage();
	manage_livraison();
	manage_phototheque();
	manage_localisation();
	manage_recherche();
	manage_newsletter();
	
	if($('div#doculogy-document-management').size() != 0){
		if(nameAnim != ""){
			$('#blc-flash-doculogy').media({ 
				width:     widthAnim,
				height:    heightAnim, 
				src:       racinePath + 'sources/flash/'+nameAnim+'.swf', 
				attrs:     { wmode : 'transparent' }, 
				params:    { wmode : 'transparent' }, 
				flashvars: { cheminRacine: racinePath }
			});
		}
	}
	
	if($('div#doculogy-document-entreprise').size() != 0){
		if(nameAnim != ""){
			$('#blc-flash-doculogy').media({ 
				width:     widthAnim,
				height:    heightAnim, 
				src:       racinePath + 'sources/flash/'+nameAnim+'.swf', 
				attrs:     { wmode : 'transparent' }, 
				params:    { wmode : 'transparent' }, 
				flashvars: { cheminRacine: racinePath }
			});
		}
	}
	
	
	// --------------------------------------------------------------------------------------------- JQUERY THICKBOX
	tb_init('a.thickbox, area.thickbox, input.thickbox');
	imgLoader			= new Image();
	imgLoader.src		= path_img_loader;
});
