// INK PORTFOLIO
// PROJECT TITLES
$(document).ready(function() {
   
        $('.thumbPodTitleBar').hide()
                          
		$('#redbull').hover(
		
		// shows the thumbTitle on hover of the noted link
		function () {
		$('#titleRedbull').show()
		},
        
        // hides the thumbTitle on hover of the noted link
        function () {
		$('#titleRedbull').fadeOut('slow');
		return false;
        });
       
       
       
       // shows the thumbTitle on hover of the noted link  
   
        $('#elements').hover(function () {
   
          $('#titleElements').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleElements').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#airstream').hover(function () {
   
          $('#titleAirstream').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleAirstream').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#rmed').hover(function () {
   
          $('#titleRmed').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleRmed').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#fhh').hover(function () {
   
          $('#titleFhh').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleFhh').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#malibu').hover(function () {
   
          $('#titleMalibu').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleMalibu').fadeOut('slow');
  
          return false;
  
        });
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#smith').hover(function () {
   
          $('#titleSmith').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleSmith').fadeOut('slow');
  
          return false;
  
        });
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#qare').hover(function () {
   
          $('#titleQare').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleQare').fadeOut('slow');
  
          return false;
  
        });
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#malibuAd').hover(function () {
   
          $('#titleMalibuAd').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleMalibuAd').fadeOut('slow');
  
          return false;
  
        });
        
        });
        
        
        // LOAD FULLSCREEN IMAGES

$(document).ready(function() {
                             
       // shows the fullscreen image on click of the noted link  
   
        $('#titleRedbull').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/3.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleElements').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/6.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleAirstream').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/2.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleRmed').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/4.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleFhh').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/5.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleMalibu').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/1.jpg");
          
          return false;       
             
        });
                
        // shows the fullscreen image on click of the noted link  
   
        $('#titleMalibuAd').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/11.jpg");
          
          return false;       
             
        });
        });
        

// PIXELS PORTFOLIO
// PROJECT TITLES
$(document).ready(function() {
   
        $('.thumbPodTitleBar').hide()
                          
       // shows the thumbTitle on hover of the noted link  
   
        $('#mrms').hover(function () {
   
          $('#titleMrms').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleMrms').fadeOut('slow');
  
          return false;
  
        });
       
       
       
       // shows the thumbTitle on hover of the noted link  
   
        $('#sfc').hover(function () {
   
          $('#titleSfc').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleSfc').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#therma').hover(function () {
   
          $('#titleTherma').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleTherma').fadeOut('slow');
  
          return false;
  
        });
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#jhr').hover(function () {
   
          $('#titleJhr').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleJhr').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#rmed').hover(function () {
   
          $('#titleRmed').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleRmed').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#fhh').hover(function () {
   
          $('#titleFhh').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleFhh').fadeOut('slow');
  
          return false;
  
        });
        
        
        
        // shows the thumbTitle on hover of the noted link  
   
        $('#malibu').hover(function () {
   
          $('#titleMalibu').show()
                    
             
        },
        
        // hides the thumbTitle on hover of the noted link  
  
        function () {
  
          $('#titleMalibu').fadeOut('slow');
  
          return false;
  
        });
        
        });
        
        
        // LOAD FULLSCREEN IMAGES

$(document).ready(function() {
                             
       // shows the fullscreen image on click of the noted link  
   
        $('#titleMrms').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/pixelImage_1.jpg");
          window.open('http://www.marvinroadministorage.com');
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleSfc').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/pixelImage_2.jpg");
          window.open('http://www.summitfenceco.com');
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleTherma').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/pixelImage_3.jpg");
          window.open('http://www.thermasource.com');
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleJhr').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/pixelImage_4.jpg");
          window.open('http://www.justhotresources.com');
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleRmed').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/4.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleFhh').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/5.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleMalibu').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/1.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleSmith').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/7.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleQare').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/10.jpg");
          
          return false;       
             
        });
        
        // shows the fullscreen image on click of the noted link  
   
        $('#titleMalibuAd').click(function () {
   
          $("#bgImage").attr("src", "images/bgImages/11.jpg");
          
          return false;       
             
        });
        });