﻿function OpenWindow(targetUrl)
{
    window.open(targetUrl, 'adwindow', 'width=750,height=550,location=yes,top=20,left=20,screenX=20,screenY=20,scrollbars=yes');
}