|
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
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 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 -->
<script language="javascript" type="text/javascript">
$(document).ready(function() {
$('.banner img:first').fadeIn(1000, function() {
$('.banner').cycle({
fx: 'fade',
speed: 1000,
timeout: 5000,
pager: '#ban-nav',
prev: '#prev',
next: '#next',
pagerAnchorBuilder: function(idx, slide) {
return '<a href="#"></a>';
}
});
});
});
//Center the sideshow nav
$(document).ready(function() {
var slideNav = $('#ban-nav a').length;
var navWidth = 38 * slideNav;
//alert (slideNav);
$('#ban-nav').css({
marginLeft: (984 - navWidth) / 2
});
});
</script><!-- we grok in fullness -->
</head>
<body>
<div id="wrapper">
<div id="site-home">
<div class="div-top">
<div class="logo" style="margin:36px 0 45px 0"><a href="index.html"><img src="images/logo.png" width="348" height="49" border="0" /></a></div>
<div class="menu">
<p>Excellence in Design Since 1957</p>
<ul id="menu" style="float:right;">
<li><a href="index.php">HOME </a></li>
<li><a href="about.php">ABOUT K&L </a>
<ul>
<li><a href="overview.php">Overview</a></li>
<li><a href="firm-history.php">Firm History</a></li>
<li><a href="leadership.php">Leadership</a></li>
<li><a href="career.php">Careers</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</li>
<li><a href="services.php">SERVICES</a>
<ul>
<li><a href="services-design.php">Design Services</a></li>
<li><a href="services-construction.php">Construction Period Services </a></li>
<li><a href="services-computerized.php">Computerized Design </a></li>
</ul>
</li><li><a href="#">MARKETS </a></li>
<li><a href="#">CONTACT US</a></li>
</ul></div>
</div>
<div class="content-part">
<div class="text-div" style="width:961px;">
<div class="ab-img" style="width:400px;"><img src="images/service-com-m.jpg" /></div>
<div class="detail" style="float:right; width:550px;">
<h2>Computerized Design </h2>
<p>
Kallen & Lemelson produces contract documents for projects on AutoCAD and Revit and utilizes a fully automated computer-aided design process. More recently we have also developed expertise in Building Information Management (BIM), which is the process of generating and managing building data during its life cycle to increase productivity in building design and construction. Our correspondence, reports and specifications are generated on a fully networked word processing system, thereby ensuring consistent quality and production efficiency. We also provide energy studies and building energy modeling using programs such as eQUEST, TRACE and DOE2 while verifying the proper application of the ASHRAE 90.1 Energy Standard by use of COMcheck.</p>
</div>
</div>
</div>
</div>
<div id="footer">
<p>520 Eight Avenue, 17th Floor, New York, NY 10018 | Phone: (212) 643-9898 | Fax: (212) 643-2332 | Email: [email protected]
</p>
<p><span>Copyright © 2013, <a href="http://www.247nywebdesign.com/" target="_blank">Web Design</a> By <a href="http://www.247nywebdesign.com/" target="_blank">24/7 NY Web Design</a></span>
</p>
</div>
<div class="clear"></div>
</div>
</body>
</html>