// JavaScript Document

function popupWindow() {
window.open( "http://www.eastbayconstruction.net/gallery/gallery.html", "ebccGallery", 
"status = 1, height = 650, width = 900, resizable = 0" )
}

