var wperiode;
function news(n) {
if (wperiode == 0) parent.content.location.href = "agenda.html#" + n;
else parent.content.location.href = "agenda_old.html#" + n;
}
function init_periode(n) {
wperiode = n;
}

function video(lecteur,debit){
hauteur=540
largeur=785
//url='http://212.234.138.184:8003/video_'+lecteur+'.asp?lecteur=' + lecteur + '&debit=' + debit;
url='http://www.comptalia.com/video/loifinances_'+lecteur+'/default.asp?video=loifinances_'+debit;
//window.open(url,'video','titlebar=no,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no,left=0,top=0,width='+largeur+',height='+hauteur);
parent.content.location.href = url;
}



