// JavaScript Document
function newWindow(){
Richmond=window.open('flyer.html','Rdmap','width=660,height=810,scrollbars=yes,resizable=yes')
}
function closeWindow1(){
if(newWindow && !newWindow.closed){
newWindow.close()
}
}
