//alert('generic.js loaded');

function popup(filename,width,height) {
window.open(filename, 'new_win', 'status,resizable,toolbar=yes,scrollbars,width=' + width + ',height=' + height); 
}
