|
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>
<?php
include_once('menu.php');
?>
</div>
<div class="content-part">
<div class="text-div" style="width:961px;">
<div class="ab-img" style="width:400px;"><img src="images/history-m.jpg" /></div>
<div class="detail" style="float:right; width:550px;">
<h2>New Projects</h2>
<p>Kallen & Lemelson, Consulting Engineers, LLP was established in 1957 by Howard Kallen and Howard Lemelson to offer professional engineering services for the design of MEP/FP systems for a wide range of applications including hospital, nursing home, laboratory, higher education / institutional, K-12, residential, commercial, governmental and cultural / recreational (with an emphasis on healthcare and education).
</p>
<p> </p>
<p>Kallen & Lemelson, Consulting Engineers, LLP was established in 1957 by Howard Kallen and Howard Lemelson to offer professional engineering services for the design of MEP/FP systems for a wide range of applications including hospital, nursing home, laboratory, higher education / institutional, K-12, residential, commercial, governmental and cultural / recreational (with an emphasis on healthcare and education).
</p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#">Click here for our company brochure from the early 1970's</a>. </p>
</div>
</div>
</div>
</div>
<?php
include_once('footer.php');
?>
<div class="clear"></div>
</div>
</body>
</html>