var thismenu = new Array( "index","FAQ","Details","Technology","Platforms","News","Demo","License","Download", "Installation","Volunteers","Material","Links","Contact","", "Deutsches Forum@http://www.yacy-forum.de","English Forum@http://sourceforge.net/forum/?group_id=116142","", "Impressum"); var root = "http://www.yacy.net/"; function headline() { document.writeln(""); document.writeln( "" + "" + "" + "" + "" + "" + "" + "
" + "

YACY - DISTRIBUTED P2P-BASED WEB INDEXING

" + "Anomic + YaCy Home  | " + "Products  | " + "Consulting  | " + "Profile  | " + "Impressum" + "
 
"); } function filename() { var p = window.location.pathname; return p.substring(p.lastIndexOf("/") + 1); } function docname() { var f = filename() return f.substring(0, f.indexOf(".")); } function lmenu() { document.writeln(""); var dn = docname(); var printname; var pos; for (var i = 0; i < thismenu.length; ++i) { document.writeln(""); if (thismenu[i] == "index") printname = "About"; else printname = thismenu[i]; if (thismenu[i] == "") { document.writeln(""); } else if (dn == thismenu[i]) { document.writeln(""); } else { pos = thismenu[i].indexOf("@"); if (pos >= 0) document.writeln(""); else document.writeln(""); } } document.writeln("
 
 " + printname + "
 " + thismenu[i].substring(0, pos) + "
 " + printname + "
"); } function globalheader() { document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("
"); headline(); document.writeln("
" + "" + " " + " " + " " + " " + " " + "
"); lmenu(); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("

"); } function globalfooter() { document.writeln("

"); document.writeln("
"); document.writeln("
" + "
"); }