function SiteJump(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// Validation function used on "Edit Profile.ascx"
function EditProfile_ValidatePassword(source, arguments)
{
	arguments.IsValid = arguments.Value.length >= 7;
}
