// Menus + recherche
//var myImage = new Asset.image('http://www.cave-des-grands-vins.com/vin-cru-classe/cave-des-grands-vins-m2.png', {id: 'myImage', title: 'myImage'});
/*
var myImages = new Asset.images([
	'http://www.cave-des-grands-vins.com/vin-cru-classe/cave-des-grands-vins-m2.png'
]);
*/

window.addEvent('domready', function() {
	var myMenu = new MenuMatic(
							   {
							   	opacity:88
								/*// POUR EFFACER LES SELECT DES SOUS MENUS
								onHideSubMenu_begin:function(classRef){this.show_sel();},
								onShowSubMenu_begin:function(classRef){this.hide_sel();},
								hide_sel:function (){var s=document.getElementsByTagName('select');var len=s.length;for(i=0;i<len;i++){s[i].style.visibility='hidden';}},
								show_sel:function (){var s=document.getElementsByTagName('select');var len=s.length;for(i=0;i<len;i++){s[i].style.visibility='visible';}}
								*/
							   }
							   );
	if($('select_search')){
		var s2 = new CustomSelect($('select_search'), {
			theme : 'simplifica'
		});
	}
	if($('creneau_contact')){
		var s3 = new CustomSelect($('creneau_contact'), {
			theme : 'simplifica'
		});
	}
	if($('s_jour_date_fiches_d1')){
		var s4 = new CustomSelect($('s_jour_date_fiches_d1'), {
			theme : 'simplifica'
		});
	}
	if($('s_mois_date_fiches_d1')){
		var s5 = new CustomSelect($('s_mois_date_fiches_d1'), {
			theme : 'simplifica'
		});
	}
	if($('s_annee_date_fiches_d1')){
		var s6 = new CustomSelect($('s_annee_date_fiches_d1'), {
			theme : 'simplifica'
		});
	}
	if($('creneau_avact')){
		var s7 = new CustomSelect($('creneau_avact'), {
			theme : 'simplifica'
		});
	}
	if($('creneau_contact_investir')){
		var s9 = new CustomSelect($('creneau_contact_investir'), {
			theme : 'simplifica'
		});
	}
	
	if($('s_jour_date_fiches_d')){
		var s10 = new CustomSelect($('s_jour_date_fiches_d'), {
			theme : 'simplifica'
		});
	}
	if($('s_mois_date_fiches_d')){
		var s11 = new CustomSelect($('s_mois_date_fiches_d'), {
			theme : 'simplifica'
		});
	}
	if($('s_annee_date_fiches_d')){
		var s12 = new CustomSelect($('s_annee_date_fiches_d'), {
			theme : 'simplifica'
		});
	}
	if($('abc_faq')){
		var s13 = new CustomSelect($('abc_faq'), {
			theme : 'simplifica',   
			onChange: function(el) {
				if(this.select.options[ this.selectedIndex ].get('value')!=0) window.location.href=this.select.options[ this.selectedIndex ].get('value');
			}
		});
	}
	if($('id_menu_faq')){
		var s14 = new CustomSelect($('id_menu_faq'), {
			theme : 'simplifica',   
			onChange: function(el) {
				if(this.select.options[ this.selectedIndex ].get('value')!=0) window.location.href=this.select.options[ this.selectedIndex ].get('value');
			}
		});
	}
	if($('domaine_investir')){
		var s15 = new CustomSelect($('domaine_investir'), {
			theme : 'simplifica'
		});
	}
	if($('dep_investir')){
		var s16 = new CustomSelect($('dep_investir'), {
			theme : 'simplifica'
		});
	} 
});		