function openPdfPopup() {
	var opened = window.open("/opencms/opencms/system/modules/it.tecnoteca.jodconverter/html2pdf/index.jsp?url="+location.href, "myWindow","status = 1, height = 120, width = 350, resizable = 1");
	if(!opened) {
		alert("Blocco popup rilevato. Disattivare blocco per procedere.");
	}
}
