function pop_window_action() {
  
    window.open('/casestudies/actioncity.html', 'popup', 'width=620, height=530, top=100, left=100, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
    
  }
    function pop_window_tire() {
  
    window.open('/casestudies/Fasttire.html', 'popup', 'width=620, height=530, top=100, left=100, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
    
  }
    function pop_window_bbq() {
  
    window.open('/casestudies/backyard.html', 'popup', 'width=620, height=530, top=100, left=100, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
    
  }
      function pop_window_world() {
  
    window.open('/casestudies/world.html', 'popup', 'width=620, height=530, top=100, left=100, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
    
  }
        function pop_window_home() {
  
    window.open('/casestudies/home.html', 'popup', 'width=620, height=530, top=100, left=100, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
    
  }
  
function pop_window_harry() {
 
    window.open('/harry.html', 'popup', 'width=500, height=450, top=100, left=100, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
    
  }
