function screen_width( ) { if( self.innerWidth ) res = self.innerWidth; else res = document.body.clientWidth; return res; } function screen_height( ) { if( self.innerHeight ) res = self.innerHeight; else res = document.body.clientHeight; return res; } //document.write( "
" ); document.write( "" ); var tooltip_owner; var tooltip_shown = 0; function show_pots(a) { if (document.getElementById( 'pots'+a ).style.display == '') document.getElementById( 'pots'+a ).style.display = 'none'; else { document.getElementById( 'pots1' ).style.display = 'none'; document.getElementById( 'pots2' ).style.display = 'none'; document.getElementById( 'pots3' ).style.display = 'none'; if (document.getElementById( 'pots4' )) document.getElementById( 'pots4' ).style.display = 'none'; document.getElementById( 'pots'+a ).style.display = ''; document.getElementById( 'pots'+a ).style.zIndex = 2; } } function hide_pots(a) { document.getElementById( 'pots'+a ).style.display = 'none'; } function showTooltipW( e, a, wd ) { var x, y, sx, sy; sx = document.body.scrollLeft; sy = document.body.scrollTop; if( !document.all ) { x = e.pageX; y = e.pageY; } else { x = window.event.clientX + document.body.scrollLeft; y = window.event.clientY + document.body.scrollTop; } s = "| "; s += " | ||
| "; s += " | ";
s += ' ' + a + ' ';
s += " | ";
s += ""; s += " |
| "; s += " |