function Illuminate(imgDocID,imgObjName) {

document.images[imgDocID].src = eval(imgObjName + ".src")
}

entertainers = new Image;
entertainers.src = "nav_entertainers.jpg";
entertainers_at = new Image;
entertainers_at.src = "nav_entertainers_at.jpg";

faqs = new Image;
faqs.src = "nav_faqs.jpg";
faqs_at = new Image;
faqs_at.src = "nav_faqs_at.jpg";

testimonials = new Image;
testimonials.src = "nav_testimonials.jpg";
testimonials_at = new Image;
testimonials_at.src = "nav_testimonials_at.jpg";

clients = new Image;
clients.src = "nav_clients.jpg";
clients_at = new Image;
clients_at.src = "nav_clients_at.jpg";

contact = new Image;
contact.src = "nav_contact.jpg";
contact_at = new Image;
contact_at.src = "nav_contact_at.jpg";

home = new Image;
home.src = "nav_home.jpg";
home_at = new Image;
home_at.src = "nav_home_at.jpg";

legal = new Image;
legal.src = "nav_legal.jpg";
legal_at = new Image;
legal_at.src = "nav_legal_at.jpg";


