// 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
//
// MainLogo.js
//
// This javascript routine is used to display the main logo in the main window and
// also provide for a pop-up window to display the ABOUT information.  This JavaScript
// file should be placed within the body of the main text -- wherever the logo should
// be displayed.

document.write("<FORM onSubmit=\"return alt_window('about.html','aboutwin','400','610','no','no','yes','no','no')\">");
document.write("<INPUT TYPE=\"image\" "); 
document.write("NAME=\"View information ABOUT this web site\" "); 
document.write("ALT=\"View information ABOUT this web site\" "); 
document.write("SRC=\"images/PPFamilyGallery3.jpg\" "); 
document.write("WIDTH=\"468\" "); 
document.write("HEIGHT=\"62\" "); 
document.write("BORDER=0>");
document.write("</FORM>");

// End of script
