var mlayoutPhoto;
function doPhotoViewInit()
{
try {document.execCommand('BackgroundImageCache', false, true);} catch(e) {}
var layoutPhotowrap=new PhotoImageViewerWrap();
mlayoutPhoto = new layoutPhotowrap.PhotoImageViewer({
target : parent,
cssurl : "/common/smarteditor/engine/plugin/photo/original_viewer.css",
ndsurl : "",
popupurl : "http://happylog.naver.com/wcomp/smarteditor"
});
}
hbean.observer.add("doPhotoViewInit()");
var resize_width = 680;
/*
* 이미지 resize(과거 호환)
*/
function resizeImage(imgnum) {
if (imgnum == null || imgnum == "") return;
try
{
var e = document.getElementById("userImg"+ imgnum)
if (e != null && e.width > resize_width) {
e.width = resize_width;
setTimeout("resizeImage("+ imgnum +")", 1000);
}
}
catch(e)
{}
}
/*
* 이미지 보기(과거 호환)
*/
function popImage(imgnum) {
try
{
if (imgnum == null || imgnum == "") return;
var imgurl = document.getElementById("userImg"+ imgnum).src;
mlayoutPhoto.doPlayer([imgurl], 0);
}
catch(e)
{
}
}
/*
* 이미지 보기(과거 호환)
*/
function popview(imgurl) {
mlayoutPhoto.doPlayer([imgurl], 0);
}
2009년 7월 11일에 부산지방병무청 직원분들이
저희 동산원을 위해 후원물품 지원과 함께 자원봉사를 나와주셨습니다~^^
|