function bigtosmall19492(step){ if(step==1){ document.write('
'); setTimeout('bigtosmall19492(2)',10000); document.write(''); }else if(step=2){ var id = jQuery('#js_ad_b_19492'); var sh = id.next().height(); id.animate({height: sh},1000,function(){ jQuery(this).hide().next().css('display','block').show(); }); } }bigtosmall19492(1);