<!--  

if (document.images) {	

		awarenesson = new Image(93,31);
        awarenesson.src = "../images/HNR_awareness.gif"
        awarenessoff = new Image(93,31);
        awarenessoff.src = "../images/HN_awareness.gif"
						
		programson = new Image(85,31);
        programson.src = "../images/HNR_programs.gif"
        programsoff = new Image(85,31);
        programsoff.src = "../images/HN_programs.gif"
		
		chapterson = new Image(80,31);
        chapterson.src = "../images/HNR_chapters.gif"
        chaptersoff = new Image(80,31);
        chaptersoff.src = "../images/HN_chapters.gif"
		
		managerson = new Image(84,31);
        managerson.src = "../images/HNR_managers.gif"
        managersoff = new Image(84,31);
        managersoff.src = "../images/HN_managers.gif"
		
		directorson = new Image(87,31);
        directorson.src = "../images/HNR_directors.gif"
        directorsoff = new Image(87,31);
        directorsoff.src = "../images/HN_directors.gif"
		
		builderon = new Image(89,31);
        builderon.src = "../images/HNR_builder.gif"
        builderoff = new Image(89,31);
        builderoff.src = "../images/HN_builder.gif"
		
		realtorson = new Image(79,31);
        realtorson.src = "../images/HNR_realtors.gif"
        realtorsoff = new Image(79,31);
        realtorsoff.src = "../images/HN_realtors.gif"
		
		abouton = new Image(78,31);
        abouton.src = "../images/HNR_about.gif"
        aboutoff = new Image(78,31);
        aboutoff.src = "../images/HN_about.gif"
		
		contacton = new Image(85,31);
        contacton.src = "../images/HNR_contact.gif"
        contactoff = new Image(85,31);
        contactoff.src = "../images/HN_contact.gif"
 }

function On(imgName) {
      if (document.images) 
          document.images[imgName].src = eval(imgName + "on.src");
}

function Off(imgName) {
      if (document.images)
             document.images[imgName].src = eval(imgName + "off.src");
} 


defaultStatus = '';

function display_next(filename){

	/* initialize variables*/
	var file = filename

	/* determine browser */
	var bName = navigator.appName;
	var bVer = parseFloat(navigator.appVersion);
	
	if (bName == "Netscape") 
		NewWindow = window.open(file, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,copyhistory=0,width=475,height=430");
	else  
		NewWindow = window.open(file, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,copyhistory=0,width=495,height=450");
}

defaultStatus = '';

//--> 