function fenetredoc(doc) { 
  var winl = (screen.width-550)/2
  var wint = (screen.height-350)/2 - 60
  if (winl < 0) winl = 0
  if (wint < 0) wint = 0
  var settings = "menubar,scrollbars,resizable,status,width=550,height=350,top="+wint+",left=" +winl
  window.open(doc, "doc", settings)
}
function fenetreimpression(doc) { 
  var winl = (screen.width-700)/2
  var wint = (screen.height-350)/2 - 60
  if (winl < 0) winl = 0
  if (wint < 0) wint = 0
  var settings = "menubar,scrollbars,resizable,status,width=700,height=350,top="+wint+",left=" +winl
  window.open(doc, "imp", settings)
}
var nbimage= 70;
var width= 130;
var height= 182;
var url;
var alte;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "guides/index.asp?noeud1=2&noeud2=7&cle=0";
url = "commun/images/pubguide_educationauxdroits.gif";
alte = "Guide Éducation aux droits";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "guides/index.asp?noeud1=2&noeud2=7&cle=0";
url = "commun/images/pubguide_emploietdroits.gif";
alte = "Guide Emplois et droits";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "guides/index.asp?noeud1=2&noeud2=7&cle=0";
url = "commun/images/pubguide_jeunes.gif";
alte = "Guide Jeunes";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "guides/index.asp?noeud1=2&noeud2=7&cle=0";
url = "commun/images/pubguide_logementetdroits.gif";
alte = "Guide Logement et droits";
}
if (numimage > 40 && numimage <= 50)
{
gotosite = "guides/index.asp?noeud1=2&noeud2=7&cle=0";
url = "commun/images/pubguide_personnesagees.gif";
alte = "Guide Personnes âgées";
}
if (numimage > 50 && numimage <= 60)
{
gotosite = "guides/index.asp?noeud1=2&noeud2=7&cle=0";
url = "commun/images/pubguide_personneshandicapees.gif";
alte = "Guide Personnes handicapées";
}
if (numimage > 60)
{
gotosite = "guides/index.asp?noeud1=2&noeud2=7&cle=0";
url = "commun/images/pubguide_harcelement.gif";
alte = "Guide Harcèlement";
}
if(gotosite != "")
	{
	document.write('<A HREF="' + gotosite + '">');
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function PrintThis()

{

    window.print();

}