강아지 상식 사전
2015.05.18 15:12:18 서유민 기자 youmin88@inbnet.co.kr
//
//
// -1);
function getInternetExplorerVersion() {
var rv = -1; // Return value assumes failure.
if (navigator.appName == 'Microsoft Internet Explorer') {
var ua = navigator.userAgent;
var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
if (re.exec(ua) != null) {
rv = parseFloat(RegExp.$1);
}
}
return rv;
}
function emptyImg(obj, type) {
if (type == 'm140') {
obj.src = "http://static.naver.net/book/image/noimg5.gif";
obj.width = "140";
obj.height = "190";
} else {
obj.src = "http://static.naver.net/book/image/noimg4.gif";
obj.width = "106";
obj.height = "154";
}
}
var htInitData;
var htInitDataTodayBook;
function init_socialplugin() {
var d = document.head ? document.head : document.getElementsByTagName("head")[0];
var s = document.createElement("script");
var today = new Date();
var dd = today.getDate();
var mm = today.getMonth()+1;
var yyyy = today.getFullYear();
if (dd < 10) { dd = '0' + dd; }
if (mm < 10) { mm = '0' + mm; }
s.src = ("http://spi.naver.net/js/release/socialplugin_news_v1.js?" + yyyy + mm + dd);
s.charset = "utf-8";
d.appendChild(s);
}
function draw_socialplugin() {
var arInitData = new Array();
arInitData[0] = {data:htInitData, layerId:"spiLayer1"};
if( htInitDataTodayBook != null )
arInitData[1] = {data:htInitDataTodayBook, layerId:"spiLayerTodayBook"};
nhn.socialplugin.drawMultiSpiLayer(arInitData);
}
jindo.$Fn(function() {
nclk_do();
//책 찜하기 버튼.
jindo.$Fn(function(e) {
book_zzim('6432158', 'OTHERS');
e.stop();
}).attach(jindo.$("addZzimBtn"), "click");
// 책 찜삭제하기 버튼
jindo.$Fn(function(e) {
if ( confirm("책찜하신 [강아지 상식사전] 책을 삭제하시겠습니까?")) {
$('zzimForm').action = "/myroom/zzimBook_delete.nhn?bid=6432158";
$('zzimForm').submit();
}
e.stop();
}).attach(jindo.$("deleteZzimBtn"), "click");
//isbn 도움말 버튼.
jindo.$Fn(function(e) {
var bookInfoTop = parseInt($Element($$.getSingle("div.book_info")).offset().top, 10);
var isbnBtnTop = parseInt($Element("isbnBtn").offset().top, 10);
var imgBtnHeight = parseInt($$.getSingle("img", jindo.$("isbnBtn")).height, 10);
var resultTop = isbnBtnTop - bookInfoTop + imgBtnHeight;
if (getInternetExplorerVersion() >= 8) {
resultTop -= 8;
}
$Element("isbnHelpBox").css("top", resultTop + "px");
$Element("isbnHelpBox").toggle();
$("isbnHelpBoxCloseBtn").focus();
e.stop();
}).attach(jindo.$("isbnBtn"), "click");
//isbn 도움말 레이어 닫기
jindo.$Fn( function(e) {
$Element("isbnHelpBox").hide();
$("isbnBtn").focus();
e.stop();
}).attach(jindo.$("isbnHelpBoxCloseBtn"), "click").attach(jindo.$("isbnHelpBoxCloseBtn"), "blur");
var openCloseProduct = jindo.$("openTotalProduct", "closeTotalProductListBtn");
if (!!openCloseProduct) {
for (var i = 0; i < openCloseProduct.length; i++) {
if (!openCloseProduct[i]) {
continue;
}
jindo.$Fn(function(e) {
$Element("totalProductListLayer").toggle();
$Element("productListLayer").toggle();
if ($Element("totalProductListLayer").visible()) {
clickcr(e.currentElement, 'buy.unfold', '', '', e);
} else {
clickcr(e.currentElement, 'buy.fold', '', '', e);
}
e.stop();
}).attach( openCloseProduct[i], "click");
}
}
htInitData = {
style : "standard2",
servicename: "책",
evkey : "book",
title : "강아지 상식사전",
source : "http://book.naver.com/bookdb/book_detail.nhn?bid=6432158",
me2key : "",
tags : ["네이버책", "강아지 상식사전"],
me : {
display : "off"
},
mail : {
srvid : "social",
srvurl: "http://bookmark.naver.com/getRichMailTmpl.ajax?sourceUrl=" + encodeURIComponent("http://book.naver.com/bookdb/book_detail.nhn?bid=6432158")
},
cafe : {
sourceType : "39",
sourceTitle : "네이버 책 > 강아지 상식사전",
sourceContents : $("scrap_content").innerHTML,
sourceForm : 1
},
blog : {
blogId : "naver",
sourceType : "39",
sourceTitle : "네이버 책 > 강아지 상식사전",
sourceContents : $("scrap_content").innerHTML,
sourceForm : 1
},
me2post : {
shortUrl : "off"
}
};
init_socialplugin();
$Fn(function(e) {
if (("OTHERS".search("IPAD") > -1)) {
alert("글쓰기 기능을 지원하지 않는\n 브라우저입니다.");
e.stop();
} else {
hideLayerBookImage();
$Element(e.currentElement.id).attr("href", "/bookdb/review_write.nhn?bid=6432158");
}
}).attach($("reviewWriteTopBtn", "reviewWriteBottomBtn"), "click");
$A(["books", "low_books"]).forEach(function(cpName,i){
if($("iconMileage_" + cpName) != null) {
$Fn(function () {
$Element("lpop_wrap_" + cpName).css("display", "inline");
$$("#lpop_wrap_" + cpName + " a")[0].focus();
}).attach($("iconMileage_" + cpName), "focus");
$Fn(function() {
$Element("lpop_wrap_" + cpName).css("display", "none");
}).attach($$("#lpop_wrap_" + cpName + " a")[1], "blur");
}
});
if (isIpadBrowser == false) {
(function() {
var aElem = $("iconMileage_books", "lpop_wrap_books", "iconMileage_low_books", "lpop_wrap_low_books");
var isIconMileageOver = false;
if(aElem) {
jindo.$Fn(function(e) {
isIconMileageOver = e.type == "mouseover";
var el = e.currentElement;
if (/(books)$/i.test(el.id)) {
var welLayer = jindo.$Element("lpop_wrap_books");
}
window.setTimeout(function() {
closeSubDetailLayer();
if(isIconMileageOver == true) {
welLayer.css("display", "inline");
}
}, 50);
}).attach(aElem, "mouseover").attach(aElem, "mouseout");
}
})();
} else {
$$("a[id^=iconMileage_]").forEach(function(v, i){
$Fn(showSubDetailLayer).attach($Element(v), "click");
});
}
$$("div.lpop_detail a.btn_close").forEach(function(v, i) {
$Fn(closeSubDetailLayer).attach($Element(v), "click");
});
var tabDetaiList = $$("div.tab_detail ul li a");
$Fn(function() {
if (false) {
$("reviewWriteBottomBtn").focus();
}
}).attach($(tabDetaiList[tabDetaiList.length - 1]), "blur");
setTimeout(function() {
var elikeLog = new naver.book.LikeLog();
elikeLog.setElement({
"likeBtn" : jindo.$Element(jindo.$$(".u_likeit_btn")[0])
, "isListType" : "N"
, "bid" : "6432158"
, "platform" : "pc"
, "pageUrl" : "/bookdb/book_detail.nhn"
, "elementId" : ""
});
elikeLog.run();
} ,1000);
}).attach(window, "load");
function showSubDetailLayer(e) {
$$("div.lpop_wrap2").forEach(function(v, i){
$Element(v).css("display", "none");
});
var nextElement = e.currentElement.nextElementSibling;
$Element(nextElement).css("display", "inline");
addCheckoutLink(nextElement.id);
}
function closeSubDetailLayer(e) {
if(isIpadBrowser == true) {
var parentNode = e.currentElement.parentNode.parentNode.id;
removeCheckoutLink(parentNode);
}
$$("div.lpop_wrap2").forEach(function(v, i){
$Element(v).css("display", "none");
});
}
function addCheckoutLink(id) {
var checkLinkObj = $Element($$("#" + id + " p.lcheckout_go")[0]);
if (checkLinkObj.child().length < 1) {
$Element($$("#" + id + " p.lcheckout_go")[0]).append(document.createTextNode("네이버 아이디 하나로 적립/사용"));
$Element($$("#" + id + " p.lcheckout_go")[0]).append("
");
$Element($$("#" + id + " p.lcheckout_go")[0]).append(" 네이버 마일리지 서비스 보기 ");
}
}
function removeCheckoutLink(id) {
$Element($$("#" + id + " p.lcheckout_go")[0]).empty();
}
function showLayerBookImage(){
$('ly_dimmed').style.display = "block";
$('ly_frame').style.display = "block";
$('ly_frame_title').focus();
}
function hideLayerBookImage(){
$('ly_dimmed').style.display = "none";
$('ly_frame').style.display = "none";
$('txt_desc_point').focus();
}
var OPEN = 0;
var CLOSE = 1;
var statusFalg = OPEN;
function showLayerMoreBookInfo(){
if(statusFalg == OPEN) {
$Element('btnMoreBookInfo').toggleClass("on");
$$("span.ly_more a")[0].focus();
if($Element('btnMoreBookInfo').hasClass("on") == true) {
var aList = $$("span.ly_more a");
$Fn(function(){
$Element('btnMoreBookInfo').removeClass("on");
$("btnMoreBookInfo").focus();
}).attach(aList[aList.length - 1], "blur");
}
statusFalg = CLOSE;
} else {
statusFalg = OPEN;
}
}
// ]]>
// = criteria) {
ele.style.display = "none";
}
});
$Element(openMenuId).toggle();
$Element(closeMenuId).toggle();
e.stop();
}).attach($(closeMenuId), "click");
}
function displayRelationDiv(param) {
var html = "";
html += '이 책의 ' + param.korean + ' (' + param.total + '권)';
html += '';
html += '';
if (param.total > param.criteria) {
html += '
개의 습성부터 응급 상황 대처법까지
수의학 전문의가 직접 쓴 애견인을 위한 지침서
'강아지 상식사전'은 동물행동심리학의 차원에서 우리 개의 행동과 욕구를 이해하고, 막연하게만 알고 있던 잘못된 애견 지식을 바로잡을 수 있는 애견인을 위한 지침서다. 입양 전에 숙지해야 할 점에서부터 개의 습성과 이상행동의 원인, 화장실 훈련, 먹이, 외양 관리법, 각종 질병과 응급 상황 대처법 등 반려견을 키울 때 반드시 알아야 할 사항들을 빠짐없이 수록했다. 특히 이 책은 30년간 동물병원을 운영해온 수의학 전문의가 직접 집필하였기 때문에, 반려견을 돌보는 데 있어 정확하고 신뢰할 만한 정보를 찾아온 이들에게 실질적인 도움이 될 것이다. 간결하고 누구나 쉽게 따라할 수 있는 설명, 직관적으로 이해할 수 있는 단순하면서도 재치 넘치는 일러스트도 돋보인다.
이 책은 이상행동의 원인과 해결 방법은 물론이고, 우리 개에게 알맞은 운동량과 하루 필요칼로리, 개에게 좋은 간식과 주면 안 되는 음식, 그루밍 도구 및 방법, 귀ㆍ눈ㆍ이빨ㆍ발톱ㆍ항문선 관리 방법 등 반려인들이 놓치기 쉬운 것까지 상세하게 다루었다. 수의학 전문의가 직접 집필한 책답게, 동물병원을 선택할 때 주의 사항에서부터 가정에서 손쉽게 할 수 있는 건강 체크 방법, 연령별 예방접종 체크리스트 등을 상세하게 다루었다. 또한 반려견의 건강을 위협하는 전염성 질병, 만성질환, 유전성 질환, 행동ㆍ심리장애ㆍ알레르기, 체내ㆍ체외 기생충 대처법을 수록하여, 곁에 두고 필요할 때마다 찾아보면서 풍부한 임상경험을 지닌 수의학 전문의의 조언을 얻을 수 있도록 했다.
저자 데이비드 브루너(DAVID BRUNNER) 박사는 30년간 개와 고양이를 치료해온 수의학 전문의로, 미국 인디애나폴리스에서 동물병원을 운영하고 있다. 저서로 '고양이 상식사전'(공저) 등이 있다. 검은 래브라도 리트리버인 루시와 노엘, 그리고 마우스라는 이름을 가진 멋진 고양이를 키우고 있다.
ⓒ 반려동물 뉴스 노트펫, 무단전재 및 재배포 금지