		function showHidden(hiddenText, hideBtn, showBtn)

			{
			var el = document.getElementById(hiddenText);
			el.style.display = "block";
							
			el = document.getElementById(hideBtn);
			el.style.display = "block";
							
			el = document.getElementById(showBtn);
			el.style.display = "none";
			}
						
		function hideHidden(hiddenText, hideBtn, showBtn)

			{
			var el = document.getElementById(hiddenText);
			el.style.display = "none";
							
			el = document.getElementById(hideBtn);
			el.style.display = "none";
							
			el = document.getElementById(showBtn);
			el.style.display = "block";
			}

										<!--
										function sdeleni<%= rst("SdeleniID") %>()
											{
												no=window.open("main_detail.asp?ID=<%= rst("File1") %>","newwindow","left=1,top=1,width=650,height=450,"+
												"toolbar=no,location=no,directories=no,status=no,menubar=no"+
												",scrollbars=yes,resizable=yes,copyhistory=no");
											}
										// -->