//---------- UNSER SERVICE ----------
document.write('
');
//---------- CHINESISCHE MEDIZIN ----------
document.write('');
//---------- KRÄUTER LEXIKON ----------
document.write('');
//---------- KRÄUTER SHOP ----------
document.write('');
//---------- APOTHEKE ----------
document.write('');
//---------- FUNKTIONEN ----------
function login_pulldowns()
{
if (self == parent) return;
if (!parent.menuframe) return;
if (!parent.menuframe.document) return;
if (!parent.menuframe.document.body) return;
parent.menuframe.page_loaded = true;
}
function logout_pulldowns()
{
if (self == parent) return;
if (!parent.menuframe) return;
if (!parent.menuframe.document) return;
if (!parent.menuframe.document.body) return;
parent.menuframe.page_loaded = false;
}
function hide_pulldown(id)
{
if (document.getElementById)
{
thisPulldown = document.getElementById(id);
thisPulldown.style.display = "none";
thisPulldown.style.top = -500;
}
}
function hide_all_pulldowns()
{
if (document.getElementsByTagName)
{
var allDivs = document.getElementsByTagName("DIV");
for (i=0; i