var _wh;
function openUrl(url)
{
    _wh = window.open(url, 'ttPP', 'width=800,height=600');
    if (window.focus) { _wh.focus(); }
}
