
function PopUp(whatURL) {
        
open( whatURL ,"_people","too0lbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=519,height=358");
}


