
function topmenu()
{
document.write("<img src=images/separator.gif align=absmiddle>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=company.htm>COMPANY</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

document.write("<img src=images/separator.gif align=absmiddle>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=service.htm>SERVICES</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

document.write("<img src=images/separator.gif align=absmiddle>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=software_development.htm>DEVELOPMENT</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

document.write("<img src=images/separator.gif align=absmiddle>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=resellers.htm>RESELLERS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

document.write("<img src=images/separator.gif align=absmiddle>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=contact.htm>CONTACT</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

document.write("<img src=images/separator.gif align=absmiddle>");
}

function rightmenu()
{
document.write("<br><img src=images/hr01.gif><br>");
document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
document.write("<a href=software_development.htm>Software Development</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Web Development</a>");

document.write("<br><img src=images/hr01.gif><br>");
document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
document.write("<a href=expertise.htm>Technical Expertise</a>");

document.write("<br><img src=images/hr01.gif><br>");
document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
document.write("<a href=why_smartbrainz.htm>Why Smart Brainz?</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Smart Team</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Smart Clients</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Smart Partners</a>");

document.write("<br><img src=images/hr01.gif><br>");
document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
document.write("<a href=resellers.htm>Smart Resellers</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Outsourcing</a>");

document.write("<br><img src=images/hr01.gif><br>");
document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
document.write("<a href=jobs.htm>Career / Jobs</a>");

document.write("<br><img src=images/hr01.gif><br>");
document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
document.write("<a href=become_partner.htm>Become Our Partner</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Achievements</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Testimonials</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>E-mail Marketing</a>");

// document.write("<br><img src=images/hr01.gif><br>");
// document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
// document.write("<a href=nopage.htm>Press Releases</a>");

document.write("<br><img src=images/hr01.gif><br>");
document.write("&nbsp;<img src=images/e021.gif align=absmiddle>&nbsp;&nbsp;");
document.write("<a href=contact.htm>Contact Information</a>");

document.write("<br><img src=images/hr01.gif><br>");
}
  

  

  

  


function footer()
{
document.write("<a href=index.htm>Home</a> &nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href=company.htm>About</a> &nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href=jobs.htm>Career/Jobs</a> &nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href=disclaimer.htm>Disclaimer</a> &nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href=terms_and_conditions.htm>Terms &amp; Conditions</a>&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href=contact.htm>Contacts</a> &nbsp;&nbsp;&nbsp;&nbsp;");
}
