function displayHeader()

 {
    document.write("<a href='index.html'><img src='images/kontentsu.gif' border='0' alt='Kontentsu logo' width='334' height='52'></a>");


  }

function displayFooter()

 {
    document.write("<p class='mailpage'><a href='company_rss.html'><img id='xmlimage' border='0' src='images/xml.gif' width='29' height='12' alt='XML'>RSS Feed</a> | <a href='javascript:mailpage()'>E-mail this page</a> | <a href='company_sitemap.html'>Site Map</a> | <a href='company_news.html#XML_Links'>Links</a> | <a href='http://www.adobe.com/products/acrobat/readstep2.htmll'>Get PDF Viewer</a> | <a href='company_privacy.html'>Privacy Policy</a></p>");  
    document.write("<p class='copyright'>CMS In A Box&trade;, Flexible Content Architecture&trade;, The Kontentsu Report&trade; &amp; @Kontentsu&trade; are Trademarks of Kontentsu Corp.<br>Copyright &copy; 2004 Kontentsu Corp. All rights reserved.</p>");

 }

function displayW3C()
 {
    document.write("<p><a href='http://validator.w3.org/check/referer'><img border='0' src='http://www.w3.org/Icons/valid-html401' alt='Valid HTML 4.01!' width='88' height='31'></a> <a href='http://jigsaw.w3.org/css-validator/'><img style='border:0;width:88px;height:31px' src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' width='88' height='31'></a></p>");
  }

function winopen(url,n,p){    
newwin=window.open(url,n,p)    
}

function mailpage()    
{    
  mail_str = "mailto:?subject= Neat stuff: " + document.title;    
  mail_str += "&body= You may be interested in what Kontentsu does with content management. ";    
  mail_str += "Check out their web site at, " + location.href;     
  location.href = mail_str;    
}
   
function scrollit(seed) {
var m1  = "Welcome to Kontentsu...  ";
var m2  = " True XML single source...  ";
var m3  = " Find out how global companies save $millions on translations... ";
var m4  = "Reduce your time to market ";
var msg=m1+m2+m3+m4;
var out = " ";
var c   = 1;
if (seed > 100) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(100)",75);
      }
   }
}

function pagedate()

{	var m = "Revised " + document.lastModified;                             
                var p = m.length-8;                             
                document.writeln();                             
                document.write(m.substring(p, 0));                             
                document.writeln(); 
}