<!--
var calque;
function cache (imgbig1) {
calque = document.getElementById(imgbig1).style;
calque.display = 'none';
}
function show (imgbig1) {
calque = document.getElementById(imgbig1).style;
calque.display = 'block';
}
function fonct2(){
window.document.forms['forum'].action = "http://www.bricovideo.com/question_bricolage.php?";
document.forum.b2.value= "Poser votre question";
document.getElementById("elem" ).innerHTML  = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Poser votre question : ";
}
function gaia_setFocus() {
  var f = null;
  if (document.getElementById) { 
    f = document.getElementById("gaia_loginform");
  } else if (window.gaia_loginform) { 
    f = window.gaia_loginform;
  } 
  if (f) {
    if (f.requete.value == null || f.requete.value == "") { 
      f.requete.focus();
    } else {
      f.Passwd.focus();
    } 
  }
}

function testemail() 
{
var email1=document.forms['envoyer-a-un-ami'].elements['email1'].value
if ((email1.indexOf('@',0)==-1) || (email1.indexOf('.',0)==-1)) {
alert("Votre adresse email est incorrecte")
}
else
{
var email2=document.forms['envoyer-a-un-ami'].elements['email2'].value
if ((email2.indexOf('@',0)==-1) || (email2.indexOf('.',0)==-1)) {
alert("L'adresse email de votre ami est incorrecte")
}
else
{
document.forms['envoyer-a-un-ami'].submit()
}
}
}

function foc(){
document.getElementById('sbi').focus();
}

function fonct(){
window.document.forms['forum'].action = "index.php";
document.forum.b2.value= "Rechercher";
document.getElementById("elem" ).innerHTML  = "<center>Rechercher  :<br>dans le forum électricité<br><br>ou taper le N° d'une question<br>pour y accéder directement</center>";
foc();
}

function fonct2(){
window.document.forms['forum'].action = "http://www.bricovideo.com/question_bricolage.php?";
document.forum.b2.value= "Poser votre question";
document.getElementById("elem" ).innerHTML  = "<center>Poser votre question :<br><br> dans forum électricité </center>";
foc();
}

-->

