function DictFold(id){
if($('dictc_'+id).style.display=='none'){
 $('dictc_'+id).style.display=''
 $('dicttoggle_'+id).src='resource/von.gif';
}else{
 $('dictc_'+id).style.display='none';
 $('dicttoggle_'+id).src='resource/von2.gif'
}
};
