
function openTestWindow(url)
{
    var w = window.open (url, 'wincustom', 'height=240,width=320,location=no,menubar=no,resizable=no,left=150,top=50,screenX=150,screenY=100,scrollbars=auto,status=no,toolbar=no');
}

