// Author: Matthew Johnson @mattsidjohn 
$(document).ready(function(){
    $('#subnav-btn').click(function() {
	   $('#subnav-hidden').slideToggle('fast');
        return false;
    });
    
});

/*
$('input#name').example('NAME');
$('input#email').example('EMAIL ADDRESS');
$('input#phone').example('PHONE NUMBER');
$('input#cust-question').example('QUESTIONS?');
*/
