//Javascript Doc

document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0" style="min-width:900px">')
document.write('	<tr>')
document.write('		<td width="25" bgcolor="#7a81b0"><img src="images/spacer.gif" border="0" width="25" /></td>')
document.write('		<td width="1" bgcolor="#ffffff" style="min-width:1px"></td>')
document.write('		<td width="730" bgcolor="#ffffff" style="min-width:730px">')
document.write('			<ul id="dmenu">')
document.write('				<li><a href="index.html">Home</a></li>')
document.write('				<li><a href="services.html"')
document.write('					onmouseover="mopen(\'m2\')" ')
document.write('					onmouseout="mclosetime()">Services</a>')
document.write('				<div id="m2" ')
document.write('					onmouseover="mcancelclosetime()"') 
document.write('					onmouseout="mclosetime()">')
document.write('					<a href="webserv.html">Web Design and Development</a>')
document.write('					<a href="softserv.html">Software and Network Development</a> </div>')
document.write('				</li>')
//document.write('				<li><a href="portfolio.html" ')
//document.write('					onmouseover="mopen(\'m3\')" ')
//document.write('					onmouseout="mclosetime()">Portfolio</a>')
//document.write('				<div id="m3" ')
//document.write('					onmouseover="mcancelclosetime()" ')
//document.write('					onmouseout="mclosetime()"> ')
//document.write('					<a href="webport.html">Web Design and Development</a> ')
//document.write('					<a href="softport.html">Software Development</a> </div>')
//document.write('				</li>')
document.write('				<li><a href="webport.html">Portfolio</a></li>')
document.write('				<li><a href="contact.html">Contact Us</a></li>')
document.write('				<li><a href="about.html">About Us</a></li>')
document.write('			</ul>')
document.write('		<div style="clear:both"></div>')
document.write('		</td>')
document.write('		<td bgcolor="#7a81b0" align="right">')
document.write('			<a href="index.html"><img src="images/CKI_logo.jpg" width="25" height="25" border="0" >&nbsp;&nbsp;&nbsp;</a></td>')
document.write('	</tr>')
document.write('</table>')

