function ShowProduct(URL)
	{
	var width  = 600;
	var height = 450;
	window.open(URL, 'products', 'width='+width+', height='+height+', toolbar=no, menubar=no, resizable=no, status=no, location=no, scrollbars=yes')
	}

function ShowNews(id, lang)
	{
	var width  = 600;
	var height = 450;
	window.open('http://www.flysoft.ru/' + lang + '/news/'+id+'/', 'news', 'width='+width+', height='+height+', toolbar=no, menubar=no, resizable=no, status=no, location=no, scrollbars=yes')
	}

function ShowCam(lang)
	{
	var width  = 700;
	var height = 580;
	window.open('http://www.flysoft.ru/' + lang + '/webcam/', 'webcam', 'width='+width+', height='+height+', toolbar=no, menubar=no, resizable=no, status=no, location=no, scrollbars=yes')
	}
