function constWindow(newLoc) {
	newPage = newLoc.options[newLoc.selectedIndex].value
	if (newPage == 84) {
		catWindow = window.open("http://www.buckeyetraffic.org/otis/roads/results.asp?search=advanced&amp;category=ALL&amp;district=2&amp;county=luc&amp;muniFIPS=&amp;btrs=&amp;status=ALL&amp;results=SUMMARIZED", "catWin", "width=750,height=400,left=100,top=50,resizable=yes,scrollbars=yes")
	}
	if (newPage < 84 && newPage != "") {
		catWindow = window.open("http://mdotwas1.mdot.state.mi.us/public/LaneClosure/adv_print.cfm?county="+newPage, "catWin", "width=570,height=300,left=100,top=50,resizable=yes,scrollbars=yes")
	}
}
