var about_txt1="<p>Based in Austin, Texas. We are experienced with building portfolio.  We can do location or studio work, and have a full compliment of portable strobes and other professional photography equipment.</p>"
var about_txt2="<p>Because our background is from computer industry, we have extensive digital capabilities</p>"
var about_txt3="<p>We also specialize in photographic/model web site development.  We will use top-of-the-art Photoshop CS2 to optimize your graphics and promote your site.  We can shoot the photo digitally, create the site and host it ourselves.  It will save time, money, frustration and you will have your web site running in less than a week</P>"

var news_txt1="<p>The following galleries were added to our Web sites <br>"
var news_txt2="&raquo; 01/01/2005 Austin RoadRunner Tournament<br>"
var news_txt3="&raquo; 09/03/2005 Wedding of Janet Williamson and Tony Carey<br>"
var news_txt4="&raquo; More galleries will added in the near future<br>"
var news_txt5="<p>For further questions, please contact us. Send us an <a href=\"mailto:info@reflection-photography.com\">e-mail</a> or use the <a href=\"contactus.php\">contact form</a>.</p>"


document.writeln('<div align="center"><span class="textheader">About This Site</span></div>')
document.writeln('<table width="70%" border=0 align="center" cellpadding=1  cellspacing=5>')
document.writeln('   <tr bgcolor="#999999">')
document.writeln('      <td><table border=0 cellpadding=15 cellspacing=0 width="100%">')
document.writeln('         <tr bgcolor="#000000">')
document.writeln('            <td class="textarea">')
document.writeln(			about_txt1)
document.writeln(			about_txt2)
document.writeln(			about_txt3)
document.writeln('            </td>')
document.writeln('         </tr>')
document.writeln('      </table></td>')
document.writeln('   </tr>')
document.writeln('</table>')
document.writeln('<br><br>')


document.writeln('<div align="center"><span class="textheader">Latest News</span></div>')
document.writeln('<TABLE width="70%" border=0 align="center" cellpadding=1  cellspacing=5>')
document.writeln('	  <tr bgcolor="#999999">')
document.writeln('	<td>')
document.writeln('	<TABLE border=0 cellpadding=15 cellspacing=0 width="100%"><tr bgcolor="#000000">')
document.writeln('	  <td class="textarea">')
document.writeln(		news_txt1)
document.writeln(		news_txt2)
document.writeln(		news_txt3)
document.writeln(		news_txt4)
document.writeln(		news_txt5)
document.writeln('     </td>')
document.writeln('	</tr></table>')
document.writeln('	</td></tr></table>')
document.writeln('<br><br>')

var model_txt1="<p>We will provide TFP for new models and portfolio upgrades.  We have a free model listing for Texas women that want to be glamour models.  Contact us and we wil explain how to get listed.</p>"
document.writeln('<div align="center"><span class="textheader">Models Notices</span></div>')
document.writeln('<TABLE width="70%" border=0 align="center" cellpadding=1  cellspacing=5>')
document.writeln('	  <tr bgcolor="#999999">')
document.writeln('	<td>')
document.writeln('	<TABLE border=0 cellpadding=15 cellspacing=0 width="100%"><tr bgcolor="#000000">')
document.writeln('	  <td class="textarea">')
document.writeln(		model_txt1)
document.writeln('     </td>')
document.writeln('	</tr></table>')
document.writeln('	</td></tr></table>')

