function photo(theURL) { //v2.0
  var width=(440);
  var height=(570);
  var left=(screen.width-width)/2;
  var top=(screen.height - height)/2;
  var features='resizable=yes,left='+left+',top='+top+',width='+width+',height='+height+',scrollbars=no' ;
   window.open(theURL,'',features);
    
  }
  
  function photo2(theURL) { //v2.0
  var width=(750);
  var height=(400);
  var left=(screen.width-width)/2;
  var top=(screen.height - height)/2;
  var features='resizable=yes,left='+left+',top='+top+',width='+width+',height='+height+',scrollbars=no' ;
   window.open(theURL,'',features);
    
  }
  
    function photo3(theURL) { //v2.0
  var width=(650);
  var height=(600);
  var left=(screen.width-width)/2;
  var top=(screen.height - height)/2;
  var features='resizable=yes,left='+left+',top='+top+',width='+width+',height='+height+',scrollbars=no' ;
   window.open(theURL,'',features);
    
  }

  
  function table(theURL) { //v2.0
  var width=(820);
  var height=(600);
  var left=(screen.width-width)/2;
  var top=(screen.height - height)/2;
  var features='resizable=yes,left='+left+',top='+top+',width='+width+',height='+height+',scrollbars=yes' ;
   window.open(theURL,'',features);
    
  }
  
    function table2(theURL) { //v2.0
  var width=(820);
  var height=(430);
  var left=(screen.width-width)/2;
  var top=(screen.height - height)/2;
  var features='resizable=yes,left='+left+',top='+top+',width='+width+',height='+height+',scrollbars=yes' ;
   window.open(theURL,'',features);
    
  }
  
  
      function table3(theURL) { //v2.0
  var width=(820);
  var height=(350);
  var left=(screen.width-width)/2;
  var top=(screen.height - height)/2;
  var features='resizable=yes,left='+left+',top='+top+',width='+width+',height='+height+',scrollbars=yes' ;
   window.open(theURL,'',features);
    
  }