// JavaScript Document
function newWindow1(){
Richmond=window.open('http://www.ironworkerslocal700.com/calendar.html','Rdmap','scrollbars=yes,resizable=yes,width=620,height=690')
}
function closeWindow(){
if(newWindow && !newWindow.closed){
newWindow.close()
}
}