function popMAF(winURL){

popWin = window.open(winURL,"window","toolbar=no,location=no,directories=no,menubar=no,resizable=yes,width=600,height=500,scrollbars=yes");
}