function doTooltip_testo(e, msg) {
				msg= '<table border="0" width="205" id="table1" cellspacing="0" cellpadding="0"><tr><td background="http://www.histats.com/images/fumetto_top.gif" width="205" height="25"></td></tr><tr><td background="http://www.histats.com/images/fumetto_cen.gif" width="205"><div align="center"><table border="0" width="190" id="table23" cellspacing="0" cellpadding="0"><tr><td><div align="center"><font class="testo2">'+msg+'</b></font></div></td></tr></table></div></td></tr><tr><td background="http://www.histats.com/images/fumetto_bot.gif" width="205" height="10"></td></tr></table>';
				   if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
				  Tooltip.show(e, msg);
				}
				
				function mapa_buceo(e, n_c, swf_w, swf_h, bg_tb) {
				n_c= '<table border="0" width="600" height="540" id="table1" cellspacing="0" cellpadding="0" background="../../_js_deu/comenta_js/'+bg_tb+'"><tr><td><div align="center" valign="top"><th colspan="3" scope="col"><img src="images/map-sea_1x1.jpg" width="120" height="108" alt=""><img src="images/map-sea_1x2.jpg" width="120" height="108" alt=""><img src="images/map-sea_1x3.jpg" width="120" height="108" alt=""><img src="images/map-sea_1x4.jpg" width="120" height="108" alt=""><img src="images/map-sea_1x5.jpg" width="120" height="108" alt=""><br><img src="images/map-sea_2x1.jpg" width="120" height="109" alt=""><img src="images/map-sea_2x2.jpg" width="120" height="109" alt=""><img src="images/map-sea_2x3.jpg" width="120" height="109" alt=""><img src="images/map-sea_2x4.jpg" width="120" height="109" alt=""><img src="images/map-sea_2x5.jpg" width="120" height="109" alt=""><br><img src="images/map-sea_3x1.jpg" width="120" height="109" alt=""><img src="images/map-sea_3x2.jpg" width="120" height="109" alt=""><img src="images/map-sea_3x3.jpg" width="120" height="109" alt=""><img src="images/map-sea_3x4.jpg" width="120" height="109" alt=""><img src="images/map-sea_3x5.jpg" width="120" height="109" alt=""><br><img src="images/map-sea_4x1.jpg" width="120" height="109" alt=""><img src="images/map-sea_4x2.jpg" width="120" height="109" alt=""><img src="images/map-sea_4x3.jpg" width="120" height="109" alt=""><img src="images/map-sea_4x4.jpg" width="120" height="109" alt=""><img src="images/map-sea_4x5.jpg" width="120" height="109" alt=""><br><img src="images/map-sea_5x1.jpg" width="120" height="109" alt=""><img src="images/map-sea_5x2.jpg" width="120" height="109" alt=""><img src="images/map-sea_5x3.jpg" width="120" height="109" alt=""><img src="images/map-sea_5x4.jpg" width="120" height="109" alt=""><img src="images/map-sea_5x5.jpg" width="120" height="109" alt=""></th></div></td></tr></table>';
				   if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
				  Tooltip.show(e, n_c);
				}
				
				
				function hideTip() {
				  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
				  Tooltip.hide();
				}