function imprimir() {
	if (window.print) 
	   window.print();
}

