function openInfo(file)
{
	file=file+'.html';
	window.open(file,'Produkty firmy Folmet','width=640,height=480,left=0,top=0,resizable=0,scrollbars=0');
}