EZ EZViwe

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

관리자 기자  2005.04.04 00:00:00

기사프린트

●권대근 교수
■학력
경북치대 졸업
경북치대 대학원 박사 취득
■경력
경북대병원 구강악안면외과 수련
경북대병원 구강악안면외과 fellow
독일 Freiburg 대학 구강악안면외과 교환의사
일본 Osaka 대학 제2 구강악안면외과 교환의사
계명의대 치과 구강외과 전임강사, 조교수
경북치대 구강악안면외과 조교수

 

$(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+"
"); } });