// JavaScript Document
function pop_up(src) {
var style = 'width=450,height=400,help=no,status=no,resizable=yes,scrollbars=yes';
window.open(src,'_blank',style);
}
