function popMov(movID)
{
	leftPos= (screen.width-398)/2;
	topPos= (screen.height-443)/2;
	egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top="+topPos+",left="+leftPos;
	
	url="mov.html?movID="+movID;
	egenskaper+=",width="+"443";
	egenskaper+=",height="+"398";
	unik=new Date();
	unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
	window.open(url,unik,egenskaper);
}

function popMovHD(movID)
{
	leftPos= (screen.width-760)/2;
	topPos= (screen.height-569)/2;
	egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top="+topPos+",left="+leftPos;
	
	url="movHD.html?movID="+movID;
	egenskaper+=",width="+"760";
	egenskaper+=",height="+"569";
	unik=new Date();
	unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
	window.open(url,unik,egenskaper);
}