function popWin(url, name, width, height, features)

{
//alert("filmen kommer snart");
if (features) features=","+features; else features="";
var newWin=window.open('http://lfv.temp.st/film/'+url, name, "width="+width+",height="+height+features);
}
