// pdf_icon.js - 10/05/2002

function pdf_icon() {
    window.open('images/pdf_icon.htm','pdf',config='scrollbars=yes,width=520,height=520');
}