/*Funcion para Abrir POPUPS*/
/* theURL: URL relativa */
/* winName: ''*/
/* features: "toolbar=no,
			  left="+l+",
			  top="+t+",
			  width=770,
			  height=530 */
/* Ejemplo de llamada: 
MM_openBrWindow('agenda.htm','','toolbar=no, top=100, left=200, width=300,height=400')"*/

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function showStatus(sStatus) {
	window.status=sStatus; 
	return true;
}