function ShopPhotoPopup( MemberPhoto_ID )
{
	window.open('imagepopup.cfm?MemberPhoto_ID='+MemberPhoto_ID,'','statusbar=0,menubar=0,location=0,resize=0, width=620,height=470');
}

function MainMemberPhoto( Member_ID )
{
	window.open('imagepopup.cfm?Member_ID='+Member_ID,'','statusbar=0,menubar=0,location=0,resize=0, width=620,height=470');
}
