function writePhones()
{
	document.write ("Tel/Fax: +375 17 202-5544");
}
function open_link(_url,_width,_height)
{
	var _top, _left;
	_top = (window.screen.height - _height) /2;
	_left =(window.screen.width - _width) /2;
	b_w = window.open (_url, null, "top="+ _top + ",left=" + _left +",width=" + _width + ",height=" + _height + ",status=no,toolbar=no,menubar=no,location=no,scrollbars=no,titlebar=no");
}

