var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17313512-1']);
_gaq.push(['_trackPageview']);

(function () {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();


 function AbrePopUp(sFicheroWeb, sTexto, sAncho, sAlto, sleft)
{
	//window.close (sTexto);
	ventana=window.open (sFicheroWeb,sTexto,'toolbar=no,left=' + eval(sleft) +',  top=0, border=0, scrollbars=no, resizeable=no,  width=' + eval(sAncho) + ', height=' + eval(sAlto),"yes");
	//window.open (sFicheroWeb,"Auxiliar",'toolbar=yes,menubar=yes, left=0, top=0, border=0, scrollbars=yes, resizeable=yes,  width=' + eval(sAncho+20) + ', height=' + eval(sAlto+20),"yes");
	//window.item(sTexto).focus();
	if (ventana)
		ventana.focus();
}

function AbreVentana(sFicheroWeb ,sTexto,sAncho,sAlto,sleft)
{
	//window.close (sTexto);
	ventana=window.open (sFicheroWeb,sTexto,'toolbar=no,left=' + eval(sleft) +',  top=0, border=0, scrollbars=YES, resizeable=YES,  width=' + eval(sAncho) + ', height=' + eval(sAlto),"yes");
	//window.open (sFicheroWeb,"Auxiliar",'toolbar=yes,menubar=yes, left=0, top=0, border=0, scrollbars=yes, resizeable=yes,  width=' + eval(sAncho+20) + ', height=' + eval(sAlto+20),"yes");
	//window.item(sTexto).focus();
	if (ventana)
		ventana.focus();
}