/**
 * java 1.0 1999/07/17
 * by (por): Carlos Mendoza, Julio 2002
 * Copyright (c) 1999-2002 Sistemas INGENIX 21, C.A.
 *
 * INGENIX 21 grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 *
 * INGENIX 21 le permite usar y/o modificar este software siempre
 * y cuando mantenga este Copyright en todas las copias.
 * Este programa es entregado "COMO ESTA", sin ningun tipo de garantia.
 */

// Rutinas de Utilidad en Java Scripts

var wd = (document.all) ? document.all : document;
var e = window.location.hostname;
URL_sinfonix = "201.211.222.209";
URL_sinfonix = e + ":" + window.location.port;

if ( e == "www.ingenix21.net" || e == "ingenix21.net" ) {
    URL_sinfonix = "host.ingenix21.net";
}



















































