function MenuRow2 (id,href,text)
{
    document.write('<table border="0" cellpadding="0" cellspacing="0">');
    document.write('<tr>');
    document.write('    <td colspan=3><img src="img_shared/shim.gif" height="5"></td>');
    document.write('<tr>');
    document.write('    <td><img src="img_shared/menu-lt.gif" width="6" height="3"></td>');
    document.write('    <td><img src="img_shared/menu-t.gif" width="105" height="3"></td>');
    document.write('    <td><img src="img_shared/menu-t.gif" width="5" height="3"></td>');
    document.write('</tr>');
    document.write('<tr>');
    document.write('    <td><img src="img_shared/menu-l.gif" width="6" height="18"></td>');
	if (!ns) 
	    document.write('    <td id=menu'+id+' class="lm" onMouseOver="LightMenu('+id+')" onMouseOut="DarkMenus()" onClick="document.location=\'' + href + '\'">' + text + '</td>')
	else    
	    document.write('    <td class="lm"><a href="' + href + '" onmouseover="ShowNsSub('+id+')" onmouseout="HideNsSub()">'+text+'</a></td>\n');
    document.write('    <td><img src="img_shared/menu-r.gif" width="5" height="18"></td>');
    document.write('</tr>');
    document.write('<tr>');
    document.write('    <td><img src="img_shared/menu-lb.gif" width="6" height="3"></td>');
    document.write('    <td><img src="img_shared/menu-b.gif" width="105" height="3"></td>');
    document.write('    <td><img src="img_shared/menu-rb.gif" width="5" height="3"></td>');
    document.write('</tr>');
    document.write('</table>');
}

submenuAbsolute = 1		// menu bude v Y pozicovano absolutne, funguje jen v MSIE

menuTextColor = '#ffffff'		// barva textu nezvyraznene polozky v hlavnim menu
menuBgColor = '#3d3d3d'			// barva pozadi nezvyraznene polozky v hlavnim menu
menuTextColorLight = '#3d3d3d'	// barva textu zvyraznene polozky v hlavnim menu
menuBgColorLight = '#ffffff'	// barva pozadi zvyraznene polozky v hlavnim menu

submenuGridColor = '#3b3b3b'	// barva ramecku a mrizky submenu (pouzije se jen v Netscape)
submenuTextColor = '#000000'	// barva textu nezvyraznene polozky v submenu
submenuBgColor = '#d7e3ec'		// barva pozadi nezvyraznene polozky v submenu
submenuTextColorLight = '#000000'	// barva textu zvyraznene polozky v submenu
submenuBgColorLight = '#f5f5f5'	// barva pozadi zvyraznene polozky v submenu
