function closeBanner(){
document.getElementById('pfFlash2').style.display = 'none';
}
function addPocetField(value) {
document.getElementById('pocet_text').style.display = 'none';
for(x=1;x<=4;x++) {
document.getElementById('pocet'+x).style.display = 'none';
}
if(value<5){
if(value>0) {
document.getElementById('pocet_text').style.display = 'block';
}
for(x=1;x<=value;x++) {
document.getElementById('pocet'+x).style.display = 'block';
}
}
}
function element(id) {
return document.getElementById(id);
}
function menu_over(id) {
if (element(id)!=null) {
alert("Test")
element(id).src='http://www.evropska.cz/images/design/menu/m_'+id+'_in.png'; }
}
function menu_out(id) {
if (element(id)!=null) { element(id).src='http://www.evropska.cz/images/design/menu/m_'+id+'.png'; }
}
function en_menu_over(id) {
if (element(id)!=null) { element(id).src='http://www.evropska.cz/images/design/menu/en-m_'+id+'_in.png'; }
}
function en_menu_out(id) {
if (element(id)!=null) { element(id).src='http://www.evropska.cz/images/design/menu/en-m_'+id+'.png'; }
}
function changeStatus(activeMenu){
var deactiveItems = new Array("mn-chci-se-pojistit", "mn-partnersky-web", "mn-nase-produkty", "mn-o-pojistovne", "mn-servis-klientum", "mn-kontakt");
var activeItems = new Array("mn-chci-se-pojistit-over", "mn-partnersky-web-over", "mn-nase-produkty-over", "mn-o-pojistovne-over", "mn-servis-klientum-over", "mn-kontakt-over");
var imagePath = "http://www.evropska.cz/images/design/";
var imageExt = ".gif";
var texts = new Array(
"CHCI SE POJISTIT
Zde sjednáte cestovní pojištění on-line
- pojištění letní či zimní dovolené
- pojištění do zahraničí na pracovní cesty
- v základním pojištění je obsaženo: léčebné výlohy, asistenční služby, úrazové pojištění atd.
- možnosti cestovního připojištění na: automobil, golf, domácí zvířata, zimní a adrenalinové sporty",
"PRAKTICKÉ RADY
Jste v naší péči před cestou, během ní i po návratu
- praktické rady před vycestováním
- on-line hlášení pracovních cest zaměstnanců
- užitečné odkazy na jiné informační stránky
- co je možné připojistit",
"NAŠE PRODUKTY
Zde získáte podrobné informace
- o jednotlivých druzích pojištění a připojištění osob na cesty
- o cestovním pojištění zaměstnanců firem a institucí
- jaké cestovní pojištění se hodí právě pro Vás
- jak se pojistit on-line
- odpovědi na nejčastější dotazy klientů",
"O POJIŠŤOVNĚ
Zde se dozvíte více o pojistiteli
- o cestovní pojišťovně a o jejím hospodaření
- o mezinárodním zázemí společnosti a akcionářích
- o mezinárodní síti cestovních pojišťoven
- o mezinárodní síti aktivní asistence klientů
- o právním rámci používání webových stránek",
"SLUŽBY KLIENTŮM
Služby pro Vás a naše partnery
- pro zaregistrované
- on-line hlášení škody
- služby cestovním kancelářím i agenturám
- profesní pojištění pro cestovní kanceláře
- tiskové materiály o cestovním pojištění ke stažení
- přístup k on-line cestovnímu pojištění",
"KONTAKT
- kontaktní údaje na společnost
- kontaktní údaje na zákaznické centrum
- kontaktní údaje našich partnerů, kde lze sjednat cestovní pojištění")
// deaktivace všech položek menu
for(i=0; i < deactiveItems.length; i++){
document.getElementById("menu"+i).src=imagePath+deactiveItems[i]+imageExt;
document.getElementById("bt-menu"+i).src=imagePath+"spacer"+imageExt;
document.getElementById("tp-menu"+i).className="tp_menu_normal"+i;
if(i==2) {
document.getElementById("bt-menu"+i).src=imagePath+"spacer_2.jpg";
}
document.getElementById("hp_text_"+i).style.zIndex = "1";
}
//aktivace položky
document.getElementById("menu"+activeMenu).src=imagePath+activeItems[activeMenu]+imageExt;
document.getElementById("bt-menu"+activeMenu).src=imagePath+"bottom-line.jpg";
if(activeMenu==2) {
document.getElementById("bt-menu"+activeMenu).src=imagePath+"bottom-line_2.jpg";
}
document.getElementById("tp-menu"+activeMenu).className="tp_menu_active"+activeMenu;
document.getElementById("hp_text_"+activeMenu).style.zIndex = 10;
}
function noveokno(soubor, nazevokna, velx, vely) {
Nahled = window.open('', nazevokna, 'resizable=0, status=0, menubar=0, location=0, directories=0, scrollbars=0, width='+velx+', height='+vely);
Nahled.document.write('
ECP - obrázek ('+soubor+')');
Nahled.document.write('
');
Nahled.document.write('');
}
function formKalkulackaSend(f) {
var error = '';
var tarif = (element('tarifOsoba').checked == true) || (element('tarifRodina').checked == true) || (element('tarifSenior').checked == true) || (element('tarifStudent').checked == true);
if ((error == '') && (f.dni.value == '')) { error = 'Zadejte počet dní'; }
if ((error == '') && (tarif == false)) { error = 'Vyberte požadovaný tarif'; }
if (error != '') {
alert(error);
return false;
}
return true;
}
function addPocetField(value) {
document.getElementById('pocet_text').style.display = 'none';
for(x=1;x<=4;x++) {
document.getElementById('pocet'+x).style.display = 'none';
}
if(value<5){
if(value>0) {
document.getElementById('pocet_text').style.display = 'block';
}
for(x=1;x<=value;x++) {
document.getElementById('pocet'+x).style.display = 'block';
}
}
}
function element(id) {
return document.getElementById(id);
}
function menu_over(id) {
if (element(id)!=null) { element(id).src='http://www.evropska.cz/images/design/menu/m_'+id+'_in.png'; }
}
function menu_out(id) {
if (element(id)!=null) { element(id).src='http://www.evropska.cz/images/design/menu/m_'+id+'.png'; }
}
function en_menu_over(id) {
if (element(id)!=null) { element(id).src='http://www.evropska.cz/images/design/menu/en-m_'+id+'_in.png'; }
}
function en_menu_out(id) {
if (element(id)!=null) { element(id).src='http://www.evropska.cz/images/design/menu/en-m_'+id+'.png'; }
}
/*
function changeStatusEn(activeMenu){
var deactiveItems = new Array("en-mn-chci-se-pojistit", "en-mn-prakticke-rady", "en-mn-nase-produkty", "en-mn-o-pojistovne", "en-mn-sluzby-klientum", "en-mn-kontakt");
var activeItems = new Array("en-mn-chci-se-pojistit-over", "en-mn-prakticke-rady-over", "en-mn-nase-produkty-over", "en-mn-o-pojistovne-over", "en-mn-sluzby-klientum-over", "en-mn-kontakt-over");
var imagePath = "http://www.evropska.cz/images/design/";
var imageExt = ".gif";
var texts = new Array(
"O POJIŠŤOVNĚ
Zde se dozvíte více o pojistiteli
- o společnosti a o jejím hospodaření
- o mezinárodním zázemí a akcionářích
- o mezinárodní síti aktivní asistence klientů
- o právním rámci používání webových stránek",
"NAŠE PRODUKTY
Zde získáte podrobné informace
- o jednotlivých druzích pojištění osob
- o pojištění zaměstnanců firem a institucí
- jaké pojištění se hodí právě pro Vás
- jak se pojistit zde přímo přes internet
- odpovědi na nejčastější dotazy klientů",
"CHCI SE POJISTIT
Zde sjednáte to nejvhodnější pojištění ihned
- jednoduchý výběr pojištění během několika kroků
- rychlá kalkulačka Vám obratem sdělí přibližnou cenu
- úhrada pojistného několika způsoby včetně platby kartou
- informace o všech prodejních místech
- informace o rizikových oblastech",
"SLUŽBY KLIENTŮM
Jste v naší péči před cestou, během ní i po návratu
- praktické rady před vycestováním
- jak postupovat při pojistné události
- jak urychlit vyřízení škody
- hlášení pracovních cest zaměstnanců
- užitečné odkazy na jiné informační stránky",
"PATNERSKÝ WEB
Naše služby pro partnery v cestovním ruchu
- služby cestovním kancelářím i agenturám
- přístup k on-line nástrojům pro partnery
- profesní pojištění pro cestovní kanceláře
- tiskové materiály ke stažení
- pravidla užívání loga")
// deaktivace všech položek menu
for(i=0; i < deactiveItems.length; i++){
document.getElementById("menu"+i).src=imagePath+deactiveItems[i]+imageExt;
document.getElementById("bt-menu"+i).src=imagePath+"spacer"+imageExt;
document.getElementById("tp-menu"+i).className="tp_menu_normal"+i;
if(i==2) {
document.getElementById("bt-menu"+i).src=imagePath+"spacer_2.jpg";
}
}
//aktivace položky
document.getElementById("menu"+activeMenu).src=imagePath+activeItems[activeMenu]+imageExt;
document.getElementById("bt-menu"+activeMenu).src=imagePath+"bottom-line.jpg";
if(activeMenu==2) {
document.getElementById("bt-menu"+activeMenu).src=imagePath+"bottom-line_2.jpg";
}
document.getElementById("tp-menu"+activeMenu).className="tp_menu_active"+activeMenu;
//document.getElementById("navigation-info").innerHTML = texts[activeMenu];
}
*/
function changeStatusEn(activeMenu){
var deactiveItems = new Array("en-mn-chci-se-pojistit", "en-mn-prakticke-rady", "en-mn-nase-produkty", "en-mn-o-pojistovne", "en-mn-sluzby-klientum", "en-mn-kontakt");
var activeItems = new Array("en-mn-chci-se-pojistit-over", "en-mn-prakticke-rady-over", "en-mn-nase-produkty-over", "en-mn-o-pojistovne-over", "en-mn-sluzby-klientum-over", "en-mn-kontakt-over");
var imagePath = "http://www.evropska.cz/images/design/";
var imageExt = ".gif";
var texts = new Array(
"I WANT TO TAKE OUT INSURANCE
You can take out on-line travel insurance here
- summer or winter holidays
- business trips abroad
- basic insurance covers: medical fees, assistance services, injuries and so on
- additional travel insurance covers: car, golf, pets, winter sports and adrenalin sports",
"PRACTICAL ADVICE
You are in our care before your journey, during your journey and after your return
- practical advice before your journey
- on-line reporting of your employee’s trips
- useful links to other information sites
- what can be additionally insured",
"OUR PRODUCTS
Here you can get more detailed information about
- various types of insurance and additional travel insurance of individuals
- travel insurance of employees
- what type of insurance is best for you
- how to take out insurance on-line
- FAQ by clients",
"ABOUT US
Here you can learn more about
- our company and our business results
- our international structure and shareholders
- the international network of travel insurance companies
- the international network of active client assistance service
- the legal framework for using our website",
"SERVICES TO CLIENTS
Services for you and our partners
- registered users
- on-line damage claims
- tour operators and travel agents
- professional insurance for tour operators
- documents about travel insurance to download
- access to on-line travel insurance",
"CONTACT
- company
- clients’ centre
- our partners where you can take out travel insurance")
// deaktivace všech položek menu
for(i=0; i < deactiveItems.length; i++){
document.getElementById("menu"+i).src=imagePath+deactiveItems[i]+imageExt;
document.getElementById("bt-menu"+i).src=imagePath+"spacer"+imageExt;
document.getElementById("tp-menu"+i).className="tp_menu_normal"+i;
if(i==2) {
document.getElementById("bt-menu"+i).src=imagePath+"spacer_2.jpg";
}
}
//aktivace položky
document.getElementById("menu"+activeMenu).src=imagePath+activeItems[activeMenu]+imageExt;
document.getElementById("bt-menu"+activeMenu).src=imagePath+"bottom-line.jpg";
if(activeMenu==2) {
document.getElementById("bt-menu"+activeMenu).src=imagePath+"bottom-line_2.jpg";
}
document.getElementById("tp-menu"+activeMenu).className="tp_menu_active"+activeMenu;
document.getElementById("navigation-info").innerHTML = texts[activeMenu];
}
function noveokno(soubor, nazevokna, velx, vely) {
Nahled = window.open('', nazevokna, 'resizable=0, status=0, menubar=0, location=0, directories=0, scrollbars=0, width='+velx+', height='+vely);
Nahled.document.write('ECP - obrázek ('+soubor+')');
Nahled.document.write('
');
Nahled.document.write('');
}
function formKalkulackaSend(f) {
var error = '';
var tarif = (element('tarifOsoba').checked == true) || (element('tarifRodina').checked == true) || (element('tarifSenior').checked == true) || (element('tarifStudent').checked == true);
if ((error == '') && (f.dni.value == '')) { error = 'Zadejte počet dní'; }
if ((error == '') && (tarif == false)) { error = 'Vyberte požadovaný tarif'; }
if (error != '') {
alert(error);
return false;
}
return true;
}