

function buildbath(url, width, height) {
        window.open(url,"displayBuildBath",'width=' + (width + 16) + ',height=' + height + ',resizable=yes,scrollbars=yes,menubar=no,status=0,toolbar=no');
}