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