<!-- 
             function popup() {

		var width = 1;
		var height = 1;

			width = (screen.width - 310) / 2;
			height = (screen.height - 260) / 2;

              window.open('intervju.html','intervju1',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,fullscreen=0,top=0,left=0,width=310,height=260,top="+height+",left="+width);

		}

		function popup2() {

		var width = 1;
		var height = 1;

			width = (screen.width - 310) / 2;
			height = (screen.height - 260) / 2;

              window.open('intervju2.html','intervju2',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,fullscreen=0,top=0,left=0,width=310,height=260,top="+height+",left="+width);

		}


//-->
