function popMember(strURL) {

	window.open(strURL,"mPop","width=600,height=600,menubar=1,toolbar=0,location=0,scrollbars,resizable");

}

