function show_img(plik,w,h){
window.open("img.php?plik_img="+plik+"",null,"height="+h+",width="+w+",status=yes,toolbar=no,menubar=no,location=no,scrollbars=no");
}


function cofnij()
{
javascript:history.go(-1);
javascript:history.go(-1);
}

function okno(plik,w,h)
{
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}else{
 aw=640;
 ah=450;
}

ustawienia=
 "left=" + (aw-w)/2 + ","
 +"top=" + (ah-h)/2 + ","
 +"screenX=" + (aw-w)/2 + ","
 +"screenY=" + (ah-h)/2 + ","
 +"width=" + w + ","
 +"height=" + h + ","
 +"innerWidth=" + w + ","
 +"innerHeight=" + h + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=no,"
 +"menubar=no,"
 +"scrollbars=yes,"
 +"resizable=no"

 noweOkienko = window.open(plik,'obrazek',ustawienia);
 noweOkienko.resizeTo(w,h+29);
 noweOkienko.focus();
}

function okno2(plik,w,h)
{
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}else{
 aw=640;
 ah=450;
}

ustawienia=
 "left=" + (aw-w)/2 + ","
 +"top=" + (ah-h)/2 + ","
 +"screenX=" + (aw-w)/2 + ","
 +"screenY=" + (ah-h)/2 + ","
 +"width=" + w + ","
 +"height=" + h + ","
 +"innerWidth=" + w + ","
 +"innerHeight=" + h + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=no,"
 +"menubar=no,"
 +"scrollbars=yes,"
 +"resizable=no"

 noweOkienko = window.open(plik,'obrazek',ustawienia);
 noweOkienko.resizeTo(w,h+29);
 noweOkienko.focus();
}

function okno3(plik,w,h)
{
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}else{
 aw=640;
 ah=450;
}

ustawienia=
 "left=" + (aw-w)/2 + ","
 +"top=" + (ah-h)/2 + ","
 +"screenX=" + (aw-w)/2 + ","
 +"screenY=" + (ah-h)/2 + ","
 +"width=" + w + ","
 +"height=" + h + ","
 +"innerWidth=" + w + ","
 +"innerHeight=" + h + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=no,"
 +"menubar=no,"
 +"scrollbars=auto,"
 +"resizable=no"

 noweOkienko = window.open(plik,'obrazek2',ustawienia);
 noweOkienko.resizeTo(w,h+29);
 noweOkienko.focus();
}

//funkcja sprawdzajaca poprawnosc formularza


function kontakt()
{

	if (!kontrola_form())
		return; 
	else
	  {
		alert('Dziękujemy za kontakt z nami!');
	    document.forms['formularz'].submit();
      }
      
}

function kontrola_form()
{
Wzor_email  =/^[0-9a-zA-Z._-]+\@[0-9a-zA-Z_-]+\.[0-9a-zA-Z._]+$/;


var blad_email		= "Podaj poprawny adres e-mail!";
var blad_tresc		= "Wpisz tre¶ć zapytania!";

var email			= document.forms['formularz'].email.value;
var tresc			= document.forms['formularz'].tresc.value;

    text = email;
    if (Wzor_email.test(text)!=true)
	    {
	      alert(blad_email);
		  document.forms['formularz'].email.focus(); 
		  document.forms['formularz'].email.select();
		  return false;
		}

text = tresc;
if (text.length==0)
{
  document.forms['formularz'].tresc.focus(); 
  document.forms['formularz'].tresc.select();
  alert(blad_tresc); 
  return false;	
}

return true; 
}








//funkcje wywołujące odpowiednie strony w odpowiednich ramkach

//1)

