<!-- Hide from older Browsers 

// main navigation 

if (document.images) {
	abouton=new Image
	aboutoff=new Image
	
	abouton.src='/graphics/nav/about_on.gif'
	aboutoff.src='/graphics/nav/about_off.gif'

	practiceson=new Image
	practicesoff=new Image
	
	practiceson.src='/graphics/nav/practices_on.gif'
	practicesoff.src='/graphics/nav/practices_off.gif'

	attorneyson=new Image
	attorneysoff=new Image
	
	attorneyson.src='/graphics/nav/attorneys_on.gif'
	attorneysoff.src='/graphics/nav/attorneys_off.gif'

	newson=new Image
	newsoff=new Image
	
	newson.src='/graphics/nav/news_on.gif'
	newsoff.src='/graphics/nav/news_off.gif'

	pubson=new Image
	pubsoff=new Image
	
	pubson.src='/graphics/nav/pubs_on.gif'
	pubsoff.src='/graphics/nav/pubs_off.gif'
		
	officeson=new Image
	officesoff=new Image
	
	officeson.src='/graphics/nav/offices_on.gif'
	officesoff.src='/graphics/nav/offices_off.gif'

// top navigation

	homon=new Image
	homoff=new Image
	
	homon.src='/graphics/nav/home_on.gif'
	homoff.src='/graphics/nav/home_off.gif'

	searchon=new Image
	searchoff=new Image
	
	searchon.src='/graphics/nav/search_on.gif'
	searchoff.src='/graphics/nav/search_off.gif'

	contacton=new Image
	contactoff=new Image
	
	contacton.src='/graphics/nav/contact_on.gif'
	contactoff.src='/graphics/nav/contact_off.gif'

}
else {
	abouton=""
	aboutoff=""
	document.about=""

	practiceson=""
	practicesoff=""
	document.practices=""

	attorneyson=""
	attorneysoff=""
	document.attorneys=""

	newson=""
	newsoff=""
	document.news=""

	pubson=""
	pubsoff=""
	document.pubs=""

	officeson=""
	officesoff=""
	document.offices=""

// top navigation
	
	homon=""
	homoff=""
	document.hom=""

	contacton=""
	contactoff=""
	document.contact=""

	searchon=""
	searchoff=""
	document.search=""

}

// End Hiding from older Browsers -->

