// (c) Chilli Computing Services 2004

	  function closepops() {
						 buspop.style.display='none';
						 homepop.style.display='none';
		};
		
		function showpop(name) {
						 name.style.display='block';		
		};
