
function OuvrirMatchLive(sport,idmatch){var url='';switch(sport){case'FOOT':case'FOOTBALL':url='/Football/directs/Live'+idmatch+'.html';break;case'RUGBY':url='/Rugby/directs/Live'+idmatch+'.html';break;case'HAND':url='/Basket/direct_hand.html';break;case'HANDBALL':url='/Basket/direct_hand.html';break;case'TENNIS':url='Tennis/direct_tennis.html';break;}
window.open(url,'_blank');

}
function OuvrirDirect(sport){var url='';switch(sport){case'FOOT':case'FOOTBALL':url='/direct_foot.html';break;case'RUGBY':url='/direct_rugby.html';break;case'SKI':url='/Ski/direct_ski.html';break;case'TENNIS':url='/Tennis/direct_tennis.html';break;case'FORMULE 1':url='/direct_f1.html';break;case'CYCLISME':url='/Cyclisme/direct/direct_TDF.html';break;case'BASKET':url='/Basket/direct_basket.html';break;case'HANDBALL':url='/Basket/direct_hand.html';break;case'HAND':url='/Basket/direct_hand.html';break;}
if(url.length==0)return;window.open(url,'_blank');}
function OuvrirFeuilleMatch(sport,idmatch,idniveau){var url='';switch(sport){case'FOOT':case'FOOTBALL':url='/Football/FootballFicheMatch'+idniveau+'_'+idmatch+'.html';break;case'RUGBY':url='/Rugby/RugbyFicheMatch'+idmatch+'.html';break;case'HANDBALL':url='/Basket/direct_hand.html';break;case'HAND':url='/Basket/direct_hand.html';break;case'SKI':url='/Ski/direct_ski.html';break;case'TENNIS':url='/Tennis/direct_tennis.html';break;}
if((document.location.search).indexOf('site=')!=false){var url=url+'?site='+(document.location.search).substr((document.location.search).indexOf('site=')+5);}
window.open(url,'_blank');}
function Soumettre(mode){var checked_match=0;var lesmatchs='';$(':checkbox').each(function(i){if($(this).attr('checked')==true){lesmatchs+=$(this).attr('name')+'_';}});document.selectionmatch.LISTEMATCH.value=lesmatchs;document.selectionmatch.SELECTION.value=mode;document.selectionmatch.submit();}