<!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" />
<title>Tandem Group Inc.</title>
<link rel="stylesheet" href="css/tandem_home.css" type="text/css">
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" media="screen"
href="ie.css" />
<![endif]-->
<script>
/*
Clear default form value script- by JavaScriptKit.com
Featured on JavaScript Kit (http://javascriptkit.com)
Visit javascriptkit.com for 400+ free scripts!
*/
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
</script>
<script type="text/javascript" src="iepngfix_tilebg.js"></script>
<script language="JavaScript" src="gen_validatorv31.js" type="text/javascript"></script>
<script>
function DoCustomValidation()
{
var frm = document.forms["notification_signup"];
if(frm.name.value == "Name")
{
sfm_show_error_msg('Please enter a valid name',frm.name);
return false;
}
else
{
return true;
}
}
</script>
</head>
<body>
<div id="background_static">
<div id="static_img" class="secondary_img"></div>
</div>
<div id="background_pattern">
<div id="pattern_img" class="primary_img"></div>
</div>
<div id="main">
<div id="tandem_logo">
<img src="images/tandem_logo.gif" width="265" height="100" alt="" border="0" />
</div>
<div id="introduction">
<img src="images/intro_copy.png" width="615" height="230" alt="Building highly effective organizations that can change and adapt. In a world of constant change—geopolitical, technological, and economic—leaders must move beyond traditional approaches to growing their businesses and changing their organizations. They must think differently. Be able to continuously adapt. And they must inspire their workforces to be collaborative and co-creative." border="0" /><br /><br />
Carolyn Hendrickson, Ph.D., Tandem Group President
</div>
<div id="detailed_content">
<div class="content_chunk">
<h1>WHAT WE DO</h1>
<h2><img src="images/bullet_img.png" width="15" height="11" alt="" border="0" />Organization effectiveness</h2>
<h2><img src="images/bullet_img.png" width="15" height="11" alt="" border="0" />Leadership alignment</h2>
<h2><img src="images/bullet_img.png" width="15" height="11" alt="" border="0" />Organization design</h2>
<h2><img src="images/bullet_img.png" width="15" height="11" alt="" border="0" />High performance behavior</h2>
<h2><img src="images/bullet_img.png" width="15" height="11" alt="" border="0" />Large-scale change</h2>
</div>
<div class="content_chunk">
<h1>TO LEARN MORE</h1>
<h3>tel 847.604.8006</h3>
<h3><a href="mailto:clh@tandemgroupinc.com?subject=Website Inquiry">info@TandemGroupInc.com</a></h3>
</div>
<div class="content_chunk">
<h4>Our new website is launching soon.<br />Please sign up to be notified.<br /><br />
<form method="post" action="contact.php" name="notification_signup">
<div>
<input type="text" value="Name" name="name" id="name" class="form_input" onFocus="clearText(this)"/><br />
<input type="text" value="Email" name="email" id="email_address" class="form_input" onFocus="clearText(this)"/><br /><br />
<input type="submit" value="Sign up" />
</div>
</form>
<script language="JavaScript" type="text/javascript">
var frmvalidator = new Validator("notification_signup");
frmvalidator.addValidation("name","req","Please enter your name");
frmvalidator.addValidation("name","minlen=2","Your name must contain at least 2 characters");
frmvalidator.setAddnlValidationFunction("DoCustomValidation");
frmvalidator.addValidation("email","req","Please enter your email address");
frmvalidator.addValidation("email","email","Please enter a valid email address");
</script>
</h4>
</div>
</div>
</div>
<div id="copyright">
© 2009 Tandem Group Inc.
</div>
</body>
</html>