function JumpTo()
{
	if (document.frmBCTennis.Search[document.frmBCTennis.Search.selectedIndex].value != "")
		location.href = document.frmBCTennis.Search[document.frmBCTennis.Search.selectedIndex].value
}

function MM_openBrWindow(theURL,winName,features)
{ //v2.0
              window.open(theURL,winName,features);
}

function ZoomPicture( userName )
{
	intWidth  = 470;
	intHeight = 325;
	intTop=(screen.height/2)-(intHeight/2)
	intLeft=(screen.width/2)-(intWidth/2)
	strFeatures='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height='+intHeight+',width='+intWidth+',top='+intTop+',left='+intLeft;
	window.open('http://www.bctennis.com/images/clubs/' + userName + '-L.jpg', 'winZoom', strFeatures);
}

function OpenForgotPwd()
{
	intWidth  = 470;
	intHeight = 325;
	intTop=(screen.height/2)-(intHeight/2)
	intLeft=(screen.width/2)-(intWidth/2)
	strFeatures='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height='+intHeight+',width='+intWidth+',top='+intTop+',left='+intLeft;
	window.open('/ForgotPwd.aspx', 'winZoom', strFeatures);
}