EZ EZViwe

[임상강좌(7)치의신보,악성재건학회공동기획]대주제:악안면 기형과 악안면골 성형술

관리자 기자  2005.04.11 00:00:00

기사프린트

●김용덕 교수
■학력
부산치대 졸업
부산치대 구강악안면외과 석·박사
■경력
부산대병원 구강악안면외과 수련
부산대병원 구강악안면외과 전임의사
부산치대 구강악안면외과 조교수


●김종렬 교수
■학력
서울치대 졸업
서울치대 구강악안면외과 석·박사
■경력
서울대학교병원 구강악안면외과 수련
메리놀병원 치과과장
미국 노스캐롤라이나대, 일본 구주대 교환교수
부산치대 구강악안면외과 교수

$(function() { $('#news_body_area img').each(function(i) { var tmpImage = new Image(); tmpImage.src = $(this).attr('src'); if (parseInt(tmpImage.width) > 720) { $(this).css('width', '720px'); } }); }); var MYNEWS_PHOTO_LIMIT_WIDTH = parseInt("720"); $("img[xtype='photo']").load(function(obj) { var title = $(this).attr('title'); $(this).attr('alt', title); $(this).removeAttr('title'); var image_align_class = ""; var clazz = $(this).attr('class'); if (clazz != null && clazz.length > 0) { image_align_class = " "+clazz; } $(this).attr('class', 'img'); $(this).removeAttr('xtype'); var w = parseInt($(this).css('width')); if (isNaN(w)) { w = 0; } var h = parseInt($(this).css('height')); if (isNaN(h)) { h = 0; } if (w <= 0) { var timg = new Image(); timg.src = this.src; w = parseInt(timg.width); if (isNaN(w)) { //... } } if (w > MYNEWS_PHOTO_LIMIT_WIDTH) { var pct = parseFloat(MYNEWS_PHOTO_LIMIT_WIDTH) / parseFloat(w); w = MYNEWS_PHOTO_LIMIT_WIDTH; if (pct > 0 && pct < 1 && h > 0) { h = Math.floor(parseFloat(h) * pct); } } $(this).css('width', w+"px"); if (h > 0) { $(this).css('height', h+"px"); } $(this).wrap("

"); if (title != null && title.length > 0) { if (title.indexOf('▲') == -1) { title = '▲' + title; } $(this).after("
"+title+"
"); } });