function popMapChartList(s, p, state) {
var style = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,width=700,height=525';
var page  = '/search/mapchartlist/index.cfm?cd=' + s +'&pr=' + p;
window.open(page, 'newwin', style);
}