function kenia() {
	 parent.topmenu.location.href="topmenu.php?k=kenia";
     parent.tresc.location.href="tresc_kenia.html";
     parent.menu.location.href="menu_kenia.php";
}
//2)
function tanzania() {
	 parent.topmenu.location.href="topmenu.php?k=tanzania";
     parent.tresc.location.href="tresc_tanzania.html";
     parent.menu.location.href="menu_tanzania.php";
}
//3)
function uganda() {
	 parent.topmenu.location.href="topmenu.php?k=uganda";
     parent.tresc.location.href="tresc_uganda.html";
     parent.menu.location.href="menu_uganda.php";
}
//4)
function malawi() {
	 parent.topmenu.location.href="topmenu.php?k=malawi";
     parent.tresc.location.href="tresc_malawi.html";
     parent.menu.location.href="menu_malawi.php";
}
//5)
function mozambik() {
	 parent.topmenu.location.href="topmenu.php?k=mozambik";
     parent.tresc.location.href="tresc_mozambik.html";
     parent.menu.location.href="menu_mozambik.php";
}
//6)
function rpa() {
	 parent.topmenu.location.href="topmenu.php?k=rpa";
     parent.tresc.location.href="tresc_rpa.html";
     parent.menu.location.href="menu_rpa.php";
}
//7)
function lesotho() {
	 parent.topmenu.location.href="topmenu.php?k=lesotho";
     parent.tresc.location.href="tresc_lesotho.html";
     parent.menu.location.href="menu_lesotho.php";
}
//8)
function swaziland() {
	 parent.topmenu.location.href="topmenu.php?k=swaziland";
     parent.tresc.location.href="tresc_swaziland.html";
     parent.menu.location.href="menu_swaziland.php";
}
//9)
function namibia() {
	 parent.topmenu.location.href="topmenu.php?k=namibia";
     parent.tresc.location.href="tresc_namibia.html";
     parent.menu.location.href="menu_namibia.php";
}
//10)
function botswana() {
	 parent.topmenu.location.href="topmenu.php?k=botswana";
     parent.tresc.location.href="tresc_botswana.html";
     parent.menu.location.href="menu_botswana.php";
}
//11)
function zimbabwe() {
	 parent.topmenu.location.href="topmenu.php?k=zimbabwe";
     parent.tresc.location.href="tresc_zimbabwe.html";
     parent.menu.location.href="menu_zimbabwe.php";
}
//12)
function ghana() {
	 parent.topmenu.location.href="topmenu.php?k=ghana";
     parent.tresc.location.href="tresc_ghana.html";
     parent.menu.location.href="menu_ghana.php";
}
//13)
function burkinafaso() {
	 parent.topmenu.location.href="topmenu.php?k=burkinafaso";
     parent.tresc.location.href="tresc_burkinafaso.html";
     parent.menu.location.href="menu_burkinafaso.php";
}
//14)
function mali() {
	 parent.topmenu.location.href="topmenu.php?k=mali";
     parent.tresc.location.href="tresc_mali.html";
     parent.menu.location.href="menu_mali.php";
}
//15)
function benin() {
	 parent.topmenu.location.href="topmenu.php?k=benin";
     parent.tresc.location.href="tresc_benin.html";
     parent.menu.location.href="menu_benin.php";
}
//16)
function togo() {
	 parent.topmenu.location.href="topmenu.php?k=togo";
     parent.tresc.location.href="tresc_togo.html";
     parent.menu.location.href="menu_togo.php";
}
//17)
function kamerun() {
	 parent.topmenu.location.href="topmenu.php?k=kamerun";
     parent.tresc.location.href="tresc_kamerun.html";
     parent.menu.location.href="menu_kamerun.php";
}

// KANADA //

