<!--
 

	if (document.images) {
		homeOn = new Image
		homeOff = new Image
		residOn = new Image
		residOff = new Image
		commOn = new Image
		commOff = new Image
		aboutOn = new Image
		aboutOff = new Image
		serviceOn = new Image
		serviceOff = new Image
		contactOn = new Image
		contactOff = new Image		

		homeOn.src = "images/cjl_topnav_home_ovr.gif"
		homeOff.src = "images/cjl_topnav_home.gif"
		residOn.src = "images/cjl_topnav_resid_ovr.gif"
		residOff.src = "images/cjl_topnav_resid.gif"
		commOn.src = "images/cjl_topnav_comm_ovr.gif"
		commOff.src = "images/cjl_topnav_comm.gif"
		aboutOn.src = "images/cjl_topnav_about_ovr.gif"
		aboutOff.src = "images/cjl_topnav_about.gif"
		serviceOn.src = "images/cjl_topnav_svce_ovr.gif"
		serviceOff.src = "images/cjl_topnav_svce.gif"
		contactOn.src = "images/cjl_topnav_contact_ovr.gif"
		contactOff.src = "images/cjl_topnav_contact.gif"
		
	}
	
	else {
		homeOn = ""
		homeOff = ""
		document.home = ""
		residOn = ""
		residOff = ""
		document.resid = ""
		commOn = ""
		commOff = ""
		document.comm = ""
		aboutOn = ""
		aboutOff = ""
		document.about = ""
		serviceOn = ""
		serviceOff = ""
		document.service = ""
		contactOn = ""
		contactOff = ""
		document.contact = ""
	}
     
	function pop_me_up(pURL,features){ 
		new_window = window.open(pURL, "popup_window", features);
		new_window.focus();
	}
	
	//-->
