I essentially have the same situation as the person in the following question:
Link: how to show/hide divs by select.(jquery)
Through extensive searching wit
Swap show/hide so that it looks like this:
$('#divarea1')[ ($(this).val() == 'area1') ? 'show' : 'hide' ]()