	function doShow(show,tname){
		document.all[tname].style.display = show;
	}