	var ugs=new URLGetString();
	var shows=new String;
			
			
shows+='01~Estuary Stronghold~II09~350~tabel_stronghold~../projects/stronghold/~../projects/stronghold/~A medieval castle village|';
shows+='02~Anytown Station~15~350~tabel_anytown~../projects/anytown/~../projects/anytown/~A classic Dutch railway station|';
shows+='03~Otherdam Junction~03~350~tabel_otherdam~../projects/otherdam/~../projects/otherdam/~A modern Dutch railway station|';
shows+='04~Magic Flight~01~500~tabel_potter~../projects/potter/~../projects/projects/potter/~Harry Potter-themed amusement ride|';
shows+='05~Otherdam city tour~z1~500~tabel_otherdamcity~../projects/steendam/~../projects/steendam/~Downtown city block|';
shows+='06~Otherdam by bike~jane01~500~tabel_otherdambike~../projects/steendam/~../projects/steendam/~Downtown city by bike|';
shows+='07~Steenhuizen West-end~stand01~500~tabel_velux~../projects/velux/~../projects/velux/~A town display|';
shows+='08~Market building~rnd_M_O~500~tabel_korenbeurs2~../projects/korenbeurs/~../projects/korenbeurs/~From Grain Exchange to Supermarket|';
shows+='09~Brewery plant~O_H~500~tabel_grolsch1~../projects/grolsch/~../projects/grolsch/~Small scale model of a large scale plant|';	
shows+='10~Tug boat~sleepboot01m~800~tabel_sleepboot1~../projects/sleepboot/~../projects/sleepboot/~Scale model of a tug boat|';		
shows+='11~Avonturia~front1~800~tabel_avonturia1~../projects/avonturia/pics/~../projects/avonturia/pics/~Adventure-themed amusement ride';	
	
	//Show opzoeken
	rijen=shows.split('|');
	//alert(ugs.sID);
	for (i=0;i<rijen.length;i++)
		{cellen=rijen[i].split('~');
		if (cellen[0]==ugs.sID) 
			{showTitel=cellen[1];
			showStart=cellen[2];
			showBreedte=cellen[3];
			showTabel=cellen[4]+'.js';
			//alert(ugs.lokaal)
			
			if (ugs.lokaal=='true')
				showDir=cellen[6];
			else
				showDir=cellen[5];
			showToelichting=cellen[7];
			//alert(showDir);
			}
		}
;