//1)
function ontario() {
	 parent.topmenu.location.href="topmenu.php?k=ontario";
     parent.tresc.location.href="tresc_ontario.html";
     parent.menu.location.href="menu_ontario.php";
}
//2)
function nunavut() {
	 parent.topmenu.location.href="topmenu.php?k=nunavut";
     parent.tresc.location.href="tresc_nunavut.html";
     parent.menu.location.href="menu_nunavut.php";
}
//3)
function nwt() {
	 parent.topmenu.location.href="topmenu.php?k=nwt";
     parent.tresc.location.href="tresc_nwt.html";
     parent.menu.location.href="menu_nwt.php";
}
//4)
function kolumbiabrytyjska() {
	 parent.topmenu.location.href="topmenu.php?k=kolumbiabrytyjska";
     parent.tresc.location.href="tresc_kolumbiabrytyjska.html";
     parent.menu.location.href="menu_kolumbiabrytyjska.php";
}
//5)
function jukon() {
	 parent.topmenu.location.href="topmenu.php?k=jukon";
     parent.tresc.location.href="tresc_jukon.html";
     parent.menu.location.href="menu_jukon.php";
}
//6)
function usa_alaska() {
	 parent.topmenu.location.href="topmenu.php?k=usa_alaska";
     parent.tresc.location.href="tresc_usa_alaska.html";
     parent.menu.location.href="menu_usa_alaska.php";
}
// Główne Top Menu //

//1)
function incentives() {
	 parent.topmenu.location.href="topmenu2.php?k=incentives";
     parent.tresc.location.href="incentives.html";
}
//2)
function o_nas() {
	 parent.topmenu.location.href="topmenu2.php?k=o_nas";
     parent.tresc.location.href="o_nas.html";
}
//3)
function rekomendacje() {
	 parent.topmenu.location.href="topmenu2.php?k=rekomendacje";
     parent.tresc.location.href="rekomendacje.html";
}
//4)
function kontakt_() {
	 parent.topmenu.location.href="topmenu2.php?k=kontakt";
     parent.tresc.location.href="kontakt.html";
}
function przyjemnosc() {
	 parent.topmenu.location.href="topmenu2.php?k=przyjemnosc";
     parent.tresc.location.href="przyjemnosc.html";
}

//Opisy wyczieczek - AFRYKA//

//Afryka - Kenia - Ekskluzywne

//1
function afryka_kenia_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_kenia_ekskluzywne1.php";
     parent.tresc.location.href="afryka_kenia_ekskluzywne1.html";
}
//2
function afryka_kenia_ekskluzywne22() {
	 parent.menu.location.href="menu_afryka_kenia_ekskluzywne2.php";
     parent.tresc.location.href="afryka_kenia_ekskluzywne2.html";
}
//Afryka - Kenia - Nieprzeciętne
//1
function afryka_kenia_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_kenia_nieprzecietne1.php";
     parent.tresc.location.href="afryka_kenia_nieprzecietne1.html";
}
//2
function afryka_kenia_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_kenia_nieprzecietne2.php";
     parent.tresc.location.href="afryka_kenia_nieprzecietne2.html";
}
//3
function afryka_kenia_nieprzecietne3() {
	 parent.menu.location.href="menu_afryka_kenia_nieprzecietne3.php";
     parent.tresc.location.href="afryka_kenia_nieprzecietne3.html";
}
//Afryka - Kenia - Na każdą kieszeń
//1
function afryka_kenia_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_kenia_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_kenia_nakazdakieszen1.html";
}
function afryka_kenia_nakazdakieszen2() {
	 parent.menu.location.href="menu_afryka_kenia_nakazdakieszen2.php";
     parent.tresc.location.href="afryka_kenia_nakazdakieszen2.html";
}
//----------------------------------------------------

//Afryka - Tanzania - Ekskluzywne

//1
function afryka_tanzania_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_tanzania_ekskluzywne1.php";
     parent.tresc.location.href="afryka_tanzania_ekskluzywne1.html";
}
//2
function afryka_kenia_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_tanzania_ekskluzywne2.php";
     parent.tresc.location.href="afryka_tanzania_ekskluzywne2.html";
}
//Afryka - tanzania - Nieprzeciętne
//1
function afryka_tanzania_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_tanzania_nieprzecietne1.php";
     parent.tresc.location.href="afryka_tanzania_nieprzecietne1.html";
}
//2
function afryka_tanzania_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_tanzania_nieprzecietne2.php";
     parent.tresc.location.href="afryka_tanzania_nieprzecietne2.html";
}

