<!--
// *****************************************************************************
// **      JavaScript Tree Menu Copyright Net Explorers Ltd 2001              **
// *****************************************************************************

// *****************************************************************************
// **                                SETTINGS                                 **
// *****************************************************************************

// 'linka' use this if part of the URL is the same in ALL the links
// In this example all the files are in a subfolder called 'pages'
linka='';

// the filename of the page the menu appears in eg 'menu.html'
thisPage='';

// Do you want to use images for the category bullets?
// If so then specify the path to your images folder from the menu page
imgPath='images/';

// do you want to use images for the category bullets?
lev1img='yes';					// insert yes or no

// give image names and dimensions
lev1OpName='arrow1.gif';			// open image name
lev1OpHeight='10';				// image height
lev1OpWidth='10';				// image width

lev1ClosName='arrow1.gif';		// closed image name
lev1ClosHeight='10';			// image height
lev1ClosWidth='10';				// image width

// do you want to use images for the sub-category bullets?
lev2img='no';		// insert yes or no

// give image names and dimensions
lev2Name='bullet.gif';			// image name
lev2Height='10';				// image height
lev2Width='16';					// image width

// do you want to use a text character for the sub-category bullets?
lev2Char='no';		// insert yes or no

// set bullet character for level 2 bullets
bullet = '&#155; ';

// base target - the frame that the links are targetting
base = 'whitespace';

// *****************************************************************************
// **                             END OF SETTINGS                             **
// *****************************************************************************

// pulls 'page' variable out of URL - do not alter
	var x = 0
	page = location.search.substr(1).split("?")
	for (x=0;x<=page.length;x++) {
		eval(page)
		}
page = escape(page);
page = page.slice(7);

// do not alter this bit
function subMenu(name,linkb) {
 this.name = name;
 this.linkb = linkb;
}
document.write('<BASE target="' + base + '">');

// *****************************************************************************
// **                             BUILD MENU DATA                             **
// *****************************************************************************

document.write('<link rel="stylesheet" type="text/css" href="style_song.css">');


// bus-sindbad
//if (page=='bus-sindbad') {
//thisMenu = new Array();
//thisMenu[0] = new subMenu('Bayern-Süd Polen-Bayern','bus_preisliste_sindbad.html');
//}


// bus-gdynia
// if (page=='bus-gdynia') {
// thisMenu = new Array();
// thisMenu[0] = new subMenu('Bayern - Nord Polen','osteuropa_fahrplan_elblag-stuttgart1.html');
// thisMenu[1] = new subMenu('Nord Polen - Bayern','osteuropa_fahrplan_elblag-stuttgart2.html');
// }

//Urlaub winter
//if (page=='winter') {
//thisMenu = new Array();
//thisMenu[0] = new subMenu('1','osteuropa_test.html');
//thisMenu[1] = new subMenu('2','osteuropa_test.html');
//thisMenu[2] = new subMenu('3','osteuropa_test.html');
//}

// Kur Bad Altheide
if (page=='bad_altheide') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Ortsbeschreibung','osteuropa_kur_polanica_zdroj.html');
thisMenu[1] = new subMenu('Wielka Pieniawa','osteuropa_kur_wielka_pieniawa.html');
}

//Kur Bad Reinerz
if (page=='bad_reinerz') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Ortsbeschreibung','osteuropa_kur_bad_reinerz.html');
thisMenu[1] = new subMenu('Kurhaus Jan Kazimierz','osteuropa_kur_bad_reinerz_kazimierz.html');
}

// Erholungsangebote
if (page=='erholung') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Swinoujscie/Swinemünde','osteuropa_urlaub_swinemuende.html');
thisMenu[1] = new subMenu('Karpacz/Krummhübel','osteuropa_ws_krummhuebel.html');
thisMenu[2] = new subMenu('Wisla/Turnia','osteuropa_ws_weichsel.html');
thisMenu[3] = new subMenu('Kolobrzeg/Kolberg','osteuropa_ws_kolberg.html');
thisMenu[4] = new subMenu('Miedzyzdroje/Misdroy','osteuropa_ws_misdroy.html');
}

//thisMenu[1] = new subMenu('Keindl','kooperationsprojekte/schmuckdesign/amber_design.html');
//thisMenu[2] = new subMenu('Mamma Mia','kooperationsprojekte/schmuckdesign/amber_design.html');





