function googleLog (opc)
{
	var direcciones = new Array();

	direcciones["SRVGRAT"] = "/fondotop?TV=apct0001&OPC=altacompleta";
	direcciones["LOGIN"] = "/fondotop?TV=login";
	direcciones["FPFIS"] = "/fondotop?TV=apctfis";
	direcciones["FPJUR"] = "/fondotop?TV=apctjur";
	direcciones["FCLUB"] = "/fondotop?TV=apctclub";
	direcciones["CLIENTE"] = "/fondotop?TV=apctclie&OPC=altacliente";
	

	if (location.href.toUpperCase().indexOf("WWW.FONDOTOP.COM") > -1) {
		var pageTracker = _gat._getTracker("UA-426328-3");
		pageTracker._initData();
		pageTracker._trackPageview(direcciones[opc]);
	}
	
}
