//Default Bar Width
if(! tvoBar_width)
{
	var tvoBar_width = '100%';
}

//Default Bar Align
if(! tvoBar_align)
{
	var tvoBar_align = 'left';
}

//Default Image
if(! tvoBar_img)
{
	var tvoBar_img = 'http://tfo.org/_images/_tvontario_topNav/barreTFO.gif';
}

//Default Backgroung Image
if(! tvoBar_bkgnd)
{
	var tvoBar_bkgnd = 'http://tfo.org/_images/_tvontario_topNav/barreTFObg.gif';
}

//Default Mini Bar
if(!DisplayMiniTFO)
{
	var DisplayMiniTFO = 0;
}
if(!hideTFO)
{
	var hideTFO = 0;
}


  
  
if(! hideTFO)
{
document.write('<div style="width:100%; height:32px; background: url('+ tvoBar_bkgnd +'); background-repeat:repeat; text-align:'+ tvoBar_align +'; ">');
document.write('	<div style="width:'+ tvoBar_width +'; margin-left:auto; margin-right:auto; text-align:left;">');
document.write('    	<img src="'+ tvoBar_img +'" border="0" alt="Menu TFO" usemap="#TopMenu_Bar" width="799" />');
document.write('    	<map name="TopMenu_Bar" id="menu">');
document.write('        	<area shape="rect" coords="0,0,60,32" href="http://www.tfo.org"  alt="Accueil TFO" target="_top"/>');
document.write('        	<area shape="rect" coords="101,0,207,32" href="http://www.tfo.org/emissions" alt=" Lien vers : &Eacute;missions" target="_top"/>');
document.write('        	<area shape="rect" coords="233,0,325,32" href="http://www.tfo.org/education/" alt=" Lien vers : &Eacute;ducation" target="_top"/>');
document.write('        	<area shape="rect" coords="365,0,437,32" href="http://www.tfo.org/jeux/" alt=" Lien vers : Jeux" target="_top" />');
document.write('        	<area shape="rect" coords="475,0,525,32" href="http://www.tfo.org/sites/liste/" alt=" Lien vers : Sites" target="_top" />');
document.write('        	<area shape="rect" coords="565,0,645,32" href="http://www.tfo.org/videos/" alt=" Lien vers : Vid&eacute;os" target="_top"/>');
document.write('        	<area shape="rect" coords="662,0,777,32" href="http://www.tfo.org/communaute/" alt=" Lien vers : Communaut&eacute;" target="_top"/>');
document.write('    	</map>');
document.write('	</div>');
document.write('</div>');
}

if(DisplayMiniTFO)
{
var tvoBar_img = 'http://tfo.org/_images/_mini_topNav/barreMiniTFO.gif';	
var tvoBar_bkgnd = 'http://tfo.org/_images/_mini_topNav/barreMiniTFObg.gif';
document.write('<div style="width:100%; height:32px; background: url('+ tvoBar_bkgnd +'); background-repeat:repeat; text-align:left; ">');
document.write('    <img src="'+ tvoBar_img +'" border="0" alt="Menu mini TFO" usemap="#TopMenu_Bar" />');
document.write('    <map name="TopMenu_Bar" id="menu">');
document.write('        <area shape="rect" coords="48,0,160,32" href="http://www.tfo.org/jeux/mini/"  alt="mini TFO" target="_top"/>');
document.write('    </map>');
document.write('</div>');
}


// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2006 www.cryer.co.uk
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></script>'); 
}

if(!prodmaison)
{
	var prodmaison = "UA-1054282-1";
}

if(!renamepage)
{
	var renamepage = "";
}

if(window.location.host.indexOf("dev.") < 0)
{
	IncludeJavaScript('http://www.google-analytics.com/ga.js');
	IncludeJavaScript('/JavascriptTFO/_tfo_brandingInclude.js');
}