function launchWindow(url)
{
    var newWindow = window.open(url,'lakehousePopup','toolbar=Yes,location=Yes,scrollbars=Yes,status=Yes,resizable=Yes,menubar=Yes,directories=Yes');
    newWindow.focus();
}