MP_sc_l = 100;
MP_sc_h = 90;
MP_sc_bgcolor = '#FFFFFF';
MP_sc_stamp = 2;
MP_sc_mess = new Array;
MP_lk_color = '#003399';
MP_sc_mess[0] = '
Télécharger !';
MP_sc_mess[1] = '
Télécharger !';
MP_sc_mess[2] = '
Télécharger !';
MP_sc_mess[3] = '
Télécharger !';
MP_sc_mess[4] = '
Télécharger !';
MP_sc_mess[5] = '
Télécharger !';
MP_sc_mess[6] = '
Télécharger !';
MP_sc_mess[7] = '
Télécharger !';
MP_sc_mess[8] = '
Télécharger !';
MP_sc_mess[9] = '
Télécharger !';
function w(texte) { document.write(texte+"\n"); }
w('');
w('
Top logos couleur
');
w('');
MP_sc_mode = 1;
MP_sc_act = 0;
function MP_sc_start() {
if(MP_sc_mode == 1) {
MP_sc_top = 'MP_scroller_1';
MP_sc_bottom = 'MP_scroller_2';
MP_sc_mode = 0;
}else{
MP_sc_bottom = 'MP_scroller_1';
MP_sc_top = 'MP_scroller_2';
MP_sc_mode = 1;
}
MP_sc_nb_mess = MP_sc_mess.length-1;
if(MP_sc_act == MP_sc_nb_mess) {
MP_sc_next = 0;
}else {
MP_sc_next = MP_sc_act+1;
}
if(document.getElementById) {
document.getElementById(MP_sc_bottom).innerHTML = MP_sc_mess[MP_sc_next];
}
MP_scroll_top = 0;
if(document.getElementById) {
setTimeout("MP_sc_action()", MP_sc_stamp*1000);
}
}
function MP_sc_action() {
MP_scroll_top -= 1;
document.getElementById(MP_sc_top).style.top = MP_scroll_top;
document.getElementById(MP_sc_bottom).style.top = MP_scroll_top+MP_sc_h;
if((MP_scroll_top+MP_sc_h) > 0) {
setTimeout("MP_sc_action()",10);
}else{
MP_scroll_stop();
}
}
function MP_scroll_stop() {
MP_sc_act = MP_sc_next;
MP_sc_start()
}
function returnTrue() {
return true;
}
function jsOpenhWndBox(u){p="height=460,width=380,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no";hWnd=window.open(u,"Hwnd",p);hWnd.focus();}
window.onload = MP_sc_start;
window.onerror = returnTrue;