// includes

var navstr = "";

$navStr  = "<a href=\"../solutions/index.html\"><img src=\"../images/nav/solutions.gif\" width=\"123\" height=\"24\" alt=\"\" border=\"0\" id=\"solutions\" /></a><a href=\"../services/index.html\"><img src=\"../images/nav/services.gif\" width=\"122\" height=\"24\" alt=\"\" border=\"0\" id=\"services\" /></a><a href=\"../customers/index.html\"><img src=\"../images/nav/customers.gif\" width=\"123\" height=\"24\" alt=\"\" border=\"0\" id=\"customers\" /></a><a href=\"../partners/index.html\"><img src=\"../images/nav/partners.gif\" width=\"122\" height=\"24\" alt=\"\" border=\"0\" id=\"partners\" /></a><a href=\"../about/index.html\"><img src=\"../images/nav/about.gif\" width=\"123\" height=\"24\" alt=\"\" border=\"0\" id=\"about\" /></a>";
document.write( $navStr );

//-->