// JavaScript Document
function imprimir(text) {
	window.open("imprimir.html","imprimir","width=500,height=400,scrollbars=yes,resizable=no");
}