//Afryka - tanzania - Na każdą kieszeń
//1
function afryka_tanzania_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_tanzania_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_tanzania_nakazdakieszen1.html";
}

//----------------------------------------------------
//Afryka - Uganda - Ekskluzywne

//1
function afryka_uganda_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_uganda_ekskluzywne1.php";
     parent.tresc.location.href="afryka_uganda_ekskluzywne1.html";
}
//2
function afryka_uganda_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_uganda_ekskluzywne2.php";
     parent.tresc.location.href="afryka_uganda_ekskluzywne2.html";
}
//Afryka - uganda - Nieprzeciętne
//1
function afryka_uganda_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_uganda_nieprzecietne1.php";
     parent.tresc.location.href="afryka_uganda_nieprzecietne1.html";
}
//2
function afryka_uganda_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_uganda_nieprzecietne2.php";
     parent.tresc.location.href="afryka_uganda_nieprzecietne2.html";
}
//Afryka - uganda - Na każdą kieszeń
//brak

//----------------------------------------------------
//Afryka - Malawi - Ekskluzywne

//1
function afryka_malawi_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_malawi_ekskluzywne1.php";
     parent.tresc.location.href="afryka_malawi_ekskluzywne1.html";
}
//2
function afryka_malawi_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_malawi_ekskluzywne2.php";
     parent.tresc.location.href="afryka_malawi_ekskluzywne2.html";
}
//Afryka - malawi - Nieprzeciętne
//1
function afryka_malawi_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_malawi_nieprzecietne1.php";
     parent.tresc.location.href="afryka_malawi_nieprzecietne1.html";
}
//2
function afryka_malawi_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_malawi_nieprzecietne2.php";
     parent.tresc.location.href="afryka_malawi_nieprzecietne2.html";
}
//Afryka - malawi - Na każdą kieszeń
//1
function afryka_malawi_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_malawi_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_malawi_nakazdakieszen1.html";
}
//1
function afryka_malawi_nakazdakieszen2() {
	 parent.menu.location.href="menu_afryka_malawi_nakazdakieszen2.php";
     parent.tresc.location.href="afryka_malawi_nakazdakieszen2.html";
}
//----------------------------------------------------
//Afryka - Mozambik - Ekskluzywne

//1
function afryka_mozambik_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_mozambik_ekskluzywne1.php";
     parent.tresc.location.href="afryka_mozambik_ekskluzywne1.html";
}
//2
function afryka_mozambik_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_mozambik_ekskluzywne2.php";
     parent.tresc.location.href="afryka_mozambik_ekskluzywne2.html";
}
//Afryka - mozambik - Nieprzeciętne
//1
function afryka_mozambik_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_mozambik_nieprzecietne1.php";
     parent.tresc.location.href="afryka_mozambik_nieprzecietne1.html";
}
//2
function afryka_mozambik_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_mozambik_nieprzecietne2.php";
     parent.tresc.location.href="afryka_mozambik_nieprzecietne2.html";
}
//Afryka - mozambik - Na każdą kieszeń
//1
function afryka_mozambik_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_mozambik_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_mozambik_nakazdakieszen1.html";
}

//----------------------------------------------------
//Afryka - rpa - Ekskluzywne

//1
function afryka_rpa_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_rpa_ekskluzywne1.php";
     parent.tresc.location.href="afryka_rpa_ekskluzywne1.html";
}
//2
function afryka_rpa_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_rpa_ekskluzywne2.php";
     parent.tresc.location.href="afryka_rpa_ekskluzywne2.html";
}
//Afryka - rpa - Nieprzeciętne
//1
function afryka_rpa_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_rpa_nieprzecietne1.php";
     parent.tresc.location.href="afryka_rpa_nieprzecietne1.html";
}
//2
function afryka_rpa_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_rpa_nieprzecietne2.php";
     parent.tresc.location.href="afryka_rpa_nieprzecietne2.html";
}
//Afryka - rpa - Na każdą kieszeń
//1
function afryka_rpa_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_rpa_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_rpa_nakazdakieszen1.html";
}
//2
function afryka_rpa_nakazdakieszen2() {
	 parent.menu.location.href="menu_afryka_rpa_nakazdakieszen2.php";
     parent.tresc.location.href="afryka_rpa_nakazdakieszen2.html";
}

