<!-- 
             function teknikpartner1() {

		var width = 1;
		var height = 1;

			width = (screen.width - 310) / 2;
			height = (screen.height - 260) / 2;

              window.open('teknikpartner1.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 teknikpartner2() {

		var width = 1;
		var height = 1;

			width = (screen.width - 310) / 2;
			height = (screen.height - 260) / 2;

              window.open('teknikpartner2.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);

		}

		function teknikpartner3() {

		var width = 1;
		var height = 1;

			width = (screen.width - 310) / 2;
			height = (screen.height - 260) / 2;

              window.open('teknikpartner3.html','intervju3',"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);

		}


//-->
