function skapaRemotenew(lank)

{

windowX = (screen.width - 853) / 2;

windowY = (screen.height - 570) / 2;

remote = window.open("", "q2", "resizable=no,scrollbars=no,status=no,width=853,height=570,top=" + windowY + ",left=" + windowX);

remote.location.href = lank;

}


