// JavaScript Document

//window.onload = initAll;


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-12446060-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();






//var loginHome = new Array('username', 'password');
var ladTabs = new Array('liguea', 'ligueouest');

function print_page() {
	window.print();
	}


function initAll() {
	for (var i=0; i<2; i++){

	}
		tabStyle();
}

function tabStyle(){
          document.getElementById('ligueouest').onclick = changeOn;
		  document.getElementById('liguea').onclick = changeOff;

			}
	

	function changeOn(){
							document.getElementById('ligueouest').className = 'on_table';
							document.getElementById('liguea').className = 'off_table';
							document.getElementById('ligueo_con').style.display = 'block';
							document.getElementById('liguea_con').style.display = 'none';
							return false;
						}
				
	function changeOff(){
				document.getElementById('ligueouest').className = 'off_table';
				document.getElementById('liguea').className = 'on_table';
				document.getElementById('ligueo_con').style.display = 'none';
				document.getElementById('liguea_con').style.display = 'block';
				return false;
				}
				
				
/*function setField(myVar){

		document.getElementById(loginHome[myVar]).onfocus = changeIn;
		//document.getElementById(loginHome[myVar]).onblur = changeOut;
		function changeIn(){
		document.getElementById(loginHome[myVar]).value = "";
		}
		function changeOut(){
		document.getElementById(loginHome[myVar]).value = loginHome[myVar];
		}
		}*/


