﻿// Fichier JScript
function NavBar()
{
    // <center><img src=IMAGES/cojacledur_jf.gif /></center>
	 // <center><img src=IMAGES/cojacledur_v.png /></center>
    var strDIV =  " <table  height =100 >" + 
        "                <tr>" + 
        "                    <td>" + 
        "                        <img src=IMAGES/Capturer.JPG /></td>" +
        "                    <td width =100%></td>" + 
        "                    <td>" + 
        "                        <img src=IMAGES/Brie.gif   /></td>" + 
        "                </tr>" + 
        "                <tr>" + 
        "                    <td colspan = 3 align =center >" + 
        "                        <table border=0 cellpadding=0 cellspacing=0>" + 
        "                            <tr>" + 
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PageClub.htm >" + 
        "                                        Qui <br>sommes-nous?" + 
        "                                    </a>" + 
        "                                </td>" + 
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PageSortie.htm >" + 
        "                                        Ou <br>irons-nous?" + 
        "                                    </a>" + 
        "                                </td>" + 
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PageEcole.htm >" + 
        "                                        Ecole Cyclo" + 
        "                                    </a>" + 
        "                                </td>" + 
        "                                 <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PageDoc.htm >" + 
        "                                        Documentation" + 
        "                                    </a>" + 
        "                                </td>" + 
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PageLien.htm >" + 
        "                                        Lien" + 
        "                                    </a>" + 
        "                                </td>" + 
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PagePhoto.htm >" + 
        "                                        Photo" + 
        "                                    </a>" + 
        "                                </td>" +
		/*
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " +
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" +
        "                                    <a class=ongClient href=PagePhotoConcours.htm >" +
        "                                        Concours<br> Photo 2009" +
        "                                    </a>" +
        "                                </td>" +
		*/
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PageContact.htm >" + 
        "                                        Contact" + 
        "                                    </a>" + 
        "                                </td>" + 
        "                                <td class=TDONG align=center valign=middle " +
        "                                    onmouseover=\"this.style.backgroundImage='url(IMAGES/fondong_S.gif)';\" " + 
        "                                    onmouseout=\"this.style.backgroundImage='url(IMAGES/fondong_N.gif)';\" >" + 
        "                                    <a class=ongClient href=PageArchive.htm >" + 
        "                                        Archives" + 
        "                                    </a>" + 
        "                                </td>" +         "                             </tr> " + 
        "                         </table> " + 
        "                        </td>" + 
        "                </tr>" + 
        "            </table>" 
    document.getElementById("divNavBar").innerHTML = strDIV ;

}
<!-- A placer en debut de fichier -->
function MeteoConsultDebut()
{
var params_meteo="type_meteo=terrestre&amp;langue=fr&amp;fond=&amp;texte=0000FF&amp;saisie=rennes";
}

//<!-- A placer a l'endroit exact pour la vignette météo -->

//<script language="javascript" src="http://meteodirect.meteoconsult.fr/vignette/meteo1.js"></script>

//<! -- A placer en fin de fichier avant le /body -->
//<script language="javascript" src="http://meteodirect.meteoconsult.fr/vignette/meteo2.js"></script>




function OpenLien(URL, Target)
{
    var pageTracker = _gat._getTracker("UA-120822-2");
    pageTracker._initData();
    pageTracker._trackPageview(URL);
    window.open (URL,Target,'','');

}