 


//----------------------------popup window------------------------------------------------------------------------------------

 function openWin(url,name) {popupWin = window.open(url,name, "resizable,toolbar,menubar,scrollbars,width=640,height=520");}


//-------------------------------------------------------------------------------------------------------



document.writeln('<style type="text/css">');
document.writeln("<!--");
document.writeln("body {font-family: Arial, Helvetica, Verdana, Courier; font-size: 10pt;margin-top: 0;margin-bottom: 0;margin-left: 0;margin-right: 0;}");
document.writeln("TD {font-family: Arial, Helvetica, Verdana, Courier; font-size: 10pt;}");
document.writeln("INPUT {font-size:9pt;font-weight:bold;}");
document.writeln("SELECT {font-size:10pt;}");
document.writeln("A {font-size:10pt;color:#331199;}");
document.writeln("A:active {color:black;}");
document.writeln("A:hover {color:#FF9933;}");
document.writeln("A:visited {color:#331199;}");
document.writeln("A:visited:hover {color:#FF9933;}");
document.writeln("A.title {text-decoration:none;font-size:20pt;color:666600;font-style:italic;font-weight:bold;}");
document.writeln(".chHd {color:#DB1100;font-size:16pt;margin-top:10px;font-weight:bold;}");
document.writeln(".titlepage {font-size:22pt;font-weight:bold;}");
document.writeln(".chan {;font-size:12pt;font-weight:bold;}");
document.writeln(".ch12 {;font-size:13pt;font-weight:bold;}");
document.writeln("-->");
document.writeln("</style>");


function mOvr(src) {if (!src.contains(event.fromElement)){src.bgColor='#FF9933'}}
function mOut(src) {if (!src.contains(event.toElement))  {src.bgColor='#002770'}}



//------------------------------------------------------------------------------------------------------------------------
//pour les bulles 

function on(val) { var itm = document.getElementById("item"+val);  var txt = document.getElementById("texte"+val); txt.style.visibility="visible"; }
function off(val) { var itm = document.getElementById("item"+val);  var txt = document.getElementById("texte"+val); txt.style.visibility="hidden"; }

//------------------------------------------------------------------------------------------------------------------------
//pour plier deplier un contenu

function tt() { tt1.style.display="none"; tt2.style.display="none"; tt3.style.display="none";tt4.style.display="none";}
function aff(tt) { if (tt.style.display == "") { tt.style.display = "none"; } else { tt.style.display = ""; }}


//----------------pour la page d accueil--------------------------------------------------------------------------------------------------------


function accueil()
{ if ((navigator.appName.search('Microsoft Internet Explorer') != -1)&&(navigator.userAgent.search('Opera') == -1))
  { document.write('<A HREF="#" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.francebalade.com\');"><span style="background-color:white;"><B>Faites de FranceBalade votre page d\'accueil</B></span></A><BR>'); }
else { document.write(' '); }
}


//-------------------------pour les bookmarks------------------------------------------------------------------

function addbookmark() {  if (window.external) external.AddFavorite(location.href);  else alert("Pour Netscape, utilisez SIGNETS, Merci"); }


