// herramientas.js


var texto=
	'<div class="Herramientas" id="herramientas">'+
		'<p class="Accesorio">Herramientas de Contenido</p>'+
		'<ul id="rc-otras-utilidades">'+
			/*'<li><div><a href="javascript:showPrintLink(\'www\',\'es\');" title="Imprimir esta página"  rel="nofollow"><img src="/imgs/ico.impresora.gif" alt="Impresora" /></a></div></li>'+*/
			'<li id="boton_enviar"><div><a rel="shadowbox;width=400;height=500" class="option" title="Recomendar este contenido" href="/includes/inc.enviar.php"  rel="nofollow"><img src="/imgs/ico.enviar.gif" alt="Recomendar este contenido" /></a></div></li>'+
			'<li class="Ultimo"><div> <a href="#aumenta"  rel="nofollow" onclick="changeStyle(+1,\'\');return false;" title="Aumentar tamaño de texto"><img src="/imgs/ico.aumentarTexto.gif" alt="Aumentar el tamaño de Texto" /></a> <a href="#disminuye" rel="nofollow" onclick="changeStyle(-1,\'\');return false;" title="Disminuir tamaño de texto"><img src="/imgs/ico.disminuirTexto.gif" alt="Disminuir el tamaño de Texto" /></a></div></li>'+
		'</ul>'+
	'</div>';
document.write (texto);
showPrintLink('www','es');
