function abreDocu(docu)
{
	url = "http://www.ehtu.com/docu/_docuLoader.php?docu=" + docu;
	ventanaImg = window.open(url,'ventanaImg','height=495,width=780,scrollBars=yes,resizable=yes');
	ventanaImg.focus();
}