<!--

window.onError = null;

function findObj(n,d) {
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function showHideLayers() {
var i,p,v,obj,args=showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}

function img_act(obrazek) {
      if (!document.images) return;
      document.images[obrazek].src = eval(obrazek + "On.src");
}

function img_inact(obrazek) {
      if (!document.images) return;
      document.images[obrazek].src = eval(obrazek + "Off.src");
}

function menumouseover(spanname,overcolor,imgactive,is_img) {
 browser=checkBrowser();
 if(browser=='ie5'||browser=='ie4') {
  document.getElementById(spanname).style.color=overcolor;
 } else if(browser=='ns5') {
  document.getElementById(spanname).style.color=overcolor;
 } else if(browser=='ns4') {
 }
 if(is_img==true){
  img_act(imgactive);
 }
}

function menumouseout(spanname,outcolor,imginactive,is_img) {
 browser=checkBrowser();
 if(browser=='ie5'||browser=='ie4') {
  document.getElementById(spanname).style.color=outcolor;
 } else if(browser=='ns5') {
  document.getElementById(spanname).style.color=outcolor;
 } else if(browser=='ns4') {
 }
 if(is_img==true){
  img_inact(imginactive);
 }
}
					 
function xtopmenuitem(text,arrow,link) {
  coloron  = '#959595';
  colorout = '#B4B3B0';
 return '' + 
 '<table cellspacing="0" cellpadding="0" border="0"><tr><td ' + 
 'onmouseover="menumouseover(\'span_'+text+'\',\''+coloron+'\',\''+arrow+'_menu_'+text+'\',true); self.status=\''+text+'\'; return true;" ' +
 'onmouseout="menumouseout(\'span_'+text+'\',\''+colorout+'\',\''+arrow+'_menu_'+text+'\',true)" ' +
 'onclick="location.href=\''+link+'\'" ' +
 'style="cursor:hand">' + 

  '<table cellspacing="0" cellpadding="0" border="0"><tr><td width="17"><img src="/img/blank.gif" width="17" height="1" border="0" /><br /></td><td width="141"><table cellspacing="0" cellpadding="0" border="0" width="141"><tr><td rowspan="4" width="15"><img src="/img/blank.gif" width="1" height="3" border="0" /><br />' + 
  '<img src="/img/menuitem_'+arrow+'_off.gif" width="15" height="15" border="0" name="'+arrow+'_menu_'+text+'" /><br /></td><td rowspan="4" width="7"> <img src="/img/blank.gif" width="7" height="1" border="0" /><br /> </td> <td> <img src="/img/blank.gif" width="1" height="9" border="0" /><br /> </td> <td rowspan="4"> <img src="/img/blank.gif" width="10" height="1" border="0" /><br /> </td> </tr> <tr> <td class="menuitem">' + 
  '<span class="menuitem" id="span_'+text+'">' + text + '</span>' +
  '</td> </tr> <tr> <td height="1" background="/img/menuitem_dots.gif" width="100%"> <img src="/img/blank.gif" width="100" height="1" border="0" /><br /> </td> </tr> <tr> <td> <img src="/img/blank.gif" width="1" height="9" border="0" /><br /> </td></tr></table></td><td width="17"><img src="/img/blank.gif" width="17" height="1" border="0" /><br /></td></tr></table>' + 
 '</td></tr></table>';
}
					 
function topmenuitem(text,arrow,link) {
  coloron  = '#959595';
  colorout = '#B4B3B0';
 return '' + 
 '<table cellspacing="0" cellpadding="0" border="0"><tr><td ' + 
 'onmouseover="menumouseover(\'span_'+text+'\',\''+coloron+'\',\''+arrow+'_menu_'+text+'\',true); self.status=\''+text+'\'; return true;" ' +
 'onmouseout="menumouseout(\'span_'+text+'\',\''+colorout+'\',\''+arrow+'_menu_'+text+'\',true)" ' +
 'onclick="location.href=\''+link+'\'" ' +
 'style="cursor:hand">' + 

  '<table cellspacing="0" cellpadding="0" border="0"><tr><td width="175" height="41">' +
  '<img src="/img/blank.gif" width="175" height="40" border="0" /><br />' +
  '</td></tr></table>' +
  '</td></tr></table>';
}
					 
function menuitem(type,text,name,arrow,link,l1parent,l2parent,l3parent,l4parent) {
  coloron  = '#959595';
  colorout = '#B4B3B0';
  if(type==''||type==null) type="normal";
  if(name==''||name==null) name=text;

 return '' + 
 '<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td ' + 
 'onmouseover="'+
 'menumouseover(\'span_'+name+'\',\''+coloron+'\',null,false); '+
  ((l1parent!=''&&l1parent!=null)?'menumouseover(\'span_'+l1parent+'\',\''+coloron+'\',\''+arrow+'_menu_'+l1parent+'\',true); ':'')+
  ((l2parent!=''&&l2parent!=null)?'menumouseover(\'span_'+l2parent+'\',\''+coloron+'\',null,false); ':'')+
  ((l3parent!=''&&l3parent!=null)?'menumouseover(\'span_'+l3parent+'\',\''+coloron+'\',null,false); ':'')+
  ((l4parent!=''&&l4parent!=null)?'menumouseover(\'span_'+l4parent+'\',\''+coloron+'\',null,false); ':'')+
 'self.status=\''+text+'\'; return true;" ' +

 'onmouseout="'+
 'menumouseout(\'span_'+name+'\',\''+colorout+'\',null,false); ' +
  ((l1parent!=''&&l1parent!=null)?'menumouseout(\'span_'+l1parent+'\',\''+colorout+'\',\''+arrow+'_menu_'+l1parent+'\',true); ':'')+
  ((l2parent!=''&&l2parent!=null)?'menumouseout(\'span_'+l2parent+'\',\''+colorout+'\',null,false); ':'')+
  ((l3parent!=''&&l3parent!=null)?'menumouseout(\'span_'+l3parent+'\',\''+colorout+'\',null,false); ':'')+
  ((l4parent!=''&&l4parent!=null)?'menumouseout(\'span_'+l4parent+'\',\''+colorout+'\',null,false); ':'')+
 '"' +

 'onclick="location.href=\''+link+'\'" ' +
 'style="cursor:hand;">' + 

'<table cellspacing="0" cellpadding="0" border="0" width="100%">'+

((type=="first"||type=="only")?(''+
 '<tr><td colspan="3" height="1"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#617BB5" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td colspan="3" height="1"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td></tr><tr><td height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#E6EAEE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" width="100%" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#E6EAEE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr><tr><td height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#C3CDE5" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" width="100%" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#C3CDE5" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr><tr><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="2" height="1"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" width="100%" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="2" height="1"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr>'+
''):(''+
 '<tr><td bgcolor="#617BB5" height="1"><img src="img/blank.gif" height="2" width="1" border="0" /><br /></td><td colspan="7" height="100%"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#617BB5" height="100%"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr>'+
 '<tr><td bgcolor="#617BB5" height="1"><img src="img/blank.gif" height="2" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="7" height="100%"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#617BB5" height="100%"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr>'+
'')) +

'<tr><td bgcolor="#617BB5" height="100%"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="3" height="100%"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td width="100%" height="1">'+
'<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)" colspan="2"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td><td bgcolor="#A2AECF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)" colspan="2"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td></tr><tr><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr><tr><td bgcolor="#A2AECF"><img src="img/blank.gif" height="11" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" width="100%"><table cellspacing="0" cellpadding="0" border="0" width=100% height="100%"><tr><td bgcolor="#FFFFFF"><img src="/img/blank.gif" height="1" width="4" border="0" /><br /></td><td width="100%" height="100%" style="padding-top:2px; padding-bottom:2px;" bgcolor="#FFFFFF">'+
'<span class="child_menuitem" id="span_'+name+'">' + text + '</span>' +
'</td><td bgcolor="#FFFFFF"><img src="/img/blank.gif" height="1" width="4" border="0" /><br /></td></tr></table></td><td bgcolor="#FFFFFF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF"><img src="img/blank.gif" height="11" width="1" border="0" /><br /></td></tr><tr><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr><tr><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)" colspan="2"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td><td bgcolor="#A2AECF"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65)" colspan="2"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td></tr></table>'+
'</td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="3" height="100%"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#617BB5" height="100%"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr>'+

((type=="last"||type=="only")?(''+
 '<tr><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="2" height="1"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" width="100%" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="2" height="1"><img src="img/blank.gif" height="1" width="2" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr><tr><td height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#C3CDE5" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" width="100%" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#C3CDE5" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr><tr><td height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#E6EAEE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" width="100%" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#94A3CE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#E6EAEE" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr><tr><td colspan="3" height="1"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#617BB5" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td bgcolor="#A2AECF" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td colspan="3" height="1"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td></tr>'+
''):(''+
((type=="first")?(''+
 '<tr><td bgcolor="#617BB5" height="1"><img src="img/blank.gif" height="2" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="7" height="100%"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#617BB5" height="100%"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr>'+
''):(''+
 '<tr><td bgcolor="#617BB5" height="1"><img src="img/blank.gif" height="2" width="1" border="0" /><br /></td><td bgcolor="#FFFFFF" style="filter:alpha(opacity=65);" colspan="7" height="100%"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#617BB5" height="100%"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr>'+
 '<tr><td bgcolor="#617BB5" height="1"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td><td colspan="7" height="100%"><img src="img/blank.gif" height="1" width="3" border="0" /><br /></td><td bgcolor="#617BB5" height="100%"><img src="img/blank.gif" height="1" width="1" border="0" /><br /></td></tr>'+
'')) +
'')) +

'</table>'+
'</td></tr></table>';
}

function write(text) {
 document.write(text);
}

 defaultStatus="";

//-->
