var isIE=!!(navigator.userAgent.toLowerCase().indexOf('msie')>=0&&document.all);var isOpera=!!(window.opera&&document.getElementById);var isMoz=(!isIE);var ini_top;var zIndex=10;function uprise(id){id='#'+id;if($(id).css('position')!='absolute'){$(id).css('position','absolute');$(id).css('left',0);$(id).css('top',$('.maintable').get(0).offsetHeight+0+'px');ini_top=$('.maintable').get(0).offsetHeight+0}if(parseInt($(id).css('height'))>1){new_height=0;new_top=ini_top}else{$(id).css('z-index',++zIndex);new_height=0+$(id+' > .content').get(0).offsetHeight;if(new_height<300)new_height=300;if(!isMoz)new_height+=0;new_top=parseInt($(id).css('top'))-new_height}$(id).animate({height:new_height+'px',top:new_top+'px'},500)}function down(id){id='#'+id;$(id).animate({height:'1px',top:ini_top+'px'},1000)}
