
 //created by Bob Suggs - bobs@pensacola.com/
 //please leave this credit intact if using this script
 //<--!
 function openwindow1()
 {
 window.open ("photo1.html","openwindow1","width=625,height=700,location=0,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=10,left=10,screenY=10,top=10");
 }
 //-->
//<--!
 function openwindow2()
 {
 window.open ("photo3.html","openwindow2","width=625,height=700,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,screenX=10,left=10,screenY=10,top=10");
 }
 //-->
 //<--!
 function opennews1()
 {
 window.open ("news1.html","opennews1","width=625,height=700,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,screenX=10,left=10,screenY=10,top=10");
 }
 //-->
 