//////////////////////////////////////////////////////////////////
//
//
//function DlgAddrSelect()
//{
//  var w=400;
//  var h=500;
//  var xoffset = (screen.width - w) / 2;
//  var yoffset = (screen.height - h) / 2;
//  var wh = window.open('AddressPick.asp?modal=yes', 'About', 'width='+w+',height='+h+',top='+yoffset+',left='+xoffset+',scrollbars=yes');
//}
//////////////////////////////////////////////////////////////////
//
//
function DlgAddrContact(id,title,artid)
{
  var w=350;
  var h=210;
  var xoffset = (screen.width - w) / 2;
  var yoffset = (screen.height - h) / 2;
  var wh = window.open('Contact.asp?ID='+id+'&Title='+title+'&ArtId='+artid+'', 'About', 'width='+w+',height='+h+',top='+yoffset+',left='+xoffset+',resize=no');
}
//////////////////////////////////////////////////////////////////
//
//
function dlgMemberPos(id)
{
  var w=350;
  var h=210;
  var xoffset = (screen.width - w) / 2;
  var yoffset = (screen.height - h) / 2;
  var wh = window.open('PositionSelect.asp?id='+id+'', 'Members', 'width='+w+',height='+h+',top='+yoffset+',left='+xoffset+',resize=no');
}
//////////////////////////////////////////////////////////////////
//
//
function dlgMemberBio(id)
{
  var w=420;
  var h=250;
  var xoffset = (screen.width - w) / 2;
  var yoffset = (screen.height - h) / 2;
  var wh = window.open('Bio.asp?id='+id+'', 'Members', 'width='+w+',height='+h+',top='+yoffset+',left='+xoffset+',resize=no');
}
//////////////////////////////////////////////////////////////////
//
//
function dlgMemberDelete(id)
{
  var wh = window.location.replace('memberdelete.asp?id='+id+'');
}
//////////////////////////////////////////////////////////////////
//
//
function ImageSelect(inForm)
{
  var w=400;
  var h=500;
  var xoffset = (screen.width - w) / 2;
  var yoffset = (screen.height - h) / 2;
  var wh = window.open('imageselect.asp?abf='+inForm+'', 'About', 'width='+w+',height='+h+',top='+yoffset+',left='+xoffset+',scrollbars=yes');
}
	