function newwin(FAJL, X, Y)
	{
		PAR = 'width=' + X + ', height=' + Y;
		window.open(FAJL, '', PAR);
		
	}
