// JavaScript Document
document.write(
  
  '<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="56">'+
              '<tr>'+
                '<td width="100%" height="23">'+
			'<font face="Tahoma" size="2">'+
            '<a href="index_new.htm">'+
			'<font color="#000000">Home</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="aboutus.htm"><font color="#000000">About Us</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="mission.htm"><font color="#000000">Mission</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="skillset.htm"><font color="#000000">Skillset</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="team.htm"><font color="#000000">Team</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="strengths.htm"><font color="#000000">Strengths</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="success.htm"><font color="#000000">Success</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="ongoingprojects.htm"><font color="#000000">Ongoing Projects</font></a>&nbsp;&nbsp;&nbsp; '+
			'<a href="contactus.htm"><font color="#000000">Contact Us</font></a></font></td>'+
              '</tr>'+
              '<tr>'+
                '<td width="100%" height="32">'+
			'<b><font size="2" face="Tahoma" color="#6490C9">Copyrights @ 2004 '+
                'Global Expert Computer systems Co. Inc.'+
			    'All rights reserved</font></b></td>'+
              '</tr>'+
			  '</table>'

	      
);