//Afryka - lesotho - Ekskluzywne

//1
function afryka_lesotho_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_lesotho_ekskluzywne1.php";
     parent.tresc.location.href="afryka_lesotho_ekskluzywne1.html";
}
//2
function afryka_lesotho_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_lesotho_ekskluzywne2.php";
     parent.tresc.location.href="afryka_lesotho_ekskluzywne2.html";
}
//Afryka - lesotho - Nieprzeciętne
//1
function afryka_lesotho_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_lesotho_nieprzecietne1.php";
     parent.tresc.location.href="afryka_lesotho_nieprzecietne1.html";
}
//2
function afryka_lesotho_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_lesotho_nieprzecietne2.php";
     parent.tresc.location.href="afryka_lesotho_nieprzecietne2.html";
}
//Afryka - lesotho - Na każdą kieszeń
//1
function afryka_lesotho_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_lesotho_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_lesotho_nakazdakieszen1.html";
}

//Afryka - swaziland - Ekskluzywne

//1
function afryka_swaziland_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_swaziland_ekskluzywne1.php";
     parent.tresc.location.href="afryka_swaziland_ekskluzywne1.html";
}
//2
function afryka_swaziland_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_swaziland_ekskluzywne2.php";
     parent.tresc.location.href="afryka_swaziland_ekskluzywne2.html";
}
//Afryka - swaziland - Nieprzeciętne
//1
function afryka_swaziland_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_swaziland_nieprzecietne1.php";
     parent.tresc.location.href="afryka_swaziland_nieprzecietne1.html";
}
//2
function afryka_swaziland_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_swaziland_nieprzecietne2.php";
     parent.tresc.location.href="afryka_swaziland_nieprzecietne2.html";
}
//Afryka - swaziland - Na każdą kieszeń
//1
function afryka_swaziland_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_swaziland_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_swaziland_nakazdakieszen1.html";
}

//Afryka - namibia - Ekskluzywne

//1
function afryka_namibia_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_namibia_ekskluzywne1.php";
     parent.tresc.location.href="afryka_namibia_ekskluzywne1.html";
}
//2
function afryka_namibia_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_namibia_ekskluzywne2.php";
     parent.tresc.location.href="afryka_namibia_ekskluzywne2.html";
}
//Afryka - namibia - Nieprzeciętne
//1
function afryka_namibia_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_namibia_nieprzecietne1.php";
     parent.tresc.location.href="afryka_namibia_nieprzecietne1.html";
}
//2
function afryka_namibia_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_namibia_nieprzecietne2.php";
     parent.tresc.location.href="afryka_namibia_nieprzecietne2.html";
}
//3
function afryka_namibia_nieprzecietne3() {
	 parent.menu.location.href="menu_afryka_namibia_nieprzecietne3.php";
     parent.tresc.location.href="afryka_namibia_nieprzecietne3.html";
}
//Afryka - namibia - Na każdą kieszeń
//1
function afryka_namibia_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_namibia_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_namibia_nakazdakieszen1.html";
}

//Afryka - botswana - Ekskluzywne

//1
function afryka_botswana_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_botswana_ekskluzywne1.php";
     parent.tresc.location.href="afryka_botswana_ekskluzywne1.html";
}
//2
function afryka_botswana_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_botswana_ekskluzywne2.php";
     parent.tresc.location.href="afryka_botswana_ekskluzywne2.html";
}
//Afryka - botswana - Nieprzeciętne
//1
function afryka_botswana_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_botswana_nieprzecietne1.php";
     parent.tresc.location.href="afryka_botswana_nieprzecietne1.html";
}
//2
function afryka_botswana_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_botswana_nieprzecietne2.php";
     parent.tresc.location.href="afryka_botswana_nieprzecietne2.html";
}
//Afryka - botswana - Na każdą kieszeń
//1
function afryka_botswana_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_botswana_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_botswana_nakazdakieszen1.html";
}

