$(document).ready(function(){var a=$('#textbox').height();var b=$('#sidebar').height();if(a<b){$('#spacer').height(b);$('#spacer').css('border-left','1px dotted gray');$('#textbox').css('border-right','0px solid #fff')}});function calcHeight(){var a=$('#textbox').height();var b=$('#sidebar').height();if(a<b){$('#spacer').height(b);$('#spacer').css('border-left','1px dotted gray');$('#textbox').css('border-right','0px solid #fff')}}function show_bigPic(a){$('#bigPic div img').attr('src',a).css('display','none');$('#bigPic').fadeIn('slow',function(){$('#bigPic div img').fadeIn('slow',function(){$('#bigPic div span').fadeIn('fast')})})}function hide_bigPic(){$('#bigPic div span').fadeOut('fast');$('#bigPic div img').fadeOut('slow',function(){$('#bigPic').fadeOut('slow')})}

