var fDesc=new Array(); fDesc[0] = "The free flower screensaver, Aquilegia Flowers Part 1, contains 22 high quality images of Aquilegia flowers in bloom. Aquilegia (columbine) is a genus of about 60-70 species of herbaceous perennial plants that are found in meadows, woodlands, and at higher altitudes throughout the Northern Hemisphere. They are known for their distinctive flowers, generally bell-shaped, with each petal modified into an elongated nectar spur.

Several species are grown in gardens; Aquilegia vulgaris (European Columbine) is a traditional garden flower in the British Isles, and several of the species that are native to North America are popular garden plants there. Numerous hybrids have also been developed as well. The traditional colors of lavender/blue columbines are the official Colorado state flower"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }