function popMov(type, projectId)
{
topPos= (screen.height-300)/2;
leftPos= (screen.width-300)/2;
egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top="+topPos+",left="+leftPos;
if(type=="reel") {
url="_popup/quicktime.php?id="+projectId+"&type=reel";
} else {
	url="_popup/quicktime.php?id="+projectId+"&type=pf";
}
egenskaper+=",width="+"300";
egenskaper+=",height="+"300";
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
window.open(url,unik,egenskaper);
}
function screenShot(type, projectId)
{
topPos= (screen.height-520)/2;
leftPos= (screen.width-780)/2;
egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top="+topPos+",left="+leftPos;
if(type=="reel") {
url="_popup/screens.php?id="+projectId+"&type=reel";
} else {
	url="_popup/screens.php?id="+projectId+"&type=pf";
}
egenskaper+=",width="+"780";
egenskaper+=",height="+"520";
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
window.open(url,unik,egenskaper);
}
function info(projectId, pathVar, countVar)
{
topPos= (screen.height-520)/2;
leftPos= (screen.width-520)/2;
egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top="+topPos+",left="+leftPos;
url="_infos/index.php?idx="+projectId+"&path="+pathVar+"&count="+countVar;
egenskaper+=",width="+"520";
egenskaper+=",height="+"520";
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
window.open(url,unik,egenskaper);
}
function popBanner(projectId, pathVar, countVar)
{
topPos= (screen.height-400)/2;
leftPos= (screen.width-728)/2;
egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top="+topPos+",left="+leftPos;
url="popup/banner5445.html?id="+projectId+"&path="+pathVar+"&count="+countVar;
egenskaper+=",width="+"728";
egenskaper+=",height="+"400";
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
window.open(url,unik,egenskaper);
}
function popStudy(projectId)
{
topPos= (screen.height-520)/2;
leftPos= (screen.width-520)/2;
egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top="+topPos+",left="+leftPos;
url="popup/casestudy5445.html?id="+projectId;
egenskaper+=",width="+"520";
egenskaper+=",height="+"520";
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
window.open(url,unik,egenskaper);
}
function popInfo(projectId, pathVar, countVar)
{
topPos= (screen.height-520)/2;
leftPos= (screen.width-520)/2;
egenskaper="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top="+topPos+",left="+leftPos;
url="popup/info5445.html?id="+projectId+"&path="+pathVar+"&count="+countVar;
egenskaper+=",width="+"520";
egenskaper+=",height="+"520";
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
window.open(url,unik,egenskaper);
}