var sphNum = "+375 29 920 3094";
var sfaxNum = "+375 17 262-5912";
var sPhone = "Tel.: +375 29 920 3094";

function writePhones()
{
	document.write(sPhone);
}
function writeNumber()
{
	document.write(sphNum);
}
function writeFax()
{
	document.write(sfaxNum);
}
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");
}
