//' --------------------------------------------------------------------------------------- 
//' NombreSitio_client.js
//' --------------------------------------------------------------------------------------- 
//' 
//' Versión Aplicación:		1.1.0
//' Fecha Generación: 		22/04/2004
//' Autor: 	       			AVargas
//' Descripción:			
//' Fecha Actualización:	22/04/2004
//' Autor Actualización: 	AVargas
//' Versión Anterior: 		1.0.0
//'
//' --------------------------------------------------------------------------------------- 
//' Todos los derechos reservados. Copyright (c) año Softpoint, Software House. 
//' --------------------------------------------------------------------------------------- 

// cargo el nombre del sitio 
var strPath     = document.location.pathname;
var strNomSitio = strPath.substring(strPath.indexOf("/") + 1, strPath.length);
var CONST_NOMBRESITIO = strNomSitio.substring(0, strNomSitio.indexOf("/"));


