function launchPopUp(name){
        pop = window.open(name,"pop","top=100,left=100,width=570,height=390,scrollbars=no,toolbar=no,directories=no,resizable=no,status=no")
}