
<!--
       
        if (document.images) {
            contactusfront_on = new Image(); 
            contactusfront_on.src ="images/ASHfront_on_04.gif";
            quotefront_on = new Image(); 
            quotefront_on.src ="images/ASHfront_on_07.gif";
            formsfront_on = new Image(); 
            formsfront_on.src ="images/ASHfront_on_08.gif";
            registerfront_on = new Image(); 
            registerfront_on.src ="images/ASHfront_on_09.gif";
            clients_on = new Image(); 
            clients_on.src ="images/ASHfront_on_05.gif";
            careerfront_on = new Image(); 
            careerfront_on.src ="images/ASHfront_on_06.gif";
		
            contactusfront_off = new Image(); 
            contactusfront_off.src ="images/ASHfront_04.gif";
            quotefront_off = new Image(); 
            quotefront_off.src ="images/ASHfront_07.gif";
            formsfront_off = new Image(); 
            formsfront_off.src ="images/ASHfront_08.gif";
            registerfront_off = new Image(); 
            registerfront_off.src ="images/ASHfront_09.gif";
            clients_off = new Image(); 
            clients_off.src ="images/ASHfront_05.gif";
            careerfront_off = new Image(); 
            careerfront_off.src ="images/ASHfront_06.gif";
			
        }

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "_on.src");

        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "_off.src");

        }
}

// -->

<!--
dayName = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
now = new Date
// -->



