//*******************************************************************************
// * Función: fncAlert()									     			
// * Autor: IGA																	
// * Responsable: IGA                                                                         	
// * Objetivo:	El objetivo es canalizar todos los mensajes que se muestran a   
// * través de este método.	Muestra un mensaje de alerta.
// *                                                                            
// * Parámetros: 	 Mensaje: Identificador del mensaje.						
// *																			
// * Retorno:																	
//*******************************************************************************
function fncAlert(strMensaje)
{	
	//window.showModalDialog("P90Mensaje.html",strMensaje,"dialogHeight:180px;dialogWidth:400px;status:no;help:no");
	//292, 356
	window.showModalDialog("/licitacion/p90aMensaje.html",strMensaje,"dialogHeight:120px;dialogWidth:340px;status:no;help:no");
}

function fncAlertGrande(strMensaje)
{	
	//window.showModalDialog("P90Mensaje.html",strMensaje,"dialogHeight:180px;dialogWidth:400px;status:no;help:no");
	//292, 356
	window.showModalDialog("/licitacion/p90aMensaje.html",strMensaje,"dialogHeight:150px;dialogWidth:400px;status:no;help:no");
}
