//--Begin PopUp Generic------------------------------------------------------------------------------------
function openPopup(url,wWidth,wHight,wLeftP,wTopP,wResize,scrl)
{
	var newWindow = window.open(url,"_blank","width="+wWidth+", height="+wHight+", left="+wLeftP+", top="+wTopP+", scrollbars="+scrl+", resizable="+wResize);
}
//--End PopUp Generic--------------------------------------------------------------------------------------
//--Begin PopUp Generic------------------------------------------------------------------------------------
function notaAImprimir(pBaseDirectory, pIdNota)
{	
	openPopup(pBaseDirectory+'/print_version.php?idNota='+pIdNota, '650','600','250','250','0','1');	
}
//--End PopUp Generic--------------------------------------------------------------------------------------
