function showmap(mtype,yr) {
theMap=window.open("maplib.asp?type="+mtype+"&yr="+yr,"showmap","width=840,height=720")
theMap.focus()
}

function showmap2(id,iid) {
theMap=window.open("maplib2.asp?id="+id+"&iid="+iid,"showmap","width=840,height=720")
theMap.focus()
}
