// Las funciones de este archivo hacen uso de funciones contenidas en general.js

seriesn = new Image(); seriesn.src = gNv + 'imag/_series.gif';
seriesb = new Image(); seriesb.src = gNv + 'imag/_seriesb.gif';


/* =========================================================== */
function CabeceraSeries(Serie, Autor){

	ComprobarMarcos();

	print('<div style="margin: 10px 0px 8px 0px;">'+
			((window == top.window) 
				? '<a href="/series/index.html" target="_top">' +			
					'<img src="' + gNv + 'imag/_series.gif" ' + 
					' alt="Series" title="Series"  style="width:95px; height:32px; margin:-9px;" ' +
					' id="series" onmouseout="CambiaSRC(\'_series\', this)" onmouseover="CambiaSRC(\'_seriesb\', this)" /></a>'
				: '') +
		'<span class="titulo_articulo" style="margin:0px 0px 0px 12px;">' + Serie + '</span>\n' +
		(Autor ? '<br /><span class="autor_articulo" style="margin: 0px 0px 0px 12px;">por ' + Autor + '</span>' : '') +
		'</div>' +
		'<hr />\n');
	
} /* Fin CabeceraPeliculas
 =========================================================== */

/* =========================================================== */
function LogoSeries() {
	document.write ('<div style="margin: 10px 0px;">' +	
					'<a href="/series/index.html" target="_top">' +			
					'<img src="' + gNv + 'imag/_series.gif" ' + 
					' alt="Series" title="Series"  style="width:95px; height:32px; margin:-9px;" ' +
					' id="series" onmouseout="CambiaSRC(\'_series\', this)" onmouseover="CambiaSRC(\'_seriesb\', this)" /></a></div>\n');
} /* Fin CabeceraPeliculas
 =========================================================== */