//Portfolio button
function portmouseOver(){
    document.portfolio.src ="photobin/portfoliobuttonselected.jpg";
    }
function portmouseOut(){
    document.portfolio.src ="photobin/portfoliobutton.jpg";
    }

//Pricing button
function pricemouseOver(){
    document.pricing.src ="photobin/pricingbuttonselected.jpg";
    }
function pricemouseOut(){
    document.pricing.src ="photobin/pricingbutton.jpg";
    }

//Contact button
function conmouseOver(){
    document.contact.src ="photobin/contactbuttonselected.jpg";
    }
function conmouseOut(){
    document.contact.src ="photobin/contactbutton.jpg";
    }

//Published button
function clientmouseOver(){
    document.published.src ="photobin/clientbuttonselected.jpg";
    }
function clientmouseOut(){
    document.published.src ="photobin/clientbutton.jpg";
    } 
    
//Biography button
function biomouseOver(){
    document.biography.src ="photobin/biobuttonselected.jpg";
    }
function biomouseOut(){
    document.biography.src ="photobin/biobutton.jpg";
    }

