function mini(URL,WIDTH,HEIGHT){  subwindow=window.open(URL,'','scrollbars=1,resizable=1,toolbar=0,location=0,status=0,width=' + WIDTH + ',height=' + HEIGHT + ',left=0,top=0');  subwindow.opener=self;  subwindow.document.close();}

function dic(url){ if(url) window.open(url,"辞書","resizable,scrollbars,height=600,width=750");}
