// JavaScript Document
function ventanaSave (URL)
{	
	<!--window.open(URL,"ventana","width=320,height=140,scrollbars=NO,resizable=no,align=center")-->
	window.open(URL,"ventana","width=320,height=186,top="+(screen.height-186)/2+",left="+(screen.width-320)/2);
} 

function capsulaClima(URL)
{
	window.open(URL,"ventana","width=500,height=500,top="+(screen.height-500)/2+",left="+(screen.width-500)/2);
}

function correo(URL)
{
	window.open(URL,"ventana","width=600,height=400,top="+(screen.height-400)/2+",left="+(screen.width-600)/2);
}

function relacionComents(URL)
{
	window.open(URL,"ventana","width=400,height=400,top="+(screen.height-400)/2+",left="+(screen.width-400)/2);	
}
function mapaInfluenza(URL)
{
	window.open(URL,"ventana","width=1000,height=800,status=no,top="+(screen.height-850)/2+",left="+(screen.width-1000)/2);
	
}
/*GRaficas*/
function chartalDiaPlazas(URL)
{
	window.open(URL,"ventana","width=620,height=280,top="+(screen.height-280)/2+",left="+(screen.width-620)/2);	
}

function chart7diasNotasPlazas(URL)
{
	window.open(URL,"ventana","width=620,height=280,top="+(screen.height-280)/2+",left="+(screen.width-620)/2);	
}

function chartVisitasPortales(URL)
{
	window.open(URL,"ventana","width=830,height=450,top="+(screen.height-280)/2+",left="+(screen.width-830)/2);	
}

function LinechartVisPortales(URL)
{
	window.open(URL,"ventana","width=830,height=280,top="+(screen.height-280)/2+",left="+(screen.width-830)/2);	
}

function LinechartVisPortalTGP(URL)
{
	window.open(URL,"ventana","width=900,height=800,scrollbars=YES, top="+(screen.height-800)/2+",left="+(screen.width-900)/2);	
}
//7 dias
function chartReporteros(URL)
{
	window.open(URL,"ventana5","width=650,height=390,scrollbars=No, top="+(screen.height-390)/2+",left="+(screen.width-650)/2);
}
//un mes
function chartReporterosMes(URL)
{
	window.open(URL,"ventana6","width=900,height=390,scrollbars=NO, top="+(screen.height-390)/2+",left="+(screen.width-900)/2);	
}


/*Graficas de los ultimso 30 dias de notas por plazas*/
/*
	Estas funciones muestran las graficas de los ultimos 30 dias de notas
*/
/*---------------------------------------------------*/
function LinechartNotasPlaCln(URL)
{
	window.open(URL,"ventana1","width=900,height=800,scrollbars=YES, top="+(screen.height-800)/2+",left="+(screen.width-830)/2);	
}

function LinechartNotasPlaMzt(URL)
{
	window.open(URL,"ventana2","width=900,height=800,scrollbars=YES,top="+(screen.height-800)/2+",left="+(screen.width-830)/2);	
}

function LinechartNotasPlaMoc(URL)
{
	window.open(URL,"ventana3","width=900,height=800,scrollbars=YES, top="+(screen.height-800)/2+",left="+(screen.width-830)/2);	
}

function LinechartNotasPlaObr(URL)
{
	window.open(URL,"ventana4","width=900,height=800,scrollbars=YES, top="+(screen.height-800)/2+",left="+(screen.width-830)/2);	
}

function graf_barra_7dias(URL)
{
	window.open(URL,"ventana7","width=750,height=350,top="+(screen.height-350)/2+",left="+(screen.width-750)/2);	
}

function LinechartVisClima(URL)
{
	window.open(URL,"ventana","width=730,height=380,top="+(screen.height-380)/2+",left="+(screen.width-730)/2);	
}

function LinechartVisSitios(URL)
{
	window.open(URL,"ventana","width=730,height=400,top="+(screen.height-400)/2+",left="+(screen.width-730)/2);	
}

function LinechartVisPortalSecciones(URL)
{
	window.open(URL,"ventana","width=750,height=400,top="+(screen.height-400)/2+",left="+(screen.width-750)/2);
}

function FuChartHistNoticias(URL)
{
	window.open(URL,"ventana","width=850,height=450,top="+(screen.height-500)/2+",left="+(screen.width-800)/2);
}

function LineVisitasTVLinea(URL)
{
	window.open(URL,"ventana","width=850,height=770,top="+(screen.height-770)/2+",left="+(screen.width-850)/2);
}