<body onload="MM_preloadImages('global/home_over.gif','global/refurbs_over.gif','global/setups_over.gif','global/contact_over.gif')">
<?php
include ('includes/db_inc.php');
?>
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td><img src="global/navTop.gif" width="370" height="60" /></td>
</tr>
<tr>
<td><img src="global/logo.gif" alt="CMS Services" width="370" height="65" /></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','global/home_over.gif',1)"><img src="global/home_off.gif" alt="Home" name="home" width="370" height="17" border="0" id="home" /></a></td>
</tr>
<tr>
<td><a href="refurbishment/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('refurbs','','global/refurbs_over.gif',1)"><img src="global/refurbs_off.gif" alt="Refurbishment Projects" name="refurbs" width="370" height="15" border="0" id="refurbs" /></a></td>
</tr>
<tr>
<td><a href="setups/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('setups','','global/setups_over.gif',1)"><img src="global/setups_off.gif" alt="Set Ups & Dismantles" name="setups" width="370" height="16" border="0" id="setups" /></a></td>
</tr>
<tr>
<td><a href="contact/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','global/contact_over.gif',1)"><img src="global/contact_off.gif" alt="Contact CMS Services" name="contact" width="370" height="17" border="0" id="contact" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="global/navSpacer.gif" width="10" height="20" /></td>
<td> </td>
</tr>
<tr>
<td><img src="images/img_home.jpg" width="370" height="160" /></td>
<td><img src="images/header_home.gif" width="370" height="160" /></td>
</tr>
</table>
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="185" bgcolor="#F1DECB"><table width="185" border="0" cellspacing="0" cellpadding="10">
<tr>
<td bgcolor="#002C54" class="textWhite"> </td>
</tr>
</table></td>
<td width="20"> </td>
<td width="535" background="global/pageBg.gif"><table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php
$sql= "SELECT * FROM cms_core WHERE id= '1'";
$query = mysql_query($sql);
$result = mysql_fetch_array($query);
?>
</td>
</tr>
</table></td>
</tr>
</table>
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="global/footer.gif" width="740" height="70" /></td>
</tr>
<tr>
<td><div align="center">
<p class="footer">© CMS Services. All rights reserved. </p>
</div></td>
</tr>
</table>
</body>
</html>