function openPrintWindow(url) {
	window.open(url, 'printpagina', 'scrollbars=yes,toolbar=yes,width=600,height=500');
}

