﻿// JScript File
function woordenboekopenpopup()
{
    var leftposition = screen.width - 500;

    window.open('../CMS/Nova_Business_Software_Woordenboek.aspx', '', 'width=500, height=400, scrollbars=yes, location=no, left=' + leftposition + ', top=0'); return false;

    window.focus();
}