// JavaScript Document

/*
onclick="$('presentation').show();$('btnpresentation').className='actif';$('technique').hide();$('btntechnique').className='';$('contact').hide();$('btncontact').className=''; $('other').hide();$('btnother').className='';


onclick="$('technique').show();$('btntechnique').className='actif';$('presentation').hide();$('btnpresentation').className='';$('contact').hide();$('btncontact').className='';$('other').hide();$('btnother').className='';return false ;"

onclick="$('contact').show();$('btncontact').className='actif';$('technique').hide();$('presentation').hide();$('btnpresentation').className='';$('btntechnique').className='';$('btntechnique').className=''; $('other').hide();$('btnother').className='';return false ;

onclick="$('other').show();$('btnother').className='actif';$('contact').hide();$('btncontact').className='';$('technique').hide();$('presentation').hide();$('btntechnique').className='';$('btntechnique').className='';$('presentation').hide();$('btnpresentation').className=''; return false ;"

*/

function tabmenu (id) {
	
	if (id != 'presentation_menu') {
			$('presentation').hide();
			$('presentationbt').innerHTML='<img src="images/btn_presentation.jpg" alt="Pr&eacute;sentation"  />';
	} else {
		$('presentation').show();
		$('presentationbt').innerHTML='<img src="images/btn_presentation_active.jpg" alt="Pr&eacute;sentation"  />';
	}
	
	if (id != 'caracteristiques_menu') {
			$('technique').hide();
			$('caracteristiquesbt').innerHTML='<img src="images/btn_caracteristiques.jpg" alt="Caract&eacute;ristiques techniques" />';
	} else {
		$('technique').show();
		$('caracteristiquesbt').innerHTML='<img src="images/btn_caracteristiques_active.jpg" alt="Caract&eacute;ristiques techniques" />';
	}
	
	if (id != 'screen_menu') {
			$('screen').hide();
			$('screenbt').innerHTML='<img src="images/btn_screenshoot.jpg" alt="Photos d\'&eacute;cran" />';
	} else {
		$('screen').show();
		$('screenbt').innerHTML='<img src="images/btn_screenshoot_active.jpg" alt="Photos d\'&eacute;cran" />';
	}
	
	if (id != 'contact_menu') {
			$('contact').hide();
			$('contactbt').innerHTML='<img src="images/btn_contact.jpg" alt="Contact" />';
	} else {
		$('contact').show();
		$('contactbt').innerHTML='<img src="images/btn_contact_active.jpg" alt="Contact" />';
	}
	
	
}