//Afryka - zimbabwe - Ekskluzywne

//1
function afryka_zimbabwe_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_zimbabwe_ekskluzywne1.php";
     parent.tresc.location.href="afryka_zimbabwe_ekskluzywne1.html";
}
//2
function afryka_zimbabwe_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_zimbabwe_ekskluzywne2.php";
     parent.tresc.location.href="afryka_zimbabwe_ekskluzywne2.html";
}
//Afryka - zimbabwe - Nieprzeciętne
//1
function afryka_zimbabwe_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_zimbabwe_nieprzecietne1.php";
     parent.tresc.location.href="afryka_zimbabwe_nieprzecietne1.html";
}
//2
function afryka_zimbabwe_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_zimbabwe_nieprzecietne2.php";
     parent.tresc.location.href="afryka_zimbabwe_nieprzecietne2.html";
}
//Afryka - zimbabwe - Na każdą kieszeń
//1
function afryka_zimbabwe_nakazdakieszen1() {
	 parent.menu.location.href="menu_afryka_zimbabwe_nakazdakieszen1.php";
     parent.tresc.location.href="afryka_zimbabwe_nakazdakieszen1.html";
}
//2
function afryka_zimbabwe_nakazdakieszen2() {
	 parent.menu.location.href="menu_afryka_zimbabwe_nakazdakieszen2.php";
     parent.tresc.location.href="afryka_zimbabwe_nakazdakieszen2.html";
}
//Afryka - ghana - Ekskluzywne

//1
function afryka_ghana_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_ghana_ekskluzywne1.php";
     parent.tresc.location.href="afryka_ghana_ekskluzywne1.html";
}
//2
function afryka_ghana_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_ghana_ekskluzywne2.php";
     parent.tresc.location.href="afryka_ghana_ekskluzywne2.html";
}
//Afryka - ghana - Nieprzeciętne
//1
function afryka_ghana_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_ghana_nieprzecietne1.php";
     parent.tresc.location.href="afryka_ghana_nieprzecietne1.html";
}
//2
function afryka_ghana_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_ghana_nieprzecietne2.php";
     parent.tresc.location.href="afryka_ghana_nieprzecietne2.html";
}
//Afryka - ghana - Na każdą kieszeń
//brak

//Afryka - burkina_faso - Ekskluzywne

//1
function afryka_burkinafaso_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_burkinafaso_ekskluzywne1.php";
     parent.tresc.location.href="afryka_burkinafaso_ekskluzywne1.html";
}
//2
function afryka_burkinafaso_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_burkinafaso_ekskluzywne2.php";
     parent.tresc.location.href="afryka_burkinafaso_ekskluzywne2.html";
}
//Afryka - burkina_faso - Nieprzeciętne
//1
function afryka_burkinafaso_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_burkinafaso_nieprzecietne1.php";
     parent.tresc.location.href="afryka_burkinafaso_nieprzecietne1.html";
}
//2
function afryka_burkinafaso_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_burkinafaso_nieprzecietne2.php";
     parent.tresc.location.href="afryka_burkinafaso_nieprzecietne2.html";
}
//3
function afryka_burkinafaso_nieprzecietne3() {
	 parent.menu.location.href="menu_afryka_burkinafaso_nieprzecietne3.php";
     parent.tresc.location.href="afryka_burkinafaso_nieprzecietne3.html";
}
//Afryka - burkina_faso - Na każdą kieszeń
//brak

//Afryka - mali - Ekskluzywne

