   function mypopup2()
 {
 mywindow=window.open("team/james_sansone.cfm","mywindow","location=1,status=1,scrollbars=1,width=600,height=540,resizable=1,toolbar=0,menubar=0,directories=0,address=0");

  mywindow.moveTo(250,175);

 }
   function mypopup3()
 {
   mywindow = window.open ("team/timothy_sansone.cfm","mywindow","location=1,status=1,scrollbars=1,width=600,height=620,resizable=1,toolbar=0,menubar=0,directories=0");
  mywindow.moveTo(250,175);

 }
  function mypopup4()
 {
   mywindow = window.open ("team/douglas_sansone.cfm","mywindow","location=1,status=1,scrollbars=1,width=600,height=560,resizable=1,toolbar=0,menubar=0,directories=0");
  mywindow.moveTo(250,175);

 }
   function mypopup5()
 {
   mywindow = window.open ("team/nicholas_sansone.cfm","mywindow","location=1,status=1,scrollbars=1,width=600,height=520,resizable=1,toolbar=0,menubar=0,directories=0");
  mywindow.moveTo(250,175);

 }
   function mypopup6(pid)
 {
   mywindow = window.open ("photos.cfm?pid=" + pid + "","mywindow","location=1,status=1,scrollbars=1,width=500,height=300,resizable=1,toolbar=0,menubar=0,directories=0");
  mywindow.moveTo(250,175);

 }
