if (!document.layers&&!document.all&&!document.getElementById)
event="test"
function showtip(current,e,text){

if (document.all||document.getElementById){
thetitle=text.split('<br>')
if (thetitle.length>1){
thetitles=''
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
current.title=thetitles
}
else
current.title=text
}

else if (document.layers){
document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;font-size:12px;">'+text+'</layer>')
document.tooltip.document.close()
document.tooltip.left=e.pageX+5
document.tooltip.top=e.pageY+5
document.tooltip.visibility="show"
}
}
function hidetip(){
if (document.layers)
document.tooltip.visibility="hidden"
}

var root = "";
var tmp=location.href;
if(tmp.indexOf('file:')>-1||tmp.charAt(1)==':') 
	root=oCMenu2.offlineRoot; 
else 
	root=oCMenu2.onlineRoot;
if (bw.ns4)
document.write('<div style="width:36px;position:absolute;top:105px;left:98%;z-index:10;text-align:right;z-index:0;">');
else
document.write('<div style="width:36px;position:absolute;top:105px;left:96%;z-index:10;text-align:right;z-index:0;">');
document.write('<a href="' + root + '/en/index.html" onMouseOut="MM_swapImgRestore();hidetip();" onMouseOver="MM_swapImage(\'Image6\',\'\',\'' + root + '/images/home_on.gif\',1);showtip(this,event,\'Main page\');" class=nhlink><img src="' + root + '/images/home_off.gif" name="Image6" width="36" height="36" border="0"></a><br><br><br>');
document.write('<a href="' + root + '/en/contact.htm" onMouseOut="MM_swapImgRestore();hidetip();" onMouseOver="MM_swapImage(\'Image7\',\'\',\'' + root + '/images/mail_on.gif\',1);showtip(this,event,\'Contact us\');" class=nhlink><img src="' + root + '/images/mail_off.gif" name="Image7" width="36" height="36" border="0"></a><br><br><br>');
//document.write('<a href="' + root + '/pytania/index.htm" onMouseOut="MM_swapImgRestore();hidetip();" onMouseOver="MM_swapImage(\'Image29\',\'\',\'' + root + '/images/q_on.gif\',1);showtip(this,event,\'Najczęściej zadawane pytania\');" class=nhlink><img src="' + root + '/images/q_off.gif" name="Image29" width="36" height="36" border="0"></a><br><br><br>');
//if (this.showPrintable)
//{
//	document.write('<a href="' + root +  printablePage +'" onMouseOut="MM_swapImgRestore();hidetip();" target="_blank" onMouseOver="MM_swapImage(\'Image10\',\'\',\'' + root + '/images/print_on.gif\',1);showtip(this,event,\'Wersja do wydruku\');" class=nhlink><img src="' + root + '/images/print_off.gif" name="Image10" width="36" height="36" border="0"></a><br><br><br>');
//}
document.write('<a href="' + root + '/en/sitemap.htm" onMouseOut="MM_swapImgRestore();hidetip();" onMouseOver="MM_swapImage(\'Image19\',\'\',\'' + root + '/images/map_on.gif\',1);showtip(this,event,\'Site map\');" class=nhlink><img src="' + root + '/images/map_off.gif" name="Image19" width="36" height="36" border="0"></a><br><br><br>');
document.write('<a href="' + root + '/index.htm" onMouseOut="MM_swapImgRestore();hidetip();" onMouseOver="MM_swapImage(\'Image8\',\'\',\'' + root + '/images/pl_on.gif\',1);showtip(this,event,\'Wersja polska\');" class=nhlink><img src="' + root + '/images/pl_off.gif" name="Image8" width="36" height="36" border="0"></a><br><br><br>');
document.write('<a href="' + root + '/fr/index.html" onMouseOut="MM_swapImgRestore();hidetip();" onMouseOver="MM_swapImage(\'Image9\',\'\',\'' + root + '/images/fr_on.gif\',1);showtip(this,event,\'Version française\');" class=nhlink><img src="' + root + '/images/fr_off.gif" name="Image9" width="36" height="36" border="0"></a>');
document.write('</div>');