|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/klengineers/ |
Upload File : |
<?php
$ids=$_GET["id"];
include('config/config.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Kallen & Lemelson</title>
<link href="css/global.css" rel="stylesheet" type="text/css" />
<link href="css/grid.css" rel="stylesheet" type="text/css" />
<link href="css/menu.css" rel="stylesheet" type="text/css" media="all">
<link href="css/menu.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/ico" href="/favicon.ico">
<script language="javascript" type="text/javascript" src="includes/jquery.js"></script>
<script language="javascript" type="text/javascript" src="includes/superfish.js"></script>
<script language="javascript" type="text/javascript" src="includes/dropdowns.js"></script>
<script language="javascript" type="text/javascript" src="includes/hoverIntent.js"></script>
<!--<script language="JavaScript" type="text/JavaScript" src="/includes/swfobject.js"></script>-->
<script language="JavaScript" type="text/JavaScript" src="includes/jquery.cycle.all.min.js"></script>
<script language="JavaScript" type="text/JavaScript">
var Handler = {
clearedOnce : false,
clear : function ( field ) {
if (this.clearedOnce == false) {
field.value = '';
this.clearedOnce = true;
}
}
}
</script>
<script type="text/javascript">
/* ObfuscateEmail() - Note: Place after JQuery include */
function obfuscateEmail( start, end, domain, span_id, subject ){
var glue = '@';
var eml = start + glue + end + '.' + domain;
if( subject != "" && subject != undefined ){ subject = '?subject' + '=' + subject; } else { subject = ""; }
$( '#'+span_id ).html('<a href="mail' + 'to: ' + eml + subject + '">' + eml + '</a>');
}
</script>
<!-- HTML here gets inserted into head -->
<!-- we grok in fullness -->
</head>
<body>
<div id="wrapper">
<div id="site-home">
<?php
include_once('menu.php');
?>
<div class="content-part">
<div class="div-left-market">
<?php
$query="select * from market where id='$ids'";
$ans=mysql_query($query);
$row=mysql_fetch_array($ans);
?>
<h2><?php echo $row['m_name'];?></h2>
<?php
$query="select * from marketdetail";
$ans=mysql_query($query);
while($row=mysql_fetch_array($ans))
{
?>
<p><a class="active" href="status.php?id=<?php echo $row['id'];?>&id1=<?php echo $ids;?>"><?php echo $row['d_name'];?></a></p>
<?php
}
?>
<!--<p><a href="#">Hackensack University Medical Center, High-Pressure Steam Boiler Plant Upgrade, Hackensack, NJ</a></p>
<p><a href="#">Harlem Hospital Center, Modernization and New High-Pressure Central Plant, New York, NY</a></p>
<p><a href="#"> James J. Peters VA Medical Center, Boiler Burner, Chillers and Cooling Tower Replacement, Bronx NY</a></p>
<p><a href="#"> Medical Center of Ocean County, Chiller Plant and Cooling Tower Expansion and Replacement, Brick, NJ</a></p>
<p><a href="#"> St. Barnabas Hospital, High-Pressure Steam Heating Plant Replacement, Bronx, NY </a></p>
<p><a href="#"> SUNY at Plattsburgh, High Temperature Hot Water Distribution, Plattsburgh, NY</a></p>
<p><a href="#"> SUNY at New Paltz, Student Union Building Chiller Replacement, New Paltz, NY </a></p>
<p><a href="#"> Long Island State Veterans Home at SUNY Stony Brook University, Heating and Cooling Plant Replacement, Stony Brook, NY</a></p>
<p><a href="#"> VA Hudson Valley Health Care System - Montrose Campus, High-Pressure Steam Boiler Plant Replacement, Montrose, NY</a></p>-->
</div>
<div class="div-right">
<div class="text-div">
<div class="market-detail"><a href="#"><img src="images/mark-detail.jpg" /></a></div>
<div class="market-detail" style="padding:5px; width:706px;">
<h2>Coler-Goldwater Specialty Hospital & Nursing Facility, High-Pressure Steam Boiler Plant Study and Refurbishment, Roosevelt Island, NY</h2>
<p> Kallen & Lemelson provided an existing condition assessment of the central plant and developed a scope of work and budget for refurbishment, renovation and/or replacement of associated equipment. The assessment was performed with the understanding that the refurbished plant shall provide another 20 to 30 years of operation. The assessment also recognized that the current use of the Goldwater Hospital was uncertain, so that depending on the condition of equipment dedicated to Goldwater Hospital, replacement / refurbishment of this equipment may be deferred. <br /><br />
Since the central boiler plant was nearing the end of its useful life, the HHC wanted to construct a new boiler plant at Coler Hospital to supply steam for heating, domestic water heating and any other existing steam uses. As part of our assessment, Kallen & Lemelson developed schematic design drawings for a new 10,000 SF stand-alone building to house the new central boiler plant to serve the Coler Hospital. Since the Goldwater Hospital was in the process of being de-commissioned, the HHC wanted to construct a temporary modular boiler plant which could be relocated and/or sold in the future. The HHC envisioned a factory-fabricated modular plant that could be shipped in modular sections and interconnected / assembled on-site.
</p>
<p> </p>
</div>
</div>
</div>
</div>
</div>
<?php
include_once('footer.php');
?>
<div class="clear"></div>
</div>
</body>
</html>