document.write("<table width=\"950\"><tr height=5px></tr><tr valign=top><td width=200 style=padding-left:4px;padding-top:3px>");
// document.write("<tr valign=CENTER><td rowspan=2 width=200>");

// the logo 
document.write("<img SRC=\"" + rtf + "images/ontotext_logo.jpg\" height=64 width=193 border=0 valign=center>");

document.write("<td width=50></td><td align=right>");


// finction definitions

function section(title, ref) {
document.write("<center><a name=\"" + ref + "\"></a>");
document.write("<P><img SRC=\"" + rtf + "images/line.jpg\" height=2 width=400>");
document.write("<p><font color=\"#006663\"><b>" + title + "</b></font></center>");
} //section

function section_no_line(title, ref) {
document.write("<center><a name=\"" + ref + "\"></a>");
document.write("<p><font color=\"#006663\"><b>" + title + "</b></font></center>");
} //section_no_line


function copyRight() {

document.write("</td></tr><tr valign=middle>");
document.write("<form method=GET action=\"http://www.google.com/search\" name=\"Search\" target=Search>");
document.write("<td align=left style=padding-left:14px;padding-top:1px>");
document.write("<a href=\"http://www.sirma.com\" target=\"new\"><img SRC=\"" + rtf + "images/sirma.jpg\" height=50 width=50 border=0 align=LEFT></a>");
document.write("<div class=sirma style=padding-left:64px;padding-top:1px>Ontotext is a<br>Sirma Group<br>company</div>");

document.write("</td><td></td><td style=padding-left:0px;padding-top:27px><div class=copy>");

// Home & Sirma Rererences

document.write("<table><tr><td width=400>");
document.write("<a href=\"" + rtf + "index.html\">Home</a> &nbsp; &nbsp; ");
document.write("<a href=\"" + rtf + "contact_us.html\">Contact Us</a> &nbsp; &nbsp; ");
document.write("<a href=\"http://www.twitter.com/ontotext\" target=\"new\"><img src=\"http://twitter-badges.s3.amazonaws.com/twitter-b.png\" height=18 border=0></a> &nbsp; &nbsp; ");
// document.write("<a href=\"http:\/\/www.sirma.com\" target=\"new\">Sirma Group</a>");

// the Search button
document.write("<input type=\"hidden\" name=\"domains\" value=\"ontotext.com\">");
document.write("<input type=\"hidden\" name=\"sitesearch\" value=\"ontotext.com\">");
document.write("<input size=12 name=\"q\"> &nbsp;");
document.write("<a href=\"\" onClick=\"document.forms['Search'].submit();return false;\">Search</a>");

document.write("<td/><td width=300 align=right>");
document.write("Copyright © 2000-2010 Ontotext AD");

document.write("</td></tr></table></div></td></tr></form></table>");
} //copyRight

function sideMenuStart() {
document.write("</td></tr><tr height=15></tr><tr valign=top><td class=sidemenu>");
}

function sideMenuEnd() {
document.write("</td><td></td><td>");
} 

function newsItem(name,pdate,head) {
document.write('<tr valign=top><td width=130 align=left><div class=newsDate id='+ name +'>'+ pdate +'</div>');
document.write('</td><td><div class=newsHead>'+ head +'</div></td></tr><tr><td></td><td>');
} 

function newsItem2(name,pdate) {
document.write('</td></tr><tr valign=top><td width=130 align=left><div class=newsDate id='+ name +'>'+ pdate +'</div></td><td style=padding-top:15pt>');
} 


function lineImg() {
document.write("<img SRC=\"" + rtf + "images/line.jpg\" height=2 width=400>");
} 

function kimMenu() {
document.write("<center><img SRC=\""+rtf+"images/kim_logo.png\" NOSAVE HSPACE=5 VSPACE=5 align=RIGHT  border=0><br>&nbsp;");
document.write("<a href=\"index.html\">KIM Home</a>, "); 
document.write("<a href=\"introduction.html\">Introduction</a>, ");
document.write("<a href=\"docs.html\">Documents</a>, ");
document.write("<a href=\"release-notes.html\">Release Notes</a>, ");
document.write("<a href=\"technology.html\">Technology</a>, ");
document.write("<a href=\"cluster.html\">Cluster Architecture</a>, ");
document.write("<a href=\"performance.html\">Performance</a>, "); 
document.write("<a href=\""+rtf+"mailing-lists-info.html\">Mailing Lists</a>, ");
document.write("<a href=\"KIM-downloads.html\">KIM Downloads</a>, ");
document.write("<a href=\"KIM-registration-form.html\">KIM User Registration</a>");
document.write("</center>");
} //kimMenu

