function newWindow(thepage)
{
    window.open(thepage,'lplanfeature','toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500');
}