function showTextpages(url) {
    var width = 650;
    var height = 400;
    var attributes = 'width='+ width +', height='+ height +', scrollbars=yes, dependent=yes, alwaysRaised=yes, status=yes';

    window.open(url, 'popup_textpages', attributes);
}
