// P&P Family Gallery
//    Author: Paul and Patricia Fraker
//            O'Fallon, Illinois  USA
//            www.frakers.com
//
//                       (c)1999-2005 Paul & Patricia Fraker
//                               All Rights Reserved
//
// Copyright.js
//
// Javascript routine to print out the copyright notice and last edit date.
// If the copyright notice is clicked on, it will pop up a window and display the contents
// of the about.html file.


document.write("<FONT SIZE=1 FACE=\"Arial, Helvetica\">Last Updated:  20 September 2005</FONT><BR>");

document.write("<A HREF=\"\" onClick=\"return alt_window('about.html','aboutwin','400','610','no','no','yes','no','no')\">");

document.write("<FONT SIZE=1 FACE=\"Arial, Helvetica\">©1999-2005, Paul &amp; Patricia Fraker</FONT></A>");


// End of script