document.write('<STYLE type="text/css">');
document.write('#menuspanszkolex { position:absolute; width:130px; }');
document.write('#menutableszkolex { border-width: 0; border-color: #808080; border-style:solid}');
document.write('td.menucellszkolex { padding:2; padding-left:4; padding-right:4; background:#39756B; border:0 solid #FFFFFF; }');
document.write('#submenutableszkolex { background: #FFFFFF; border-width: 0; border-color: #FFF7FE; border-style:solid}');
document.write('td.topcellszkolex {text-decoration:none; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal; }');
document.write('a.topitemszkolex {text-decoration:none; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;} ');
document.write('a.topitemszkolex:hover {text-decoration:none; color:#FF49D7; }');
document.write('a.subitemszkolex {text-decoration:none; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;} ');
document.write('a.subitemszkolex:hover {text-decoration:none; color:#FF49D7; }');
document.write('P.MNszkolex {color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size:12px; font-style:normal;}');
document.write('P.SMNszkolex {text-decoration:none; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size:12px; font-style:normal;}');
document.write('#submenuszkolex_0 { position:absolute; left:117px; top:0px; visibility:hidden; }');
document.write('</style>');
var thisbrowserszkolex
var hidetimerszkolex = null;
if(document.layers){ thisbrowserszkolex='NN4'; }
if(document.all){ thisbrowserszkolex='IE'; }
if(!document.all && document.getElementById){ thisbrowserszkolex='NN6'; }
function showmenuszkolex(menuname)
{
if(thisbrowserszkolex=='NN4') document.layers[menuname].visibility = 'visible';
if(thisbrowserszkolex=='IE') document.all[menuname].style.visibility = 'visible';
if(thisbrowserszkolex=='NN6') document.getElementById(menuname).style.visibility = 'visible';
if(hidetimerszkolex) clearTimeout(hidetimerszkolex);}
function timermenuszkolex()
{
if(hidetimerszkolex) clearTimeout(hidetimerszkolex);hidetimerszkolex = setTimeout("hideallszkolex();",200);
}
function hidemenuszkolex(menuname)
{
if(thisbrowserszkolex=='NN4') document.layers[menuname].visibility = 'hidden';
if(thisbrowserszkolex=='IE') document.all[menuname].style.visibility = 'hidden';
if(thisbrowserszkolex=='NN6') document.getElementById(menuname).style.visibility = 'hidden';
}
function hiliteszkolex(menuitem) 
{
if(typeof(currentpageszkolex)!='undefined' && menuitem==currentpageszkolex) return;
if(thisbrowserszkolex=='IE') document.all[menuitem].style.backgroundColor = '#2B5951';
if(thisbrowserszkolex=='NN6') document.getElementById(menuitem).style.backgroundColor = '#2B5951';
if(hidetimerszkolex) clearTimeout(hidetimerszkolex);}
function unhiliteszkolex(menuitem) 
{
if(typeof(currentpageszkolex)!='undefined' && menuitem==currentpageszkolex) return;
if(thisbrowserszkolex=='IE') document.all[menuitem].style.backgroundColor = '#39756B';
if(thisbrowserszkolex=='NN6') document.getElementById(menuitem).style. backgroundColor = '#39756B';
if(hidetimerszkolex) clearTimeout(hidetimerszkolex);hidetimerszkolex = setTimeout("hideallszkolex();",200);
}
function hideallszkolex()
{
hidemenuszkolex('submenuszkolex_0');
}
function openmenuszkolex(menuname)
{
showmenuszkolex(menuname);
if(menuname!='submenuszkolex_0') hidemenuszkolex('submenuszkolex_0');
}
document.write('<table width=130 height=18 cellspacing=0 border=0 cellpadding=0>');
document.write('<tr><td align=left valign=top >');
document.write('<span id="menuspanszkolex">');
document.write('<table width=130 id="menutableszkolex" cellspacing=0 cellpadding=2>');
document.write('<tr>');
document.write('<td class="topcellszkolex" align=CENTER width=130 bgcolor=#39756B>')
document.write('<a href="index.php?page=szkolenia&me=Szkolenia" target="_self" title="" class="topitemszkolex" onMouseOver="openmenuszkolex(\'submenuszkolex_0\')" onMouseOut="timermenuszkolex();">szkolenia</a>');
document.write('</td>');
document.write('</tr>');
document.write('</table><p>');
document.write('<div id="submenuszkolex_0">');
document.write('<table id="submenutableszkolex" width=200 cellspacing=1>');
document.write('<tr>');
document.write('<td align=CENTER class="menucellszkolex" height=20 id="sszkolex_0_0" onMouseOver="hiliteszkolex(\'sszkolex_0_0\')" onMouseOut="unhiliteszkolex(\'sszkolex_0_0\')">');
document.write('<a href="index.php?page=harm&me=Harmonogram szkoleń" target="_self" title="" class="subitemszkolex" >harmonogram</a>')
;document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=CENTER class="menucellszkolex" height=20 id="sszkolex_0_1" onMouseOver="hiliteszkolex(\'sszkolex_0_1\')" onMouseOut="unhiliteszkolex(\'sszkolex_0_1\')">');
document.write('<a href="index.php?page=formszkol&me=Formularz zgłoszeniowy" target="_self" title="" class="subitemszkolex" >formularz zgłoszeniowy</a>')
;document.write('</td>');
document.write('</tr>');
document.write('</table></div>');
document.write('</span></td></tr></table>');

