// JavaScript Document
function nWindow(){
Richmond=window.open('flyer2.html','Rdmap','width=600,height=700')
}
function closeWindow1(){
if(newWindow && !newWindow.closed){
newWindow.close()
}
}
