var header = '';

header += '<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 background="../images/inner-header-bg.gif">';
header += '	<TR>';
header += '		<TD align=right>';
header += '    <map name="MenuMap">';
header += '	<area href="../about/profile.html" shape="rect" coords="322, 0, 381, 21">';
header += '	<area href="../sol/automation.html" shape="rect" coords="392, 0, 468, 21">';
header += '	<area href="../projects/projects.html" shape="rect" coords="481, 1, 550, 21">';
header += '	<area href="../projects/clients.html" shape="rect" coords="560, 0, 621, 21">';
header += '	<area href="../about/associate-companies.html" shape="rect" coords="633, 0, 701, 21">';
header += '	<area href="../about/contact.html" shape="rect" coords="712, 0, 772, 21">';
header += '    </map>';
header += '			<IMG SRC="../images/inner-header_01.gif" WIDTH=775 HEIGHT=22  usemap="#MenuMap" border=0></TD>';
header += '	</TR>';
header += '	<TR>';
header += '		<TD align=right>';
header += '			<IMG SRC="../images/inner-header_02.gif" WIDTH=775 HEIGHT=97></TD>';
header += '	</TR>';
header += '</TABLE>';





document.write(header);
