<!-- // preload universal images:
napernyo = new Image;
napernyo.src = "templates/img/nav/napernyo.gif";
napernyo_inv = new Image;
napernyo_inv.src = "templates/img/nav/napernyo_inv.gif";

nav_about = new Image;
nav_about.src = "/images/nav/nav_about.jpg";
nav_about_dn = new Image;
nav_about_dn.src = "/images/nav/nav_about_dn.jpg";

nav_services = new Image;
nav_services.src = "/images/nav/nav_services.jpg";
nav_services_dn = new Image;
nav_services_dn.src = "/images/nav/nav_services_dn.jpg";

nav_clients = new Image;
nav_clients.src = "/images/nav/nav_clients.jpg";
nav_clients_dn = new Image;
nav_clients_dn.src = "/images/nav/nav_clients_dn.jpg";

nav_contact = new Image;
nav_contact.src = "/images/nav/nav_contact.jpg";
nav_contact_dn = new Image;
nav_contact_dn.src = "/images/nav/nav_contact_dn.jpg";

nav_principals = new Image;
nav_principals.src = "templates/img/nav/nav_principals.gif";
nav_principals_dn = new Image;
nav_principals_dn.src = "templates/img/nav/nav_principals_dn.gif";

function hiLite(imgDocID,imgObjName)  {
document.images[imgDocID].src = eval(imgObjName + ".src")
}
// -->



