
/* Write the common title and menu */

function titlemenu()
{
	document.write(" \
		<div id='title'><A NAME=Top><img src='servicesimage.gif'></A><h1><br>Comet Scientific Software Ltd.</h1></div>\
		<div id='menu'><ul> \
			<LI><a href='index.html' title='Company Profile'>About us</a></LI> \
			<LI><a href='services.html' title='Services'>Services</a></LI> \
			<LI><a href='darobb.html' title='Consultants'>Consultants</a></LI> \
			<LI><a href='process.html' title='Process'>Process</a></LI> \
			<LI><a href='prevprojects.html' title='Projects'>Projects</a></LI> \
			<LI><a href='vacancies.html' title='Jobs'>Jobs</a></LI> \
         <LI><a href='freedownloads.html' title='Downloads'>Downloads</a></LI> \
         <LI><a href='contactus.html' title='Contact us'>Contact us</a></LI> \
         <LI></LI> \
         <LI></LI> \
		</ul></div>")
}

