// JavaScript Document
<!-- Begin

home = new Image();
home.src = "images/n-home-o.gif";

services = new Image();
services.src = "images/n-services-o.gif";

gallery = new Image();
gallery.src = "images/n-gallery-o.gif";

resources = new Image();
resources.src = "images/n-resources-o.gif";

contact = new Image();
contact.src = "images/n-contact-o.gif";


// End -->

