\n');
}
function getFlashElement (id) {
return MSIE ? window[id] : document[id];
}
function flashvar(origBox, destBox, type){
if(type == 0) {
window.document.map.SetVariable('advice','Выберите пункт назначения КУДА хотите ехать и кликните на нём');
var origIndex = eval(origBox.selectedIndex);
var orig = origBox.options[ origIndex ].value;
window.document.map.SetVariable("jsorig",orig.substr(1));
//alert(orig);
} else if(type == 3) {
// window.document.map.SetVariable('text','Внимание!');
window.document.map.SetVariable('advice','Выберите пункт назначения КУДА хотите ехать и кликните на нём');
} else if(type == 4) {
window.document.map.SetVariable('advice','Купить билеты Посмотреть Расписание Узнать Цены Жмите на соответствующую кнопку.Чтобы выбрать другой маршрут жмите на кнопку Убрать');
} else if(type == 6) {
// window.document.map.SetVariable('text','Внимание!');
window.document.map.SetVariable('advice','Выбранный город (маршрут) временно не обслуживается. Информация:info@ecolines.lv
Жмите кнопку «Убрать», чтобы выбрать другой маршрут.');
} else if(type == 5) {
window.document.map.SetVariable('text','');
window.document.map.SetVariable('advice','Выберите город отправления ОТКУДА хотите ехать и кликните на нём');
window.document.map.SetVariable("jsclear",origBox);
} else if(type == 7) {
window.document.map.SetVariable('advice','Купить билеты Посмотреть Расписание Узнать Цены Жмите на соответствующую кнопку.Чтобы выбрать другой маршрут жмите на кнопку Убрать');
var origIndex = eval(origBox.selectedIndex);
var orig = origBox.options[ origIndex ].value;
window.document.map.SetVariable("jsorig",orig.substr(1));
window.document.map.SetVariable("jsdest",destBox);
} else {
window.document.map.SetVariable('advice','Купить билеты Посмотреть Расписание Узнать Цены Жмите на соответствующую кнопку.Чтобы выбрать другой маршрут жмите на кнопку Убрать');
var destIndex = eval(destBox.selectedIndex);
var dest = destBox.options[ destIndex ].value;
window.document.map.SetVariable("jsdest",dest);
}
}
function showfull(id, idc, id3) {
e=document.getElementById (id);
c=document.getElementById (idc);
if (!e) {
return;
}
if (!c) {
return;
}
showhide=document.getElementById (id3);
if (e.style.display == "none") {
e.style.display="inline";
showhide.innerHTML=' закрыть';
} else if (e.style.display == "inline") {
e.style.display="none";
showhide.innerHTML=' полный маршрут';
}
if (c.style.display == "inline")
c.style.display="none";
else if (c.style.display == "none")
c.style.display="inline";
}
// -->