function PopUp(ref)
{       
        var strFeatures="toolbar=no,status=no,menubar=no,location=no"
        strFeatures=strFeatures+",scrollbars=yes,resizable=yes,height=420,width=640"
        
        newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;
}

function deframe(){if (top.location != location) top.location.href = document.location.href;}

