var uri=null;
function okno(uri){
		uri='okno/'+uri+'.htm';
		window.open(uri,'','width=800, height=600, resizable=1, scrollbars=1');
}
