// FONCTION PRELOAD
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
// FONCTION CONTACT
function f_contact()
{
 fen1 = window.open('http://www.guillaumeconnesson.com/contact.php','fen1','width=500,height=350');
 fen1.focus();
}
// FONCTION INTERVIEW
function f_interview(action)
{
 if (action == 1) action = '?langue=en'; else action = '';
 fen2 = window.open('http://www.guillaumeconnesson.com/interview.php' + action,'fen2','width=500,height=350');
 fen2.focus();
}
// FONCTION VIDEO
function f_video(video)
{
 fen3 = window.open('http://www.guillaumeconnesson.com/video.php?video=' + video,'fen3','width=500,height=350');
 fen3.focus();
}
// FONCTION MENU
function f_menu(barre, action)
{
 if (action == 1) document.getElementById('b' + barre).style.display = 'block';
 else document.getElementById('b' + barre).style.display = 'none';
}
