function openwin(id){
	vterm=window.open("http://development.activemedia.com.ua/kmatsebora/ubica/html/ru/current_term.html?s=dialog&value="+id,"vm","copyhistory=0,directories=0,height=300,location=0,menubar=0,resizable=yes,scrollbars=yes,status=0,toolbar=0,width=400");
	vterm.focus();
}
