function printWindow()
			{
				btnimprimir.style.visibility='hidden';
				window.print(); 
				btnimprimir.style.visibility='';
			}
