﻿//preview 팝업 740*500
function LF_Pop_Preview(GoodNo) {
    wm = window.open('../Popup/pop_preview_All.aspx?GoodNo=' + GoodNo, '미리보기', 'menubar=no,scrollbars=no,resizable=no,left=0,top=0,width=740,height=600');
}
