¿ï»êÁß±¸ Á¾°«Áý¹®ÈÀ½¾Çȸ |
±Û¾´ÀÌ : ÃÖ°í°ü¸®ÀÚ
³¯Â¥ : 13-03-22 16:49
Á¶È¸ : 2837
|
|
|
");
win.document.write ("");
win.document.write (" ");
win.document.write ("");
win.document.close();
}
//-->
function myimage_window(img)
{
var myimg = new Image();
myimg.src=img;
//var w = img.tmp_width;
//var h = img.tmp_height;
var w = myimg.width;
var h = myimg.height;
if(w == 0) w = 800;
if(h == 0) h = 640;
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/3;
if (w >= screen.width) {
winl = 0;
h = (parseInt)(w * (h / w));
}
if (h >= screen.height) {
wint = 0;
w = (parseInt)(h * (w / h));
}
var js_url = "
|
¿ï»êÁß±¸ Á¾°«Áý¹®ÈÀ½¾Çȸ ÁøÇàÀ» ¸Â°íÀÖ´Â ¿ï»êÀ̺¥Æ®ÀÔ´Ï´Ù^^
|