 
 function cabeceraAdDesp(a) {
   var liga = '';

	 if (a == '1' )
		liga = 'despacho/procAsociados';                  // Procedimientos Asociados

		
  return " <center> "+
  "<table width='98%' border='0' bgcolor='#DEEBFF'>  "+
  "<tr> "+
  "<td width=50% align=center><a href='/legislacion/procedim/"+liga+"/index.html' target='_parent'>Proced. Específico</a></td> "+
  "<td width=50% align=center><a href='/legislacion/procedim/"+liga+"/instructivos/index.htm' target='_self'>Instructivos</a></td> "+
  "</td> "+
  "</tr> "+
  "</table>  "+
  "</center> ";
 
 }
 