
function openLAWindow(URL)
{appWindow=window.open(URL,"appWindow","status=yes,scrollbars=yes,resizable=yes,width=1014,height=760");
}
 
