/*
 CALL TO CORRECT DIRECTORY
 CALL TO CORRECT DIRECTORY
 CALL TO CORRECT DIRECTORY
 CALL TO CORRECT DIRECTORY
*/

directCall="images/nav/";	



// ROLLOVER CODE BELOW ROLLOVER CODE BELOW ROLLOVER CODE BELOW ROLLOVER CODE BELOW
// ROLLOVER CODE BELOW ROLLOVER CODE BELOW ROLLOVER CODE BELOW ROLLOVER CODE BELOW
// ROLLOVER CODE BELOW ROLLOVER CODE BELOW ROLLOVER CODE BELOW ROLLOVER CODE BELOW

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (((browserName == "Netscape") && (browserVer >= 3)) || ((browserName == "Microsoft Internet Explorer") && (browserVer >= 4))) {
    version = "ok";}
	
	if (document.images) {
		
		faq_on = new Image(203,32);		faq_on.src = directCall + "faq_on.jpg";     
        faq_off = new Image(203,32); 		faq_off.src = directCall + "faq_off.jpg";
       
    	featured_on = new Image(203,32);		featured_on.src = directCall + "featured_on.jpg";     
        featured_off = new Image(203,32); 		featured_off.src = directCall + "featured_off.jpg";
		
		search_on = new Image(203,30);		search_on.src = directCall + "search_on.jpg";     
        search_off = new Image(203,30); 		search_off.src = directCall + "search_off.jpg";
             
        buyers_on = new Image(203,30);		buyers_on.src = directCall + "buyers_on.jpg";     
        buyers_off = new Image(203,30); 		buyers_off.src = directCall + "buyers_off.jpg";
        
		lenders_on = new Image(203,30);		lenders_on.src = directCall + "lenders_on.jpg";     
        lenders_off = new Image(203,30); 		lenders_off.src = directCall + "lenders_off.jpg";
        
		agents_on = new Image(203,30);		agents_on.src = directCall + "agents_on.jpg";     
        agents_off = new Image(203,30); 		agents_off.src = directCall + "agents_off.jpg";
        
		about_on = new Image(203,30);		about_on.src = directCall + "about_on.jpg";     
        about_off = new Image(203,30); 		about_off.src = directCall + "about_off.jpg";
        
		service_on = new Image(203,30);		service_on.src = directCall + "service_on.jpg";     
        service_off = new Image(203,30); 		service_off.src = directCall + "service_off.jpg";
		
		contact_on = new Image(203,30);		contact_on.src = directCall + "contact_on.jpg";     
        contact_off = new Image(203,30); 		contact_off.src = directCall + "contact_off.jpg";
        
		index_on = new Image(203,30);		index_on.src = directCall + "index_on.jpg";     
        index_off = new Image(203,30); 		index_off.src = directCall + "index_off.jpg";
        		
		}


function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "_on.src");
            
        }
}

function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "_off.src");
            
        }
}
