var win1Open = null
var win2Open = null
function displayImage(picName, windowName, windowWidth, windowHeight){
return window.open(picName,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" + (parseInt(windowWidth)+20) + ",height=" + (parseInt(windowHeight)+15))
}
function winClose(){ // close all open pop-up windows
if(win1Open != null) win1Open.close()
if(win2Open != null) win2Open.close()
}
function doNothing(){} // does nothing but required by JavaScript in this case


현재 위킥 대문으로도 올라가 있는 그림들입니다.
아래 두 개는 작년에도 써먹었지만 다시 한 번 ㄷㄷㄷ; [...]
카츠라님의 파워를 받아 올해도 수험생 여러분 수능 화이팅입니다 ㅠ_ㅠ/
이 글과 관련있는 글을 자동검색한 결과입니다 [?]
# by 아둥아둥 | 2006/11/15 21:40 | 日常茶飯 | 트랙백(1) | 덧글(11)