// ポップアップ function popup(di,na,wi,he){ filez = di; prop = 'SCROLLBARS=no,resizable=no,menubar=no,directories=no,status=0,locationbar=no,width=' + wi + ',height=' + he; nam = na; win_name = window.open(filez,nam,prop); }