function openPopWin()
{
var OpenWindow=window.open("", "newwin", "height=610,width=710,screenX=200,screenY=100,left=200,top=100");
OpenWindow.document.write("<HTML><head>")
OpenWindow.document.write("<title>Fieldstone Bluffs Open House | April 11-13, 2008</title>")
OpenWindow.document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='brcreek.css'></head>")
OpenWindow.document.write("<body bgcolor='ffffff' topmargin=0>")
OpenWindow.document.write("<a href='javascript:window.close()'><img src='images/BluffsOpenHouse.jpg' border=0></a>")
OpenWindow.document.write("</body></html>")
}