// JavaScript Document

function SamplePages(filename) {
window.open(filename, 'samplePages', 'width=845,height=620,scrollbars=yes,toolbars=no,status=no,resizable=yes');
return true;
}