몽골미술을 가다-07.9.20목~10.10수 역삼동 포털아트 전시실 2층
// 이미지의 크기에 따라 새창의 크기가 변경됩니다. 출처: 그누보드
function image_window(img)
{
var w = img.tmp_width;
var h = img.tmp_height;
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 = " \n";
js_url += " \n";
js_url += ""+"script> \n";
var settings;
if (!document.all) {
settings ='width='+(w+10)+',';
settings +='height='+(h+10)+',';
} else {
settings ='width='+w+',';
settings +='height='+h+',';
}
settings +='top='+wint+',';
settings +='left='+winl+',';
settings +='scrollbars=no,';
settings +='resizable=yes,';
settings +='status=no';
win=window.open("","image_window",settings);
win.document.open();
win.document.write (" \n \n\n");
var size = "이미지 사이즈 : "+w+" x "+h;
win.document.write (""+size+" \n");
if(w >= screen.width || h >= screen.height) {
win.document.write (js_url);
var click = "[안내]태그제한으로등록되지않습니다-ondblclick='window.close();' style='cursor:move' title=' "+size+" \n\n 이미지 사이즈가 화면보다 큽니다. \n 왼쪽 버튼을 클릭한 후 마우스를 움직여서 보세요. \n\n 더블 클릭하면 닫혀요. '";
}
else
var click = "[안내]태그제한으로등록되지않습니다-xxonclick='window.close();' style='cursor:pointer' title=' "+size+" \n\n 클릭하면 닫혀요. '";
win.document.write (" \n");
win.document.write ("
\n\n");
win.document.write (" \n");
win.document.write ("
");
win.document.write (" ");
win.document.close();
if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}
function win_open(url, name, option)
{
var popup = window.open(url, name, option);
popup.focus();
}
http://www.porart.com/art_goods_list.php?Index=982&bm=
'기 타' 카테고리의 다른 글
송년회 하기 좋은 곳 기사 (0) | 2007.12.03 |
---|---|
구글 웹검색 인터뷰 (0) | 2007.11.16 |
대한항공 여행사진전 마감-07.8.20 (0) | 2007.08.12 |
맥주 이야기 (0) | 2007.07.17 |
2007 여름 즐기기 (0) | 2007.07.16 |