maxi = 0
erreur1 = "This map doesn't contain any town!";
var timer;
var ns6 = (document.getElementById && !document.all);
function change_fiche(cnt)
{
if (ns6) f = document.getElementById('fiche'); else f = document.all.fiche;
f.innerHTML = fiche_html[cnt];
}
function start()
{
nbr = 8
fiche_html = new Array
id_villes = new Array
villes = new Array
symbole_x = new Array
symbole_y = new Array
texte_x = new Array
texte_y = new Array
id_villes[id_villes.length] = "1";
villes[villes.length] = "Algiers";
symbole_x[symbole_x.length] = "218";
symbole_y[symbole_y.length] = "54";
texte_x[texte_x.length] = "212";
texte_y[texte_y.length] = "42";
fiche_html[1] = "
Algiers
Adress : Cité Makoudi 02, N°45
Tel / Fax : 021 24 41 41
Contact : Mr. R. HADJ AISSA
Adress : Lot. Amara A. N° 04 Cheraga
Tel : 021 36 79 98/92
Fax : 021 36 83 94
Contact : Mr SAKANI Rabeh
";
id_villes[id_villes.length] = "6";
villes[villes.length] = "Oran";
symbole_x[symbole_x.length] = "158";
symbole_y[symbole_y.length] = "78";
texte_x[texte_x.length] = "135";
texte_y[texte_y.length] = "75";
fiche_html[6] = "Oran
Adress : 26, Bd Maata
Tel / Fax : 041 39 71 73
Contact : Mr. ABDOU
Adress : 22, Avenue Laarbi Tebessi
Tel / Fax : 041 33 39 54
Contact : Mr. A. ABOUBEKR
Adress : 43, Bd Maata
Tel / Fax : 041 39 41 85
Contact : Mr. Z. MERZOUK
";
id_villes[id_villes.length] = "7";
villes[villes.length] = "Tlemcen";
symbole_x[symbole_x.length] = "140";
symbole_y[symbole_y.length] = "92";
texte_x[texte_x.length] = "118";
texte_y[texte_y.length] = "102";
fiche_html[7] = "Tlemcen
Adress : N°400, Fg Kiffane, Avenue des cèdres
Tel / Fax : 043 27 62 30
Contact : Mr. F. KHEDIME
Adress : C 01, Zone Industrielle de Remchi
Tel / Fax : 043 24 03 23
Contact : Mr. D. FATMI
";
id_villes[id_villes.length] = "8";
villes[villes.length] = "Mascara";
symbole_x[symbole_x.length] = "181";
symbole_y[symbole_y.length] = "89";
texte_x[texte_x.length] = "192";
texte_y[texte_y.length] = "91";
fiche_html[8] = "Mascara
Adress : 1, Rue Kheladi Tayeb
Tel : 045 86 06 98 / 95
Fax : 045 86 6 89
Contact : Mr. M. ABOU
";
id_villes[id_villes.length] = "9";
villes[villes.length] = "Setif";
symbole_x[symbole_x.length] = "255";
symbole_y[symbole_y.length] = "69";
texte_x[texte_x.length] = "264";
texte_y[texte_y.length] = "76";
fiche_html[9] = "Setif
Adress : 2, Rue Djebel Boutaleb
Tel / Fax : 036 84 1 35
Contact : Mr. BRAHIM
";
id_villes[id_villes.length] = "13";
villes[villes.length] = "Ghardaia";
symbole_x[symbole_x.length] = "235";
symbole_y[symbole_y.length] = "145";
texte_x[texte_x.length] = "218";
texte_y[texte_y.length] = "155";
fiche_html[13] = "Ghardaia
Adress : 29, Rue Aissa Amier
Tel / Fax : 029 88 28 46
Contact : H. ABOUNA
";
id_villes[id_villes.length] = "14";
villes[villes.length] = "Chlef";
symbole_x[symbole_x.length] = "194";
symbole_y[symbole_y.length] = "70";
texte_x[texte_x.length] = "204";
texte_y[texte_y.length] = "76";
fiche_html[14] = "Chlef
";
id_villes[id_villes.length] = "15";
villes[villes.length] = "Mostaganem";
symbole_x[symbole_x.length] = "174";
symbole_y[symbole_y.length] = "69";
texte_x[texte_x.length] = "122";
texte_y[texte_y.length] = "60";
fiche_html[15] = "Mostaganem
";
posi = 0;
i = 0;
while (posi";
contain.innerHTML += "";
if (ns6)
{
oDiv = document.getElementById('div_texte'+id_villes[posi]);
oDiv2 = document.getElementById('div_symbo'+id_villes[posi]);
}
else
{
oDiv = eval("document.all.div_texte"+id_villes[posi]);
oDiv2 = eval("document.all.div_symbo"+id_villes[posi]);
}
oDiv.style.position = "absolute";
oDiv.style.fontWeight = "bold";
oDiv.style.zIndex = 20;
oDiv.style.color = "#606060";
oDiv.noWrap = true;
oDiv.className = "t_ville";
oDiv.style.left = texte_x[posi];
oDiv.style.top = texte_y[posi];
oDiv.innerHTML = ""+villes[posi]+"";
oDiv2.style.position = "absolute";
oDiv2.style.left = symbole_x[posi];
oDiv2.style.top = symbole_y[posi];
i++;
posi++;
}
posi = 1;
}