1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
<? include('../_init.php');?> <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <? include('_head.php')?> </head>
<body class="stretched no-transition">
<!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix">
<!-- Header ============================================= --> <? include('_header.php')?><!-- #header end -->
<!-- Page Title ============================================= --> <section id="page-title" class="page-title-dark" style="background-color:#8bc53f;">
<div class="container clearfix"> <h1>ALAGE</h1> <ol class="breadcrumb"> <li><a href="#">Home</a></li> <li><a href="#">Agriculture</a></li> <li class="active">Alage</li> </ol> </div>
</section><!-- #page-title end -->
<!-- Content ============================================= --> <section id="content">
<div class="content-wrap"> <div class="container clearfix"> <!--<div class="col_two_fifth topmargin nobottommargin"> <img class="image_fade" src="../images/aboutus/1.jpg" alt="Image"> </div>-->
<div class="col_full nobottommargin col_last"> <div class="heading-block"> <h3>ALAGE</h3> <span>Organic Fertilizers</span> </div>
<p>LIQUID YEAST EXTRACT CONTAINING BROWN ALGAE</p> <p class="nobottommargin">HOW IT WORKS: <ul style="margin-left:20px;"> <li>Expands the root network.</li> <li>Combats soil fatigue.</li> </ul> </p> <p>It consists of rhizosphere bacteria (Pseudomonas spp., Bacillus spp., Actinomycetes), saprophytic fungi(Trichoderma spp.), humic acids, fulvic acids and enzymes that provide the following benefits:</p> <ul style="margin-left:20px;"> <li>Improves the translocation and the assimilation of nutrients through all parts of the plant;</li> <li>Produces plant stimulants, which boosts the immune system of the plants, making them more resistant to all plant diseases;</li> <li>Increases the transformation of organic waste into humus in the soil;</li> <li>Increases the capacity to resist capacity pathogenic microorganisms in the soil.</li> </ul> <p>ERGOFERT ALGAE is composed of seaweed extracts from Ecklonia Maxima and Ascophillum Odosum, and yeast extracts.<br /> The brown algae (seaweed) contain high amounts of plant hormones, proteins, vitamins, polysaccharides, amino acids and mineral salts.<br /> The yeast extracts contain amino acids, oligosaccharides, enzymes and compounds useful for the plant’s metabolism.</p> </div> </div> <div class="section nobottommargin"> <div class="container clearfix"> <div class="col_full nobottommargin"> <div class="heading-block"> <h3>COMPOSITION</h3> <span></span> </div> <p>Organic Nitrogen (N) 1%, natural plant hormones derived from Ecklonia Maxima and Ascophillum nodosum, proteins, vitamins, polysaccharides, amino acids, mineral salts, oligosaccharides and enzymes.</p> <p>Organic carbon (C) of biological origin 10%.</p> <p>Also contents: enzymes (cellulase, protease, amylase, lipase), betaine, sugar acids, polycarboxylic acids.</p> <p>Organic portion: herbal extracts from the agro-food industry.</p> <p><table class="table table-striped table-bordered"> <tr> <td><strong>CROP</strong></td> <td><strong>Application Dosage/ha</strong></td> <td><strong>Application Period</strong></td> </tr> <tr> <td>Artichokes, tomatoes, eggplant, peppers, watermelons, cucumbers, melons, zucchinis, celery, lettuce, parsley, etc.</td> <td>2 kg for foliage</td> <td>From transplanting until harvest</td> </tr> <tr> <td>Grape vines, olives, kiwifruit, peaches, cherries, apples, pears, apricots, etc.</td> <td>3 kg for roots</td> <td>From vegetative growth to the onset of ripening</td> </tr> <tr> <td>Flowers and other ornamental plants</td> <td>3 kg for roots</td> <td>From transplanting or vegetative growth</td> </tr> </table> </p> </div> </div> </div> </div> </section><!-- #content end -->
<!-- Footer ============================================= --> <? include('_footer.php');?><!-- #footer end -->
</div><!-- #wrapper end -->
<? include('_footer_scripts.php');?>
</body> </html>
|