function block()
{
return false;
}
function ouvrereponse(id)
{
open('membre/reponseadmin.php?id=3003&admin=1&mid='+id, 'new', 'width=800,height=500, left=' + ((screen.width - 750)/2) +', top=' + ((screen.height - 500)/2)+'toolbar=no, location=no, scrollbars=yes');
}

function ouvremessage(id)
{
open('membre/consultmessage.php?id=3003&admin=1&mid='+id, 'new', 'width=800,height=500, left=' + ((screen.width - 750)/2) +', top=' + ((screen.height - 500)/2)+'toolbar=no, location=no, scrollbars=yes');
}

function ouvreprojet(id)
{
open('projets/ add_projet.php?m=10&idsociete='+id, 'new', 'width=600,height=450, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 450)/2)+'toolbar=no,location=no');
}

function ouvrephoto2()
{
open('photo.htm', 'new', 'width=600,height=450, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}
function ouvrephoto1()
{
open('photo1.htm', 'new', 'width=700,height=500, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}
function ouvrephoto3()
{
open('photo3.htm', 'new', 'width=600,height=450, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}
function ouvrephoto4()
{
open('photo4.htm', 'new', 'width=600,height=450, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}
function ouvrephoto5()
{
open('photo5.htm', 'new', 'width=800,height=600, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}
function ouvremultimedia()
{
open('multimediat/lecteur.html', 'new', 'width=600,height=400, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}

function ouvrephoto6()
{
open('photo6.htm', 'new', 'width=800,height=600, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}
function ouvrelettre()
{
open('images/lettre_remerciement.jpg', 'new', 'width=550,height=600, left=' + ((screen.width - 600)/2) +', top=' + ((screen.height - 650)/2)+'toolbar=no,location=no, scrollbars=yes');
}
function changeCouleur(ligne,couleur)
  {
  ligne.bgColor =couleur ;
  }

function remetCouleur(ligne,couleur)
  {
  ligne.bgColor = couleur;
  }
function CloseFenetre()
{
//window.close();
window.open('index.php')
}
