<?php

include ("Common.php");

function indexContent()
{
	echo '<div id="content">
	  		<p class="content">SEBA Professional Services specializes in providing the following:
			<ul>
				<li class="content">Management Consulting Services
				<li class="content">Project Management Services
				<li class="content">Financial Consulting and Advisory Services
				<li class="content">Information Technology Consulting Services
				<li class="content">Training Services
			</ul>
			<p class="content">SEBA has built a reputation for superior service and dedication to 
			client satisfaction. The firm is able to provide its clients with a wide range of professional services 
			from both a programmatic and technological perspective.  Its depth of experience and expertise in 
			project management, financial services and information technology makes it a one-stop shop for its clients.
			<p class="content">SEBA is committed to making its clients successful through the effective use 
			of project management and information technology solutions.
			</div>';
} // indexContent


	$javaScript = '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
						<script type="text/javascript" src="scripts/fadeslideshow.js"></script>';
	$headerDiv = '<div id="fadeshow1"></div>
						<br />
						<!--<div id="fadeshow2"></div>
						<div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
						<a href="#" class="prev"><img src="http://i31.tinypic.com/302rn5v.png" style="border-width:0" /></a>  <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="http://i30.tinypic.com/lzkux.png" style="border-width:0" /></a>
						</div>-->';

	sebaHeader($javaScript, $headerDiv);

	// beginTable();
	$id = 'div id="leftMenu"';
	sebaLeftColumn($id);
	indexContent();
	newsColumn();
	// endTable();

	sebaFooter();

?>

