// fichas bibliograficas
//color por defecto #ffffff
function inicia_ficha(color)
 {
 
  document.write("<TABLE cellSpacing='0' cellPadding='0' width='613' border='0' align='center' bgColor='"  + color + "'>"); 
  document.write("<TBODY><TR>");
  document.write("<TD width='5'>   <IMG height='6' src='ficha/edge_top_left.gif' width='5'></TD>");
  document.write("<TD vAlign='top'><IMG height='6' src='ficha/edge_top.gif' width='603'></TD>");
  document.write("<TD width='5'>   <IMG height='6' src='ficha/edge_top_right.gif' width='7'>");
  document.write("</TD></TR>");
  document.write("<TR><TD width='5' background='ficha/edge_left.gif'></TD><TD>");
  
 }
 
function fin_ficha()
 { 
 	
  document.write("  </TD><TD width='5' background='ficha/edge_right.gif'></TD></TR>"); 
  document.write("  <TR><TD width='5'><IMG height='6' src='ficha/edge_bottom_left.gif' width='5'></TD>"); 
  document.write("  <TD><IMG height='6' src='ficha/edge_bottom.gif' width='603'></TD>"); 
  document.write("  <TD width='5'><IMG height='6' src='ficha/edge_bottom_right.gif' width='8'></TD>"); 
  document.write("  </TR></TBODY></TABLE> 	"); 
 	
 	
 }
 
function bubbleBegin (color)
  {
  document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='" + color + "'>");
  document.write("<tr>");
  document.write("<td align='right' valign='top' background='ficha2/bubbleNorth.gif'>");
  document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
  document.write("<tr height='9'>");
  document.write("<td><img src='ficha2/bubbleNorthWest2.gif' border='0'></td>");
  document.write("<td><img src='ficha2/bubbleNorthWest3.gif' border='0'></td>");
  document.write("<td width='100%' background='ficha2/bubbleNorth.gif'>");
  document.write("<img src='ficha2/blank.gif' border='0' width='1' height='9'></td>");
  document.write("<td><img src='ficha2/bubbleNorthEast1.gif' border='0'></td>");
  document.write("<td><img src='ficha2/bubbleNorthEast2.gif' border='0'></td>");
  document.write("</tr>");
  document.write("</table>");
  document.write("</td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td align='right' valign='top'>");
  document.write("<table border='0' cellspacing='0' cellpadding='0' width='100%'>");
  document.write("<tr>");
  document.write("<td width='15' valign='top' background='ficha2/bubbleWest.gif' width='15'><img src='ficha2/bubbleNorthWest1.gif' width='15' height='10'></td>");
  document.write("<td width='100%' rowspan='3' bgcolor='" + color + "'>");
  }
                  

function bubbleEnd ()
  {
  document.write("</td>");
  document.write("<td width='12' align='left' valign='top' background='ficha2/bubbleEast.gif'><img src='ficha2/bubbleNorthEast3.gif' width='12' height='10'></td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td width='15' background='ficha2/bubbleWest.gif'><font size='1'>&nbsp;</font></td>");
  document.write("<td width='12' background='ficha2/bubbleEast.gif'><font size='1'>&nbsp;</font></td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td width='15' background='ficha2/bubbleWest.gif' valign='bottom'><img src='ficha2/bubbleSouthWest3.gif' width='15' height='9'></td>");
  document.write("<td width='12' background='ficha2/bubbleEast.gif' valign='bottom'><img src='ficha2/bubbleSouthEast1.gif' width='12' height='10'></td>");
  document.write("</tr>");
  document.write("</table> ");
  document.write("</td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td align='right' valign='bottom' background='ficha2/bubbleSouth.gif'>");
  document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
  document.write("<tr height='13'>");
  document.write("<td><img src='ficha2/bubbleSouthWest2.gif' border='0'></td>");
  document.write("<td><img src='ficha2/bubbleSouthWest1.gif' border='0'></td>");
  document.write("<td width='100%' background='ficha2/bubbleSouth.gif'><img src='ficha2/blank.gif' border='0' width='1' height='13'></td>");
  document.write("<td><img src='ficha2/bubbleSouthEast3.gif' border='0'></td>");
  document.write("<td><img src='ficha2/bubbleSouthEast2.gif' border='0'></td>");
  document.write("</tr>");
  document.write("</table>");
  document.write("</div>");
  document.write("</td>");
  document.write("</tr>");
  document.write("</table>");
  }
 