//altura 20
imgdr1 = "dr_" + plaza + "_147.gif"

//230*20, fondo blanco
imgdr2 = "dr_" + plaza + "_230b.gif"

//derecho de autor, altura 20
imgdr4 = "dr_" + plaza + "_20.gif"

//texto blanco
if (document.domain=='gruporeforma.elnorte.com' || document.domain=='www.elnorte.com')
	imgdr3 = "dr_elnorteb.gif"
else
	imgdr3 = "dr_blanco.gif"
	
//leyendas dr
if (document.domain=='gruporeforma.elnorte.com' || document.domain=='www.elnorte.com')
{
	txtdr = "Editora El Sol, S.A. de C.V. "
	aniodr = "2000 - 2010"
}
else
{
	txtdr = "C.I.C.S.A. "
	aniodr = "2000 - 2010"
}

	
//imagen sin liga
function dr(id)
{
	document.write('<img align=absbottom src="/libre/offlines/imggc07/' + eval('imgdr'+id) + '" border=0>');
}

//texto
function drTxt(llevaAviso, tamano, color, llevaAnio, boldTxt, boldAnio)
{
	document.write("<span class=ar" + color + tamano + ">")
	if (boldTxt==1) document.write("<b>")
	document.write("&reg; ");
	document.write(txtdr);
	if (boldTxt==1)	document.write("</b>")
	if (llevaAnio==1) 
	{
		if (boldTxt==1)	document.write("<b>")
		document.write(aniodr)
		if (boldTxt==1)	document.write("</b>")
	}
	document.write("</span>");
	
	if (llevaAviso==1)
	{
		document.write("<A HREF=javascript:herramienta('http://' + home + '/libre/avisolegal/aviso.htm') style=text-decoration:none;>");
		document.write("<span class=arnegro11>&nbsp;Aviso Legal</span></a>")
	}
	
}

function drTxtP(llevaAviso, tamano, color, llevaAnio, boldTxt, boldAnio)
{
	txtdr = "Editora El Sol, S.A. de C.V. "
	aniodr = "2000 - 2010"
	document.write("<span class=ar" + color + tamano + ">")
	if (boldTxt==1) document.write("<b>")
	document.write("&reg; ");
	document.write(txtdr);
	if (boldTxt==1)	document.write("</b>")
	if (llevaAnio==1) 
	{
		if (boldTxt==1)	document.write("<b>")
		document.write(aniodr)
		if (boldTxt==1)	document.write("</b>")
	}
	document.write("</span>");
	
	if (llevaAviso==1)
	{
		document.write("<A HREF=javascript:herramienta('http://' + home + '/libre/avisolegal/aviso.htm') style=text-decoration:none;>");
		document.write("<span class=arnegro11>&nbsp;Aviso Legal</span></a>")
	}
	
}
