// Copyright Notize: This source code is property of WebAge and is NOT free
// for usage/reproduction or distribution without an explicit release of 
// WebAge. Please contact service@webage.de to order a legal copy.
// Version: 3.0
// Date: 8.5.2003


mainDir = "/";
//mainDir = "";
cgiDir = "/cgi-bin";
images =  mainDir + "/images";



function setMenus()
{
   var str;

// Note: Use absolute path for links !!!
// entryTextEnglish, entryTextDeutsch, link, target, subMenu


str = "";

return str;

}
