startMenu = function()
{
if (document.all&&document.getElementById)
{
cssmenu = document.getElementById("csstopmenu");
for (i=0; i<cssmenu.childNodes.length; i++)
{
node = cssmenu.childNodes[i];
if (node.nodeName=="LI")
{
node.onmouseover=function()
{
this.className+=" over";
}
node.onmouseout=function()
{
this.className=this.className.replace(" over", "")
}
}
}
}
}

if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;

function zamiana(zmien)
{
if (zmien == "nowe")
{
document.images.obrazek.src="graph/2.png";
}
else if (zmien == "stare")
{
document.images.obrazek.src="graph/1.png";
}
}


function otworzokno_a()
{
   var
   helpWindow = window.open
   ("window_open/swami.html",  "", "height=480, left=0, width=320, top=0");
   helpWindow.focus();
}

function otworzokno_b()
{
   var
   helpWindow = window.open
   ("window_open/map.html",  "", "height=550, left=0, width=620, top=0");
   helpWindow.focus();
}

function otworzokno_c()
{
   var
   helpWindow = window.open
   ("window_open/characterology.html",  "", "height=660, left=0, width=430, top=0");
   helpWindow.focus();
}

function otworzokno_d()
{
   var
   helpWindow = window.open
   ("window_open/babaji.html",  "", "height=380, left=0, width=510, top=0");
   helpWindow.focus();
}

function otworzokno_e()
{
   var
   helpWindow = window.open
   ("window_open/guruji.html",  "", "height=450, left=0, width=610, top=0");
   helpWindow.focus();
}

function otworzokno_f()
{
   var
   helpWindow = window.open
   ("valley.html",  "", "scrollbars=yes, height=700, left=0, width=540, top=0");
   helpWindow.focus();
}

function otworzokno_g()
{
   var
   helpWindow = window.open
   ("characterology.html",  "", "height=660, left=0, width=430, top=0");
   helpWindow.focus();
}