//1
function afryka_mali_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_mali_ekskluzywne1.php";
     parent.tresc.location.href="afryka_mali_ekskluzywne1.html";
}
//2
function afryka_mali_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_mali_ekskluzywne2.php";
     parent.tresc.location.href="afryka_mali_ekskluzywne2.html";
}
//Afryka - mali - Nieprzeciętne
//1
function afryka_mali_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_mali_nieprzecietne1.php";
     parent.tresc.location.href="afryka_mali_nieprzecietne1.html";
}
//2
function afryka_mali_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_mali_nieprzecietne2.php";
     parent.tresc.location.href="afryka_mali_nieprzecietne2.html";
}
//Afryka - mali - Na każdą kieszeń
//brak

//Afryka - benin - Ekskluzywne

//1
function afryka_benin_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_benin_ekskluzywne1.php";
     parent.tresc.location.href="afryka_benin_ekskluzywne1.html";
}
//2
function afryka_benin_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_benin_ekskluzywne2.php";
     parent.tresc.location.href="afryka_benin_ekskluzywne2.html";
}
//Afryka - benin - Nieprzeciętne
//1
function afryka_benin_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_benin_nieprzecietne1.php";
     parent.tresc.location.href="afryka_benin_nieprzecietne1.html";
}
//2
function afryka_benin_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_benin_nieprzecietne2.php";
     parent.tresc.location.href="afryka_benin_nieprzecietne2.html";
}
//2
function afryka_benin_nieprzecietne3() {
	 parent.menu.location.href="menu_afryka_benin_nieprzecietne3.php";
     parent.tresc.location.href="afryka_benin_nieprzecietne3.html";
}
//Afryka - benin - Na każdą kieszeń
//brak

 //Afryka - togo - Ekskluzywne

//1
function afryka_togo_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_togo_ekskluzywne1.php";
     parent.tresc.location.href="afryka_togo_ekskluzywne1.html";
}
//2
function afryka_togo_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_togo_ekskluzywne2.php";
     parent.tresc.location.href="afryka_togo_ekskluzywne2.html";
}
//Afryka - togo - Nieprzeciętne
//1
function afryka_togo_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_togo_nieprzecietne1.php";
     parent.tresc.location.href="afryka_togo_nieprzecietne1.html";
}
//2
function afryka_togo_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_togo_nieprzecietne2.php";
     parent.tresc.location.href="afryka_togo_nieprzecietne2.html";
}
//Afryka - togo - Na każdą kieszeń
//brak

 //Afryka - kamerun - Ekskluzywne

//1
function afryka_kamerun_ekskluzywne1() {
	 parent.menu.location.href="menu_afryka_kamerun_ekskluzywne1.php";
     parent.tresc.location.href="afryka_kamerun_ekskluzywne1.html";
}
//2
function afryka_kamerun_ekskluzywne2() {
	 parent.menu.location.href="menu_afryka_kamerun_ekskluzywne2.php";
     parent.tresc.location.href="afryka_kamerun_ekskluzywne2.html";
}
//Afryka - kamerun - Nieprzeciętne
//1
function afryka_kamerun_nieprzecietne1() {
	 parent.menu.location.href="menu_afryka_kamerun_nieprzecietne1.php";
     parent.tresc.location.href="afryka_kamerun_nieprzecietne1.html";
}
//2
function afryka_kamerun_nieprzecietne2() {
	 parent.menu.location.href="menu_afryka_kamerun_nieprzecietne2.php";
     parent.tresc.location.href="afryka_kamerun_nieprzecietne2.html";
}
//Afryka - kamerun - Na każdą kieszeń
//brak



