
 //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 openwindow3()
 {
 window.open ("MMA_Record.html","openwindow3","width=975,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 openlegal()
 {
 window.open ("legalinfo.html","openlegal","width=625,height=350,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=100,left=300,screenY=100,top=300");
 }
 //-->
 