function NewWnd(_URL, lwidth, lheight)
{
futures = "width=810,height=610,resizable=no,scrollbars=yes,screenX=20,screenY=20";
window.open(_URL,"",futures);
}

