var WndName=null;

// *** globale Variablen
var SelectItem = new Array();
	SelectItem[0] = new Array();
	SelectItem[0]["Description"] = "Chata Bilikova";
	SelectItem[0]["Urls"] = "chata_i3_0.htm";
	SelectItem[1] = new Array();
	SelectItem[1]["Description"] = "Chata Plesnivec";
	SelectItem[1]["Urls"] = "chata_i12_0.htm";
	SelectItem[2] = new Array();
	SelectItem[2]["Description"] = "Chata pod Náru¾ím";
	SelectItem[2]["Urls"] = "chata_i15_0.htm";
	SelectItem[3] = new Array();
	SelectItem[3]["Description"] = "Chata pod Rysmi";
	SelectItem[3]["Urls"] = "chata_i4_0.htm";
	SelectItem[4] = new Array();
	SelectItem[4]["Description"] = "Chata pri Popradskom Plese";
	SelectItem[4]["Urls"] = "chata_i1_0.htm";
	SelectItem[5] = new Array();
	SelectItem[5]["Description"] = "Chata pri Zelenom Plese";
	SelectItem[5]["Urls"] = "chata_i5_0.htm";
	SelectItem[6] = new Array();
	SelectItem[6]["Description"] = "Chata Reinerová";
	SelectItem[6]["Urls"] = "chata_i10_0.htm";
	SelectItem[7] = new Array();
	SelectItem[7]["Description"] = "Chata Skalnatá";
	SelectItem[7]["Urls"] = "chata_i11_0.htm";
	SelectItem[8] = new Array();
	SelectItem[8]["Description"] = "Chata Sliezky Dom";
	SelectItem[8]["Urls"] = "chata_i2_0.htm";
	SelectItem[9] = new Array();
	SelectItem[9]["Description"] = "Chata Solisko";
	SelectItem[9]["Urls"] = "chata_i6_0.htm";
	SelectItem[10] = new Array();
	SelectItem[10]["Description"] = "Chata Teryho";
	SelectItem[10]["Urls"] = "chata_i7_0.htm";
	SelectItem[11] = new Array();
	SelectItem[11]["Description"] = "Chata «atliakova";
	SelectItem[11]["Urls"] = "chata_i14_0.htm";
	SelectItem[12] = new Array();
	SelectItem[12]["Description"] = "Chata Zamkovskeho";
	SelectItem[12]["Urls"] = "chata_i8_0.htm";
	SelectItem[13] = new Array();
	SelectItem[13]["Description"] = "Chata Zbojnicka";
	SelectItem[13]["Urls"] = "chata_i9_0.htm";
	SelectItem[14] = new Array();
	SelectItem[14]["Description"] = "Chata ®iarská ";
	SelectItem[14]["Urls"] = "chata_i13_0.htm";
	SelectItem[15] = new Array();
	SelectItem[15]["Description"] = "Hotel gorski na Kalatówkach";
	SelectItem[15]["Urls"] = "chata_p6_0.htm";
	SelectItem[16] = new Array();
	SelectItem[16]["Description"] = "Schron. na Hali Kondratowej";
	SelectItem[16]["Urls"] = "chata_p5_0.htm";
	SelectItem[17] = new Array();
	SelectItem[17]["Description"] = "Schron. na Hali Ornak";
	SelectItem[17]["Urls"] = "chata_p7_0.htm";
	SelectItem[18] = new Array();
	SelectItem[18]["Description"] = "Schron. nad Morskim Okiem";
	SelectItem[18]["Urls"] = "chata_p2_0.htm";
	SelectItem[19] = new Array();
	SelectItem[19]["Description"] = "Schron. na Polanie Chocho³owskiej";
	SelectItem[19]["Urls"] = "chata_p8_0.htm";
	SelectItem[20] = new Array();
	SelectItem[20]["Description"] = "Schron. Murowaniec";
	SelectItem[20]["Urls"] = "chata_p4_0.htm";
	SelectItem[21] = new Array();
	SelectItem[21]["Description"] = "Schron. w Dolinie Piêciu Stawów";
	SelectItem[21]["Urls"] = "chata_p3_0.htm";
	SelectItem[22] = new Array();
	SelectItem[22]["Description"] = "Schron. w Dolinie Roztoki ";
	SelectItem[22]["Urls"] = "chata_p1_0.htm";
                                   

// Ausführen Sprungmenü
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// Hinzufügen von Einträgen zum Sprungmenü
function showSelectItem(){
	for (var i=0; i<SelectItem.length; i++)
	{
		newSelectItem = new Option(SelectItem[i]["Description"],SelectItem[i]["Urls"]);
		document.frmGotoChata.mnuGotoChata.options[document.frmGotoChata.mnuGotoChata.length] = newSelectItem;
	}
}

// constanten
function ShowPhoto(p,w,h,imageTitle)
{
	DoShowPhoto(p,w,h);
}

<!--//
function DoShowPhoto(Path,X,Y)
{
if (WndName!=null && !(WndName.closed)) {WndName.close()}
WndName=window.open("","gallerie","toolbar=0,menubar=0,directories=0,status00,location=0,scrollbars=0,width="+X+",height="+Y+",resizable=0,top=100,left=100");
WndName.document.open();
WndName.document.write('<HTML><HEAD><TITLE>Tatry-Fellows-Network Bildgallerie</TITLE></HEAD>');
WndName.document.write('<BODY TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><IMG SRC="',Path,'">');
WndName.document.write('</BODY></HTML>');
WndName.document.close();
}
//-->