//KANADA //
function kanada_nwt_nieprzecietne1() {
	 parent.menu.location.href="menu_kanada_nwt_nieprzecietne1.php";
     parent.tresc.location.href="kanada_nwt_nieprzecietne1.html";
}
function kanada_nwt_nieprzecietne2() {
	 parent.menu.location.href="menu_kanada_nwt_nieprzecietne2.php";
     parent.tresc.location.href="kanada_nwt_nieprzecietne2.html";
}
function kanada_nunavut_nieprzecietne1() {
	 parent.menu.location.href="menu_kanada_nunavut_nieprzecietne1.php";
     parent.tresc.location.href="kanada_nunavut_nieprzecietne1.html";
}
function kanada_nunavut_nieprzecietne2() {
	 parent.menu.location.href="menu_kanada_nunavut_nieprzecietne2.php";
     parent.tresc.location.href="kanada_nunavut_nieprzecietne2.html";
}
function kanada_jukon_nieprzecietne1() {
	 parent.menu.location.href="menu_kanada_jukon_nieprzecietne1.php";
     parent.tresc.location.href="kanada_jukon_nieprzecietne1.html";
}
function kanada_ontario_nieprzecietne1() {
	 parent.menu.location.href="menu_kanada_ontario_nieprzecietne1.php";
     parent.tresc.location.href="kanada_ontario_nieprzecietne1.html";
}
function kanada_kolumbiabrytyjska_nieprzecietne1() {
	 parent.menu.location.href="menu_kanada_kolumbiabrytyjska_nieprzecietne1.php";
     parent.tresc.location.href="kanada_kolumbiabrytyjska_nieprzecietne1.html";
}

//Tschukudu / menu gorne

function kontakt_ziel() {
	 parent.topmenu.location.href="topmenu2_ziel.php?k=kontakt";
     parent.tresc.location.href="kontakt.html";
}
function wyjazdy_indywidualne_ziel() {
	 parent.topmenu.location.href="topmenu2_ziel.php?k=wyjazdy_ind";
     parent.tresc.location.href="wyjazdy_indywidualne_ziel.html";
}
function szkola_buszu_ziel() {
	 parent.topmenu.location.href="topmenu2_ziel.php?k=szkola_buszu";
     parent.tresc.location.href="szkola_buszu_ziel.html";
}
function wyjazdy_grupowe_ziel() {
	 parent.topmenu.location.href="topmenu2_ziel.php?k=wyjazdy_grupowe";
     parent.tresc.location.href="wyjazdy_grupowe_ziel.html";
}
function wspomnienia_o_tschukudu() {
	 parent.topmenu.location.href="topmenu2_ziel.php?k=wspomnienia";
     parent.tresc.location.href="wspomnienia_ziel.html";
}

// Azja

//Uzbekistan
//1)

function uzbekistan() {
	 parent.topmenu.location.href="topmenu.php?k=uzbekistan";
     parent.tresc.location.href="tresc_uzbekistan.html";
     parent.menu.location.href="menu_uzbekistan.php";
}
//Kirgistan
//1)
function kirgistan() {
	 parent.topmenu.location.href="topmenu.php?k=kirgistan";
     parent.tresc.location.href="tresc_kirgistan.html";
     parent.menu.location.href="menu_kirgistan.php";
}
//Kirgistan nieprzecietne1 //
function azja_kirgistan_nieprzecietne1() {
	 parent.menu.location.href="menu_azja_kirgistan_nieprzecietne1.php";
     parent.tresc.location.href="azja_kirgistan_nieprzecietne1.html";
}
//Syberia
//1)
function syberia() {
	 parent.topmenu.location.href="topmenu.php?k=syberia";
     parent.tresc.location.href="tresc_syberia.html";
     parent.menu.location.href="menu_syberia.php";
}
//Syberia nieprzecietne1 //
function azja_syberia_nieprzecietne1() {
	 parent.menu.location.href="menu_azja_syberia_nieprzecietne1.php";
     parent.tresc.location.href="azja_syberia_nieprzecietne1.html";
}

//Azja - Uzbekistan
//1
function azja_uzbekistan_nakazdakieszen1() {
	 parent.menu.location.href="menu_azja_uzbekistan_nakazdakieszen1.php";
     parent.tresc.location.href="azja_uzbekistan_nakazdakieszen1.html";
}
