var Navigation={change:function(type){jQuery.each(jQuery('#loc_nav li'),function(){jQuery(this).removeClass('selected')});jQuery('#show_'+type).addClass('selected');jQuery(jQuery('#margColGau #loc_nav #select_tab li.sep')).attr('style','display:none');if(type=='texte'){jQuery(jQuery('#margColGau #loc_nav #select_tab li.sep')[1]).attr('style','display:block')}else if(type=='commentaire'){jQuery(jQuery('#margColGau #loc_nav #select_tab li.sep')[0]).attr('style','display:block')}jQuery.each(jQuery('#margColGau .tab_texte'),function(){if(this.id=='nouv_'+type){this.style.display='block'}else{this.style.display='none'}})}};function window_open(URL,width,height){window.open(URL,'Envoyer','width='+width+',height='+height+',scrollbars=1,toolbar=no,menubar=yes,left=15,top=15')}
