This 25-sheet pack of 8.5 x 11" FineArt Pearl Paper from Hahnemuehle has a special coating that provides a pearl-like appearance. The paper can be used with both dye-based and pigment-based ink systems. The paper brings out contrasts in both black and white as well as in color prints and is ideal for photographic and fine art reproduction, digital art, presentation prints, albums, and greeting cards.
function selectTab(tabName) { document.getElementById('Overview').style.display = none; document.getElementById('Specs').style.display = none; document.getElementById(tabName).style.display = block; switch (tabName) { case Overview: document.getElementById(btnOverview).className = active document.getElementById(btnSpecs).className = button break; case Specs: document.getElementById(btnSpecs).className = active document.getElementById(btnOverview).className = button break; } } document.getElementById(btnOverview).click();