// JavaScript Document

function popUp(url)
{
 appWindows = window.open(url, "Member", "toolbar=0,location=0,status=0,menubar=0,scrollbars=no,resizable=0,width=550,height=450"); opener = self;
}