function wopen(url){
	win = window.open(url, "dic", "width=770,height=120,scrollbars=yes,resizable=yes"); 
	win.focus();
}