// JavaScript Document

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function doClock(){ // By Paul Davis - www.kaosweaver.com
  var t=new Date(),a=doClock.arguments,str="",i,a1,lang="1";
  var month=new Array('Janvier','Jan', 'Fevrier','Fev', 'Mars','Mar', 'Avril','Avr', 'Mai','Mai', 'Juin','Jui', 'Juillet','Jui', 'Aout','Aou', 'Septembre','Sep', 'Octobre','Oct', 'Novembre','Nov', 'Decembre','Dec');
  var tday= new Array('Dimanche','Dim','Lundi','Lun', 'Mardi','Mar', 'Mercredi','Mer','Jeudi','Jeu','Vendredi','Ven','Samedi','Sam');
  for(i=0;i<a.length;i++) {a1=a[i].charAt(1);switch (a[i].charAt(0)) {
  case "M":if  ((Number(a1)==3) && ((t.getMonth()+1)<10)) str+="0";
  str+=(Number(a1)>1)?t.getMonth()+1:month[t.getMonth()*2+Number(a1)];break;
  case "D": if ((Number(a1)==1) && (t.getDate()<10)) str+="0";str+=t.getDate();break;
  case "Y": str+=(a1=='0')?t.getFullYear():t.getFullYear().toString().substring(2);break;
  case "W":str+=tday[t.getDay()*2+Number(a1)];break; default: str+=unescape(a[i]);}}return str;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  winpops=window.open(theURL,winName,features);
  winpops.focus();
}

function openPopup(){
	window.close (newwin)
	winpops=window.open(popurl,"pop.htm","width=600,height=506,scrollbars=no,")
winpops.focus();
}

function closeWin () {
	window.close (newWin)
}
function openCantilever(){
	var flashpop="cantiflash.htm"
flashpops=window.open(flashpop,"popWin","width=550,height=400,scrollbars=no,")
flashpops.focus();
}
function openDuo(){
	var flashpop="duoflash.htm"	
	flashpops=window.open(flashpop,"popWin","width=550,height=400,scrollbars=no,")
flashpops.focus();
}
function openSports(){
	var flashpop="sportsflash.htm"
flashpops=window.open(flashpop,"popWin","width=550,height=400,scrollbars=no,")
flashpops.focus();
}





