function insertFlashCarto(src, width, eight) { var html = ''; if (hasRightVersion) { html = '' + '' + '' + '' // + '' + '' + ''; } else { html = '

Plan général

' + '

Cliquez sur une zone pour visualiser la carte détaillée

' + 'Plan détaillé des zones desservies par Multitud' + '' + 'Villefranche-sur-Saône / Val de Saône' + 'Bourg-en-Bresse / Dombes' + 'Ambérieu / Plaine de l\'Ain' + 'Nord Isère / Est lyonnais' + 'Pays viennois / Vallée du Rhône' + 'Région stéphanoise / Vallée du Gier' + 'Ouest lyonnais' + 'Roannais' + 'Grand Lyon' + '

Télécharger la carte au format PDF (Document Acrobat P.D.F. - 6972 k.o.)

'; } // DEBUGGING: uncomment next line to display inserted html // alert(html); document.write(html); } function insertFlashMiniCarto(src, width, eight, alternativeImg) { var html = ''; if (hasRightVersion) { html = '' + '' + '' + '' // + '' + '' + ''; } else { html = alternativeImg; } // DEBUGGING: uncomment next line to display inserted html // alert(html); document.write(html); }