
function popup(lo,wi,he) {
var url = lo;

window.open(url,'','width='+wi+',height='+he+',top=19,left=19,menubar=no,directories =no,titlebar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}


