function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function ventana2(archivo,nombre,ancho,alto) {
	LeftPosition=(screen.width)?(screen.width-ancho)/2:100;
	TopPosition=(screen.height)?(screen.height-alto)/2:100;
	anexosayuda = window.open(archivo,nombre,"left="+LeftPosition+",top="+TopPosition+",height="+alto+",width="+ancho+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,maximized");
}
function abrirPlantilla() {
	ventana3('misavisos.cfm','verAvisos',460,280);
}
function ventana3(archivo,nombre,ancho,alto)
{
LeftPosition=(screen.width)?(screen.width-ancho)/2:100;
TopPosition=(screen.height)?(screen.height-alto)/2:100;
anexosayuda = window.open(archivo,nombre,"left="+LeftPosition+",top="+TopPosition+",height="+alto+",width="+ancho+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,maximized");
}