<!-- Begin
function popUp1(picgoal,dummyw,dummyh) {
PicWin=window.open('+picgoal+', 'poppage1', 'toolbars=0, location=0, statusbars=0, menubars=0, scrollbars=0, resizable=0, width='+dummyw+', height='+dummyh+', top=25, left=50');
  PicWin.document.open();
  PicWin.document.writeln('<html>');
  PicWin.document.writeln('<head>');
  PicWin.document.writeln('<title>Tuscany Hills :: Groundbreaking Ceremony</title>');
  PicWin.document.writeln('<meta http-equiv="imagetoolbar" content="no"><meta http-equiv="imagetoolbar" content="false"><link rel="stylesheet" type="text/css" href="Tuscany_Hills.css"></head>');
  PicWin.document.writeln('<body bgcolor="#cccccc" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" oncontextmenu="return false"><table cellspacing=0 cellpadding=0 border=0><tr><td align=center valign=middle id="td2"><table cellspacing=0 cellpadding=0 border=0 background="'+picgoal+'" width="'+dummyw+'" height="'+dummyh+'"><tr><td align=center valign=middle><a href="javascript:window.close()" title="Click to close Window ..."><img src="http://www.tuscanyhillsonline.com/dot_clear.gif" width="'+dummyw+'" height="'+dummyh+' border=0 alt="Click to close Window ..."></a></td></tr></table></td></tr></table>');
  PicWin.document.writeln('</body>');
  PicWin.document.writeln('</html>');
  PicWin.document.close();
}
// End -->